Skip to content
Snippets Groups Projects
Commit 2a242e3e authored by Simon Glass's avatar Simon Glass Committed by Tom Rini
Browse files

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: default avatarSimon Glass <sjg@chromium.org>
Reviewed-by: default avatarBin Meng <bmeng.cn@gmail.com>
Reviewed-by: default avatarPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>
parent 5605aa8a
Branches
Tags
No related merge requests found
...@@ -863,6 +863,12 @@ config CMD_TSI148 ...@@ -863,6 +863,12 @@ config CMD_TSI148
This provides various sub-commands to initialise and configure the This provides various sub-commands to initialise and configure the
Turndra tsi148 device. See the command help for full details. 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 config CMD_USB
bool "usb" bool "usb"
help help
......
...@@ -13,7 +13,6 @@ ...@@ -13,7 +13,6 @@
* Alphabetical list of all possible commands. * Alphabetical list of all possible commands.
*/ */
#define CONFIG_CMD_UNIVERSE /* Tundra Universe Support */
#define CONFIG_CMD_ZFS /* ZFS Support */ #define CONFIG_CMD_ZFS /* ZFS Support */
#endif /* _CONFIG_CMD_ALL_H */ #endif /* _CONFIG_CMD_ALL_H */
...@@ -293,7 +293,6 @@ CONFIG_CM922T_XA10 ...@@ -293,7 +293,6 @@ CONFIG_CM922T_XA10
CONFIG_CMDLINE_EDITING CONFIG_CMDLINE_EDITING
CONFIG_CMDLINE_PS_SUPPORT CONFIG_CMDLINE_PS_SUPPORT
CONFIG_CMDLINE_TAG CONFIG_CMDLINE_TAG
CONFIG_CMD_UNIVERSE
CONFIG_CMD_UUID CONFIG_CMD_UUID
CONFIG_CMD_ZBOOT CONFIG_CMD_ZBOOT
CONFIG_CMD_ZFS CONFIG_CMD_ZFS
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment