mirror of
https://github.com/flatcar/scripts.git
synced 2025-12-09 03:11:49 +01:00
sys-kernel/coreos-modules: Fix CONFIG_TCG_TIS_ST33ZP24 on ARM64
It doesn't do anything without the I2C or SPI submodules enabled. It's not clear what was meant, so enable both.
This commit is contained in:
parent
377a9af4e0
commit
b012827043
@ -82,6 +82,8 @@ CONFIG_SERIAL_XILINX_PS_UART_CONSOLE=y
|
|||||||
CONFIG_HW_RANDOM=y
|
CONFIG_HW_RANDOM=y
|
||||||
CONFIG_TCG_TPM=y
|
CONFIG_TCG_TPM=y
|
||||||
CONFIG_TCG_TIS_ST33ZP24=m
|
CONFIG_TCG_TIS_ST33ZP24=m
|
||||||
|
CONFIG_TCG_TIS_ST33ZP24_I2C=m
|
||||||
|
CONFIG_TCG_TIS_ST33ZP24_SPI=m
|
||||||
CONFIG_SPI=y
|
CONFIG_SPI=y
|
||||||
CONFIG_SPI_PL022=y
|
CONFIG_SPI_PL022=y
|
||||||
CONFIG_SPI_QUP=y
|
CONFIG_SPI_QUP=y
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user