[packages/kernel] align config with effective values
atler
atler at pld-linux.org
Tue Feb 10 23:01:46 CET 2026
commit 12ee56ae6dc460db56b3e3ed03e5910d9a19cf61
Author: Jan Palus <atler at pld-linux.org>
Date: Tue Feb 10 22:52:17 2026 +0100
align config with effective values
IOMMU_PT_AMDV1 implied by AMD_IOMMU
EEPROM_93CX6 implied by SERIAL_8250_EXAR
LIBNVDIMM to match OF_PMEM
SOUNDWIRE on x86 implied by SND_SOC_ACPI_INTEL_SDCA_QUIRKS
FB_SIMPLE implied by !DRM_SIMPLEDRM
NET_9P_USBG implied by USB_GADGET
kernel-multiarch.config | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/kernel-multiarch.config b/kernel-multiarch.config
index 312041b3..e80f9d51 100644
--- a/kernel-multiarch.config
+++ b/kernel-multiarch.config
@@ -4940,7 +4940,7 @@ TEGRA241_CMDQV arm64=n
#- *** FILE: drivers/iommu/generic_pt/Kconfig ***
#-
DEBUG_GENERIC_PT all=n
-IOMMU_PT_AMDV1 all=m
+IOMMU_PT_AMDV1 all=y
#-
#- *** FILE: drivers/iommu/intel/Kconfig ***
@@ -6728,7 +6728,7 @@ CB710_DEBUG all=n
EEPROM_AT24 all=m
EEPROM_AT25 all=m
EEPROM_MAX6875 all=m
-EEPROM_93CX6 all=m
+EEPROM_93CX6 all=y
EEPROM_93XX46 all=m
EEPROM_IDT_89HPESX all=m
EEPROM_EE1004 all=m
@@ -9482,12 +9482,12 @@ NTB_MSI_TEST all=m
#-
#- *** FILE: drivers/nvdimm/Kconfig ***
#-
-LIBNVDIMM arm64=m
+LIBNVDIMM arm64=y
BLK_DEV_PMEM all=m
BTT all=y
NVDIMM_PFN all=y
NVDIMM_DAX all=y
-OF_PMEM all=y
+OF_PMEM arm64=y
RAMDAX all=y arm64=m
NVDIMM_SECURITY_TEST all=n
@@ -11451,7 +11451,7 @@ SOC_TI all=y
#-
#- *** FILE: drivers/soundwire/Kconfig ***
#-
-SOUNDWIRE all=y
+SOUNDWIRE all=m
#- SoundWire Devices
SOUNDWIRE_AMD all=m
SOUNDWIRE_INTEL all=m
@@ -12903,7 +12903,7 @@ FB_MB862XX_PCI_GDC all=y
FB_MB862XX_I2C all=y
FB_BROADSHEET all=m
FB_HYPERV all=m
-FB_SIMPLE all=y
+FB_SIMPLE all=m
FB_SSD1307=m
FB_SM712 all=m
#- file drivers/video/fbdev/omap/Kconfig goes here
@@ -14735,7 +14735,7 @@ NET_9P all=m
NET_9P_FD all=m
NET_9P_VIRTIO all=m
NET_9P_XEN all=m
-NET_9P_USBG all=y
+NET_9P_USBG all=m
NET_9P_RDMA all=m
NET_9P_DEBUG all=n
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/kernel.git/commitdiff/12ee56ae6dc460db56b3e3ed03e5910d9a19cf61
More information about the pld-cvs-commit
mailing list