summaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2017-08-04 16:35:00 -0600
committerTom Rini <trini@konsulko.com>2017-08-11 17:44:51 -0400
commit5605aa8ab660655041837dff9dd9ff6fdae385ba (patch)
tree9aad2291713a269f7a55e88ca720c42450f3a451 /cmd
parentce058ae5f2c539e4fc8f2ceec591c78eb8b0ae57 (diff)
Convert CONFIG_CMD_TSI148 to Kconfig
This converts the following to Kconfig: CONFIG_CMD_TSI148 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>
Diffstat (limited to 'cmd')
-rw-r--r--cmd/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/cmd/Kconfig b/cmd/Kconfig
index bb1980ddb3..1ab1cf7fb7 100644
--- a/cmd/Kconfig
+++ b/cmd/Kconfig
@@ -857,6 +857,12 @@ config CMD_SPI
help
SPI utility command.
+config CMD_TSI148
+ bool "tsi148 - Command to access tsi148 device"
+ help
+ This provides various sub-commands to initialise and configure the
+ Turndra tsi148 device. See the command help for full details.
+
config CMD_USB
bool "usb"
help