From 5605aa8ab660655041837dff9dd9ff6fdae385ba Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Fri, 4 Aug 2017 16:35:00 -0600 Subject: Convert CONFIG_CMD_TSI148 to Kconfig This converts the following to Kconfig: CONFIG_CMD_TSI148 Signed-off-by: Simon Glass Reviewed-by: Bin Meng Reviewed-by: Philipp Tomsich --- cmd/Kconfig | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'cmd') 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 -- cgit v1.2.3