diff options
author | Justin M. Forbes <jforbes@fedoraproject.org> | 2021-04-07 15:30:19 -0500 |
---|---|---|
committer | Justin M. Forbes <jforbes@fedoraproject.org> | 2021-04-07 15:30:19 -0500 |
commit | 2db8df88f66eacaa9bec1995431388fb3a044566 (patch) | |
tree | f030d86647b929e5d251b8e9880ed559045fa321 /kernel-x86_64-rhel.config | |
parent | c918bd768aa916cb376b54354b0753903a1a18b5 (diff) | |
download | kernel-2db8df88f66eacaa9bec1995431388fb3a044566.tar.gz kernel-2db8df88f66eacaa9bec1995431388fb3a044566.tar.xz kernel-2db8df88f66eacaa9bec1995431388fb3a044566.zip |
kernel-5.12.0-0.rc6.20210407git2d743660786e.185
* Wed Apr 07 2021 Fedora Kernel Team <kernel-team@fedoraproject.org> [5.12.0-0.rc6.20210407git2d743660786e.185]
- common/ark: cleanup and unify the parport configs (Peter Robinson)
- iommu/vt-d: enable INTEL_IDXD_SVM for both fedora and rhel (Jerry Snitselaar)
- REDHAT: coresight: etm4x: Disable coresight on HPE Apollo 70 (Jeremy Linton)
Resolves: rhbz#
Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
Diffstat (limited to 'kernel-x86_64-rhel.config')
-rw-r--r-- | kernel-x86_64-rhel.config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kernel-x86_64-rhel.config b/kernel-x86_64-rhel.config index efffd6687..9115709c8 100644 --- a/kernel-x86_64-rhel.config +++ b/kernel-x86_64-rhel.config @@ -2062,7 +2062,7 @@ CONFIG_I2C_NFORCE2_S4985=m # CONFIG_I2C_NOMADIK is not set # CONFIG_I2C_NVIDIA_GPU is not set # CONFIG_I2C_OCORES is not set -CONFIG_I2C_PARPORT_LIGHT=m +# CONFIG_I2C_PARPORT_LIGHT is not set CONFIG_I2C_PARPORT=m CONFIG_I2C_PCA_PLATFORM=m CONFIG_I2C_PIIX4=m @@ -2302,7 +2302,7 @@ CONFIG_INTEL_HID_EVENT=m CONFIG_INTEL_IDLE=y CONFIG_INTEL_IDMA64=m CONFIG_INTEL_IDXD=m -# CONFIG_INTEL_IDXD_SVM is not set +CONFIG_INTEL_IDXD_SVM=y # CONFIG_INTEL_INT0002_VGPIO is not set CONFIG_INTEL_IOATDMA=m # CONFIG_INTEL_IOMMU_DEBUGFS is not set |