summaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2017-04-27 04:27:56 (GMT)
committerTom Rini <trini@konsulko.com>2017-04-30 14:30:10 (GMT)
commit4893e34b00a6a3e44aafe40f86be6c4c10ade536 (patch)
tree1f494365d5cce7ecb501451fcdbcfa884ba94366 /cmd
parent0f7102588cfb48e74b13646ce6df7c11a374423b (diff)
downloadu-boot-4893e34b00a6a3e44aafe40f86be6c4c10ade536.tar.xz
Convert CONFIG_CMD_BSP to Kconfig
This converts the following to Kconfig: CONFIG_CMD_BSP Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'cmd')
-rw-r--r--cmd/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/cmd/Kconfig b/cmd/Kconfig
index 6488701..049fb27 100644
--- a/cmd/Kconfig
+++ b/cmd/Kconfig
@@ -654,6 +654,16 @@ config CMD_BMP
the image into RAM, then using this command to look at it or display
it.
+config CMD_BSP
+ bool "Enable board-specific commands"
+ help
+ (deprecated: instead, please define a Kconfig option for each command)
+
+ Some boards have board-specific commands which are only enabled
+ during developemnt and need to be turned off for production. This
+ option provides a way to control this. The commands that are enabled
+ vary depending on the board.
+
config CMD_BKOPS_ENABLE
bool "mmc bkops enable"
depends on CMD_MMC