u-boot/board/freescale
Tom Rini d06e4b7e25 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>
2021-12-27 08:41:38 -05:00
..
common Finish CONFIG_VID et al conversion to Kconfig 2021-12-27 08:41:38 -05:00
corenet_ds board: corenet_ds: MAINTAINERS: Remove redundant entries 2021-03-05 10:25:41 +05:30
imx8mm_evk imx8mm-evk: Generate a single bootable flash.bin again 2021-10-20 17:46:09 +02:00
imx8mn_evk WS cleanup: remove trailing empty lines 2021-09-30 08:08:56 -04:00
imx8mp_evk imx8mp_evk: Remove EQoS PHY reset codes 2021-10-21 13:59:26 +02:00
imx8mq_evk i2c: Convert CONFIG_POWER_I2C et al to Kconfig 2021-09-04 12:26:02 -04:00
imx8qm_mek imx: Finish migration of IMX_CONFIG to Kconfig 2021-08-31 17:46:37 -04:00
imx8qxp_mek imx: Finish migration of IMX_CONFIG to Kconfig 2021-08-31 17:46:37 -04:00
imx8ulp_evk arm: imx: add i.MX8ULP EVK support 2021-08-09 14:46:51 +02:00
imxrt1020-evk arm: Disable ATAGs support 2021-09-07 16:22:30 -04:00
imxrt1050-evk arm: Disable ATAGs support 2021-09-07 16:22:30 -04:00
ls1012afrdm board: freescale: various boards: Let env subsystem set gd->env_addr 2021-10-31 12:26:44 -06:00
ls1012aqds board: freescale: various boards: Let env subsystem set gd->env_addr 2021-10-31 12:26:44 -06:00
ls1012ardb board: freescale: various boards: Let env subsystem set gd->env_addr 2021-10-31 12:26:44 -06:00
ls1021aiot board: ls1021aiot: Update MAINTAINERS 2021-03-05 10:25:42 +05:30
ls1021aqds Convert CONFIG_SKIP_LOWLEVEL_INIT et al to Kconfig 2021-08-31 17:47:49 -04:00
ls1021atsn net: update NXP copyright text 2021-09-28 18:50:56 +03:00
ls1021atwr Convert CONFIG_SKIP_LOWLEVEL_INIT et al to Kconfig 2021-08-31 17:47:49 -04:00
ls1028a board: freescale: various boards: Let env subsystem set gd->env_addr 2021-10-31 12:26:44 -06:00
ls1043aqds Merge branch 'network_master' of https://source.denx.de/u-boot/custodians/u-boot-net into next 2021-09-29 07:58:20 -04:00
ls1043ardb Merge branch 'network_master' of https://source.denx.de/u-boot/custodians/u-boot-net into next 2021-09-29 07:58:20 -04:00
ls1046afrwy WS cleanup: remove SPACE(s) followed by TAB 2021-09-30 09:08:16 -04:00
ls1046aqds WS cleanup: remove SPACE(s) followed by TAB 2021-09-30 09:08:16 -04:00
ls1046ardb WS cleanup: remove SPACE(s) followed by TAB 2021-09-30 09:08:16 -04:00
ls1088a board: freescale: various boards: Let env subsystem set gd->env_addr 2021-10-31 12:26:44 -06:00
ls2080aqds board: freescale: various boards: Let env subsystem set gd->env_addr 2021-10-31 12:26:44 -06:00
ls2080ardb board: freescale: various boards: Let env subsystem set gd->env_addr 2021-10-31 12:26:44 -06:00
lx2160a fdt_support: Remove fdt_alloc_phandle() in favor of fdt_generate_phandle() 2021-12-19 09:50:47 +01:00
m5208evbe common: Drop asm/global_data.h from common header 2021-02-02 15:33:42 -05:00
m5235evb common: Drop asm/global_data.h from common header 2021-02-02 15:33:42 -05:00
m5249evb common: Drop asm/global_data.h from common header 2021-02-02 15:33:42 -05:00
m5253demo common: Drop asm/global_data.h from common header 2021-02-02 15:33:42 -05:00
m5272c3 common: Drop asm/global_data.h from common header 2021-02-02 15:33:42 -05:00
m5275evb common: Drop asm/global_data.h from common header 2021-02-02 15:33:42 -05:00
m5282evb common: Drop asm/global_data.h from common header 2021-02-02 15:33:42 -05:00
m5329evb nand.h: Cleanup linux/mtd/rawnand.h usage 2021-10-06 09:16:23 -04:00
m5373evb nand.h: Cleanup linux/mtd/rawnand.h usage 2021-10-06 09:16:23 -04:00
m53017evb WS cleanup: remove SPACE(s) followed by TAB 2021-09-30 09:08:16 -04:00
mpc837xerdb pci: Drop pci_init_board() 2021-08-06 08:26:48 -04:00
mpc8548cds pci: freescale: Drop old code 2021-08-05 16:14:36 -04:00
mx6memcal WS cleanup: remove trailing empty lines 2021-09-30 08:08:56 -04:00
mx6sabreauto arm: Disable ATAGs support 2021-09-07 16:22:30 -04:00
mx6sabresd MAINTAINERS: Use my personal e-mail address 2021-04-08 20:29:53 +02:00
mx6slevk imx: Finish migration of IMX_CONFIG to Kconfig 2021-08-31 17:46:37 -04:00
mx6sllevk imx: Finish migration of IMX_CONFIG to Kconfig 2021-08-31 17:46:37 -04:00
mx6sxsabreauto imx: Finish migration of IMX_CONFIG to Kconfig 2021-08-31 17:46:37 -04:00
mx6sxsabresd imx: Finish migration of IMX_CONFIG to Kconfig 2021-08-31 17:46:37 -04:00
mx6ul_14x14_evk common: Drop asm/global_data.h from common header 2021-02-02 15:33:42 -05:00
mx6ullevk imx: Finish migration of IMX_CONFIG to Kconfig 2021-08-31 17:46:37 -04:00
mx7dsabresd imx: Finish migration of IMX_CONFIG to Kconfig 2021-08-31 17:46:37 -04:00
mx7ulp_evk imx: Finish migration of IMX_CONFIG to Kconfig 2021-08-31 17:46:37 -04:00
mx23evk mx23evk: Add myself as maintainer 2021-03-01 10:21:36 +01:00
mx28evk mx28evk: Convert to driver model 2021-08-09 14:46:50 +02:00
mx51evk arm: Disable ATAGs support 2021-09-07 16:22:30 -04:00
mx53loco arm: Disable ATAGs support 2021-09-07 16:22:30 -04:00
p1_p2_rdb_pc Convert CONFIG_SYS_I2C_LEGACY to Kconfig and add CONFIG_[ST]PL_SYS_I2C_LEGACY 2021-08-30 14:10:07 -04:00
p1010rdb i2c: fsl_i2c: Migrate to Kconfig 2021-08-30 14:10:07 -04:00
p2041rdb global: Convert simple_strtoul() with hex to hextoul() 2021-08-02 13:32:14 -04:00
t4rdb WS cleanup: remove trailing empty lines 2021-09-30 08:08:56 -04:00
t102xrdb Merge branch 'network_master' of https://source.denx.de/u-boot/custodians/u-boot-net into next 2021-09-29 07:58:20 -04:00
t104xrdb board: freescale: t104xrdb: Set popts->cpo_sample to 0x54 for DDR3 2021-11-09 14:43:24 +05:30
t208xqds WS cleanup: remove excessive empty lines 2021-09-30 08:08:56 -04:00
t208xrdb Merge branch 'network_master' of https://source.denx.de/u-boot/custodians/u-boot-net into next 2021-09-29 07:58:20 -04:00
vf610twr imx: Finish migration of IMX_CONFIG to Kconfig 2021-08-31 17:46:37 -04:00