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"

Merge request reports

Loading