From 751491794987f8790480b6083164dfcb3351061f Mon Sep 17 00:00:00 2001 From: Rajendra Desai Date: Tue, 12 Aug 2025 23:21:32 +0530 Subject: [PATCH] nati_x86_64_defconfig: add missing config options There were some config options in 6.6 kernel which were missing in 6.12 kernel, due to which the BSI was failing to build the respective kernel modules while doing the kernel upgrade to 6.12. Added back the supported config options from 6.6 kernel so that the modules continue to work on 6.12 kernel. Signed-off-by: Rajendra Desai --- arch/x86/configs/nati_x86_64_defconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/arch/x86/configs/nati_x86_64_defconfig b/arch/x86/configs/nati_x86_64_defconfig index 78ad7ceef3951..0b230ab6249f4 100644 --- a/arch/x86/configs/nati_x86_64_defconfig +++ b/arch/x86/configs/nati_x86_64_defconfig @@ -453,6 +453,8 @@ CONFIG_TCG_TIS=m CONFIG_I2C=y CONFIG_I2C_CHARDEV=m CONFIG_I2C_I801=m +CONFIG_I2C_DESIGNWARE_CORE=m +CONFIG_I2C_DESIGNWARE_PCI=m CONFIG_SPI=y CONFIG_SPI_PXA2XX=m CONFIG_SPI_SPIDEV=m @@ -569,6 +571,7 @@ CONFIG_UBIFS_FS=m CONFIG_SQUASHFS=y CONFIG_SQUASHFS_XATTR=y CONFIG_NFS_FS=m +CONFIG_NFS_V2=m CONFIG_NFS_V4=m CONFIG_NFS_V4_1=y CONFIG_CIFS=m