1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-10-15 15:01:32 +02:00
Files
u-boot-megous/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
..
2021-09-07 16:22:30 -04:00
2021-09-07 16:22:30 -04:00
2021-09-28 18:50:56 +03:00
2021-09-07 16:22:30 -04:00
2021-09-07 16:22:30 -04:00
2021-09-07 16:22:30 -04:00
2021-08-30 14:10:07 -04:00