Loading
config: enable CONFIG_I2C_DESIGNWARE_AMDPSP by default on x86
amd inclusion category: feature bugzilla: https://gitee.com/openeuler/kernel/issues/IAU6ZD -------------------------------- This commit updates the openeuler_defconfig file to include necessary configuration options that were missing, causing CI test failures. The modifications ensure compatibility with the AMD Genoa and Turin platforms, enabling the features required for proper functionality. Key changes: * Added CONFIG_I2C_DESIGNWARE_AMDPSP This configuration Enables managed host access to the selected I2C bus shared between AMD CPUs and the AMD Platform security processor(PSP). You should set this option to Y if running on an AMD system equipped with the PSP. These changes resolve the CI test failures and ensure that the kernel is properly configured for the AMD Genoa and Turin platforms. Signed-off-by:PvsNarasimha <PVS.NarasimhaRao@amd.com>