From: Hans de Goede <[email protected]>

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 <[email protected]>

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 mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/[email protected]
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to