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/ls2080ardb_SECURE_BOOT_defconfig | |
parent | 388de0fa8bf5b232800b80ebb616363cda50f06c (diff) | |
download | u-boot-d43cd486ee2063fa73e3e29d6386d13b3aee9354.tar.gz |
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/ls2080ardb_SECURE_BOOT_defconfig')
-rw-r--r-- | configs/ls2080ardb_SECURE_BOOT_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/ls2080ardb_SECURE_BOOT_defconfig b/configs/ls2080ardb_SECURE_BOOT_defconfig index 9952d3e7128..98ed05897b1 100644 --- a/configs/ls2080ardb_SECURE_BOOT_defconfig +++ b/configs/ls2080ardb_SECURE_BOOT_defconfig @@ -12,6 +12,8 @@ CONFIG_VID=y CONFIG_VID_FLS_ENV="ls2080ardb_vdd_mv" CONFIG_VOL_MONITOR_IR36021_READ=y CONFIG_VOL_MONITOR_IR36021_SET=y +CONFIG_FSL_QIXIS=y +# CONFIG_QIXIS_I2C_ACCESS is not set CONFIG_FSL_LS_PPA=y CONFIG_AHCI=y # CONFIG_SYS_MALLOC_F is not set |