diff options
Diffstat (limited to 'cmd/Kconfig')
-rw-r--r-- | cmd/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/cmd/Kconfig b/cmd/Kconfig index bb1980d..1ab1cf7 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 |