diff options
author | Tom Rini <trini@konsulko.com> | 2022-03-30 18:07:32 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-04-08 10:46:22 -0400 |
commit | d43cd486ee2063fa73e3e29d6386d13b3aee9354 (patch) | |
tree | 33efa720275ff536ee0d5e5877c429d0e203bc06 /configs/ls1028ardb_tfa_SECURE_BOOT_defconfig | |
parent | 388de0fa8bf5b232800b80ebb616363cda50f06c (diff) | |
download | u-boot-d43cd486ee2063fa73e3e29d6386d13b3aee9354.tar.gz u-boot-d43cd486ee2063fa73e3e29d6386d13b3aee9354.tar.bz2 u-boot-d43cd486ee2063fa73e3e29d6386d13b3aee9354.zip |
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/ls1028ardb_tfa_SECURE_BOOT_defconfig')
-rw-r--r-- | configs/ls1028ardb_tfa_SECURE_BOOT_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/ls1028ardb_tfa_SECURE_BOOT_defconfig b/configs/ls1028ardb_tfa_SECURE_BOOT_defconfig index 13890c5ad2..5b1bd5c3b7 100644 --- a/configs/ls1028ardb_tfa_SECURE_BOOT_defconfig +++ b/configs/ls1028ardb_tfa_SECURE_BOOT_defconfig @@ -10,6 +10,7 @@ CONFIG_ENV_SIZE=0x2000 CONFIG_NXP_ESBC=y CONFIG_DM_GPIO=y CONFIG_DEFAULT_DEVICE_TREE="fsl-ls1028a-rdb" +CONFIG_FSL_QIXIS=y CONFIG_FSPI_AHB_EN_4BYTE=y CONFIG_ARMV8_SEC_FIRMWARE_SUPPORT=y CONFIG_SEC_FIRMWARE_ARMV8_PSCI=y |