diff options
author | Tom Rini <trini@konsulko.com> | 2022-03-24 17:18:00 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-04-01 10:28:47 -0400 |
commit | f13d7e21fc4fd8193e819777424e119a66d7ce30 (patch) | |
tree | 8a35e9a37b705ee38c84c44112ab6771cd0882d2 /board | |
parent | 38c108f88d6ade10302554c129718db52d2dbe1c (diff) | |
download | u-boot-f13d7e21fc4fd8193e819777424e119a66d7ce30.tar.gz u-boot-f13d7e21fc4fd8193e819777424e119a66d7ce30.tar.bz2 u-boot-f13d7e21fc4fd8193e819777424e119a66d7ce30.zip |
mx53loco: Convert CONFIG_DIALOG_POWER to Kconfig
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'board')
-rw-r--r-- | board/freescale/mx53loco/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/board/freescale/mx53loco/Kconfig b/board/freescale/mx53loco/Kconfig index a690a601ac..5dcdcd9f72 100644 --- a/board/freescale/mx53loco/Kconfig +++ b/board/freescale/mx53loco/Kconfig @@ -1,5 +1,8 @@ if TARGET_MX53LOCO +config DIALOG_POWER + def_bool y + config SYS_BOARD default "mx53loco" |