From: Hans de Goede hdegoede@redhat.com
configs: fedora/x86: Set CONFIG_CRYPTO_DEV_CCP_DD=y
Fedora sets I2C_DESIGNWARE_PLATFORM=y since one some platforms ACPI I2cSerialBus OpRegion accesses are used for ACPI devices _PR0 (power on) methods which run way before any modules get loaded.
The I2C_DESIGNWARE_AMDPSP config option, which is required for proper arbritation in accessing I2C busses shared between the PSP and CPU, requires CRYPTO_DEV_CCP_DD to be builtin when I2C_DESIGNWARE_PLATFORM is builtin.
Set CRYPTO_DEV_CCP_DD=y on x86 so that I2C_DESIGNWARE_AMDPSP will get enabled.
Note there already is a configs/fedora/generic/x86/CONFIG_I2C_DESIGNWARE_AMDPSP with "CONFIG_I2C_DESIGNWARE_AMDPSP=y"
Signed-off-by: Hans de Goede hdegoede@redhat.com
diff --git a/redhat/configs/fedora/generic/x86/CONFIG_CRYPTO_DEV_CCP_DD b/redhat/configs/fedora/generic/x86/CONFIG_CRYPTO_DEV_CCP_DD new file mode 100644 index blahblah..blahblah 100644 --- /dev/null +++ b/redhat/configs/fedora/generic/x86/CONFIG_CRYPTO_DEV_CCP_DD @@ -0,0 +1,3 @@ +# this must be builtin to match Fedora's I2C_DESIGNWARE_PLATFORM=y so that +# I2C_DESIGNWARE_AMDPSP becomes available +CONFIG_CRYPTO_DEV_CCP_DD=y
-- https://gitlab.com/cki-project/kernel-ark/-/merge_requests/3430
kernel@lists.fedoraproject.org