[U-Boot] [PATCH 36/41] Convert CONFIG_CMD_UNIVERSE to Kconfig
Simon Glass
sjg at chromium.org
Fri Jul 21 23:11:35 UTC 2017
This converts the following to Kconfig:
CONFIG_CMD_UNIVERSE
Signed-off-by: Simon Glass <sjg at chromium.org>
---
cmd/Kconfig | 6 ++++++
include/config_cmd_all.h | 1 -
scripts/config_whitelist.txt | 1 -
3 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/cmd/Kconfig b/cmd/Kconfig
index f092447238..1f2da5444c 100644
--- a/cmd/Kconfig
+++ b/cmd/Kconfig
@@ -872,6 +872,12 @@ config CMD_TSI148
This provides various sub-commands to initialise and configure the
Turndra tsi148 device. See the command help for full details.
+config CMD_UNIVERSE
+ bool "universe - Command to set up the Turndra Universe controller"
+ help
+ This allows setting up the VMEbus provided by this controller.
+ See the command help for full details.
+
endmenu
diff --git a/include/config_cmd_all.h b/include/config_cmd_all.h
index a73909df9b..88149080c2 100644
--- a/include/config_cmd_all.h
+++ b/include/config_cmd_all.h
@@ -15,7 +15,6 @@
#define CONFIG_CMD_NAND /* NAND support */
#define CONFIG_CMD_UBIFS /* UBIFS Support */
-#define CONFIG_CMD_UNIVERSE /* Tundra Universe Support */
#define CONFIG_CMD_ZFS /* ZFS Support */
#endif /* _CONFIG_CMD_ALL_H */
diff --git a/scripts/config_whitelist.txt b/scripts/config_whitelist.txt
index faa16f5404..1d5506234d 100644
--- a/scripts/config_whitelist.txt
+++ b/scripts/config_whitelist.txt
@@ -296,7 +296,6 @@ CONFIG_CM922T_XA10
CONFIG_CMDLINE_EDITING
CONFIG_CMDLINE_PS_SUPPORT
CONFIG_CMDLINE_TAG
-CONFIG_CMD_UNIVERSE
CONFIG_CMD_UUID
CONFIG_CMD_ZBOOT
CONFIG_CMD_ZFS
--
2.14.0.rc0.284.gd933b75aa4-goog
More information about the U-Boot
mailing list