diff mbox series

[08/13] arm64: defconfig: Enable CR50 TPMs

Message ID 20221108232228.1177199-9-nfraprado@collabora.com (mailing list archive)
State New, archived
Headers show
Series arm64: defconfig: Enable missing kconfigs for mt8183-kukui-jacuzzi-juniper | expand

Commit Message

NĂ­colas F. R. A. Prado Nov. 8, 2022, 11:22 p.m. UTC
Enable support for the CR50 TPMs present on Chromebooks. They can be
connected through SPI or I2C, and there's a different driver for each
case, so enable both.

By enabling this on the defconfig we make it effortless to test the
relevant hardware on CI systems like KernelCI.

Signed-off-by: NĂ­colas F. R. A. Prado <nfraprado@collabora.com>
---

 arch/arm64/configs/defconfig | 4 ++++
 1 file changed, 4 insertions(+)
diff mbox series

Patch

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 9fe43387d83f..c54a85679d40 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -464,6 +464,10 @@  CONFIG_IPMI_HANDLER=m
 CONFIG_IPMI_DEVICE_INTERFACE=m
 CONFIG_IPMI_SI=m
 CONFIG_TCG_TPM=y
+CONFIG_TCG_TIS=m
+CONFIG_TCG_TIS_SPI=m
+CONFIG_TCG_TIS_SPI_CR50=y
+CONFIG_TCG_TIS_I2C_CR50=m
 CONFIG_TCG_TIS_I2C_INFINEON=y
 CONFIG_I2C_CHARDEV=y
 CONFIG_I2C_MUX=y