Commit b6c66f17 authored by PvsNarasimha's avatar PvsNarasimha
Browse files

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: default avatarPvsNarasimha <PVS.NarasimhaRao@amd.com>
parent ea36a570
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -3731,6 +3731,7 @@ CONFIG_I2C_SCMI=m
CONFIG_I2C_DESIGNWARE_CORE=m
# CONFIG_I2C_DESIGNWARE_SLAVE is not set
CONFIG_I2C_DESIGNWARE_PLATFORM=m
CONFIG_I2C_DESIGNWARE_AMDPSP=y
CONFIG_I2C_DESIGNWARE_BAYTRAIL=y
# CONFIG_I2C_DESIGNWARE_PCI is not set
# CONFIG_I2C_EMEV2 is not set