diff options
| author | Simon Glass <[email protected]> | 2017-08-04 16:35:01 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2017-08-11 17:44:52 -0400 |
| commit | 2a242e3e8074ba929f8aa5e871e4ea2bd9d483c7 (patch) | |
| tree | 773929afd3199c616687fcaa84eda46be8cf6418 /cmd | |
| parent | 5605aa8ab660655041837dff9dd9ff6fdae385ba (diff) | |
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 <[email protected]>
Reviewed-by: Bin Meng <[email protected]>
Reviewed-by: Philipp Tomsich <[email protected]>
Diffstat (limited to 'cmd')
| -rw-r--r-- | cmd/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/cmd/Kconfig b/cmd/Kconfig index 1ab1cf7fb79..162153174f0 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 |
