aboutsummaryrefslogtreecommitdiff
path: root/configs/lx2162aqds_tfa_verified_boot_defconfig
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-12-12 22:12:31 -0500
committerTom Rini <trini@konsulko.com>2021-12-27 08:41:38 -0500
commitd06e4b7e25c2f0ae8337b603ea3a013820495bf0 (patch)
tree8d675d1e7a37fcbe62c611432511c90a0ca16cdc /configs/lx2162aqds_tfa_verified_boot_defconfig
parentbe7dbb60c5bfa38ea444fe7de1dca8bd35f83f5b (diff)
downloadu-boot-d06e4b7e25c2f0ae8337b603ea3a013820495bf0.zip
u-boot-d06e4b7e25c2f0ae8337b603ea3a013820495bf0.tar.gz
u-boot-d06e4b7e25c2f0ae8337b603ea3a013820495bf0.tar.bz2
Finish CONFIG_VID et al conversion to Kconfig
This converts the following to Kconfig: CONFIG_VID CONFIG_VOL_MONITOR_INA220 CONFIG_VOL_MONITOR_IR36021_READ CONFIG_VOL_MONITOR_IR36021_SET CONFIG_VOL_MONITOR_LTC3882_READ CONFIG_VOL_MONITOR_LTC3882_SET To finish this migration, we first need to introduce CONFIG_SPL_VID as some platforms only use this code in full U-Boot while others use it in SPL as well. To make the Kconfig logic clearer, guard all of the sub-options with a if VID || SPL_VID check. Finally, add Kconfig options for the remaining related options that did not previously have one. Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/lx2162aqds_tfa_verified_boot_defconfig')
-rw-r--r--configs/lx2162aqds_tfa_verified_boot_defconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/configs/lx2162aqds_tfa_verified_boot_defconfig b/configs/lx2162aqds_tfa_verified_boot_defconfig
index 58de9c1..15fe67a 100644
--- a/configs/lx2162aqds_tfa_verified_boot_defconfig
+++ b/configs/lx2162aqds_tfa_verified_boot_defconfig
@@ -13,6 +13,11 @@ CONFIG_ENV_SECT_SIZE=0x20000
CONFIG_DM_GPIO=y
CONFIG_DEFAULT_DEVICE_TREE="fsl-lx2162a-qds"
CONFIG_FSL_USE_PCA9547_MUX=y
+CONFIG_VID=y
+CONFIG_SPL_VID=y
+CONFIG_VID_FLS_ENV="lx2162aqds_vdd_mv"
+CONFIG_VOL_MONITOR_LTC3882_READ=y
+CONFIG_VOL_MONITOR_LTC3882_SET=y
CONFIG_FSPI_AHB_EN_4BYTE=y
CONFIG_ARMV8_SEC_FIRMWARE_SUPPORT=y
CONFIG_SEC_FIRMWARE_ARMV8_PSCI=y