summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2017-08-04 22:35:01 (GMT)
committerTom Rini <trini@konsulko.com>2017-08-11 21:44:52 (GMT)
commit2a242e3e8074ba929f8aa5e871e4ea2bd9d483c7 (patch)
tree773929afd3199c616687fcaa84eda46be8cf6418
parent5605aa8ab660655041837dff9dd9ff6fdae385ba (diff)
downloadu-boot-fsl-qoriq-2a242e3e8074ba929f8aa5e871e4ea2bd9d483c7.tar.xz
Convert CONFIG_CMD_UNIVERSE to Kconfig
This converts the following to Kconfig: CONFIG_CMD_UNIVERSE Since no board uses this, perhaps we should drop this command? Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
-rw-r--r--cmd/Kconfig6
-rw-r--r--include/config_cmd_all.h1
-rw-r--r--scripts/config_whitelist.txt1
3 files changed, 6 insertions, 2 deletions
diff --git a/cmd/Kconfig b/cmd/Kconfig
index 1ab1cf7..1621531 100644
--- a/cmd/Kconfig
+++ b/cmd/Kconfig
@@ -863,6 +863,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.
+
config CMD_USB
bool "usb"
help
diff --git a/include/config_cmd_all.h b/include/config_cmd_all.h
index f93d550..faddca8 100644
--- a/include/config_cmd_all.h
+++ b/include/config_cmd_all.h
@@ -13,7 +13,6 @@
* Alphabetical list of all possible commands.
*/
-#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 b8f5535..9350196 100644
--- a/scripts/config_whitelist.txt
+++ b/scripts/config_whitelist.txt
@@ -293,7 +293,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