diff options
author | Simon Glass <sjg@chromium.org> | 2017-04-27 04:27:51 (GMT) |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-04-30 14:30:00 (GMT) |
commit | ac60e46e7d316cdcec44d01a7c19e13dedd00b49 (patch) | |
tree | 4642f7e9888f1936b769200ed63d4196837278b4 /board/ti/sdp4430 | |
parent | 4848d89d1ffe3e13ed1cbade9f25e0331493d5e5 (diff) | |
download | u-boot-fsl-qoriq-ac60e46e7d316cdcec44d01a7c19e13dedd00b49.tar.xz |
Convert CONFIG_CMD_BAT to Kconfig
This converts the following to Kconfig:
CONFIG_CMD_BAT
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'board/ti/sdp4430')
-rw-r--r-- | board/ti/sdp4430/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/board/ti/sdp4430/Kconfig b/board/ti/sdp4430/Kconfig index 5826d8f..36f1852 100644 --- a/board/ti/sdp4430/Kconfig +++ b/board/ti/sdp4430/Kconfig @@ -9,4 +9,7 @@ config SYS_VENDOR config SYS_CONFIG_NAME default "omap4_sdp4430" +config CMD_BAT + bool "Enable board-specific battery command" + endif |