diff options
author | Tom Rini | 2022-03-30 18:07:32 -0400 |
---|---|---|
committer | Tom Rini | 2022-04-08 10:46:22 -0400 |
commit | d43cd486ee2063fa73e3e29d6386d13b3aee9354 (patch) | |
tree | 33efa720275ff536ee0d5e5877c429d0e203bc06 /configs/ls1028aqds_tfa_lpuart_defconfig | |
parent | 388de0fa8bf5b232800b80ebb616363cda50f06c (diff) |
Convert CONFIG_FSL_QIXIS et al to Kconfig
This converts the following to Kconfig:
CONFIG_FSL_QIXIS
CONFIG_QIXIS_I2C_ACCESS
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/ls1028aqds_tfa_lpuart_defconfig')
-rw-r--r-- | configs/ls1028aqds_tfa_lpuart_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/ls1028aqds_tfa_lpuart_defconfig b/configs/ls1028aqds_tfa_lpuart_defconfig index e6920041c66..7531644142f 100644 --- a/configs/ls1028aqds_tfa_lpuart_defconfig +++ b/configs/ls1028aqds_tfa_lpuart_defconfig @@ -10,6 +10,7 @@ CONFIG_ENV_OFFSET=0x500000 CONFIG_ENV_SECT_SIZE=0x20000 CONFIG_DM_GPIO=y CONFIG_DEFAULT_DEVICE_TREE="fsl-ls1028a-qds-lpuart" +CONFIG_FSL_QIXIS=y CONFIG_FSPI_AHB_EN_4BYTE=y CONFIG_ARMV8_SEC_FIRMWARE_SUPPORT=y CONFIG_SEC_FIRMWARE_ARMV8_PSCI=y |