diff options
| author | Simon Glass <[email protected]> | 2017-08-04 16:35:00 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2017-08-11 17:44:51 -0400 |
| commit | 5605aa8ab660655041837dff9dd9ff6fdae385ba (patch) | |
| tree | 9aad2291713a269f7a55e88ca720c42450f3a451 /cmd | |
| parent | ce058ae5f2c539e4fc8f2ceec591c78eb8b0ae57 (diff) | |
Convert CONFIG_CMD_TSI148 to Kconfig
This converts the following to Kconfig:
CONFIG_CMD_TSI148
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 bb1980ddb3b..1ab1cf7fb79 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 |
