Commit 5605aa8ab660655041837dff9dd9ff6fdae385ba

Authored by Simon Glass
Committed by Tom Rini
1 parent ce058ae5f2

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>

Showing 5 changed files with 8 additions and 2 deletions Side-by-side Diff

... ... @@ -857,6 +857,12 @@
857 857 help
858 858 SPI utility command.
859 859  
  860 +config CMD_TSI148
  861 + bool "tsi148 - Command to access tsi148 device"
  862 + help
  863 + This provides various sub-commands to initialise and configure the
  864 + Turndra tsi148 device. See the command help for full details.
  865 +
860 866 config CMD_USB
861 867 bool "usb"
862 868 help
configs/caddy2_defconfig
... ... @@ -9,6 +9,7 @@
9 9 CONFIG_HUSH_PARSER=y
10 10 CONFIG_CMD_I2C=y
11 11 CONFIG_CMD_PCI=y
  12 +CONFIG_CMD_TSI148=y
12 13 # CONFIG_CMD_SETEXPR is not set
13 14 CONFIG_CMD_MII=y
14 15 CONFIG_CMD_PING=y
configs/vme8349_defconfig
... ... @@ -8,6 +8,7 @@
8 8 CONFIG_HUSH_PARSER=y
9 9 CONFIG_CMD_I2C=y
10 10 CONFIG_CMD_PCI=y
  11 +CONFIG_CMD_TSI148=y
11 12 # CONFIG_CMD_SETEXPR is not set
12 13 CONFIG_CMD_MII=y
13 14 CONFIG_CMD_PING=y
include/configs/vme8349.h
... ... @@ -343,7 +343,6 @@
343 343 #define CONFIG_SYS_RTC_BUS_NUM 0x01
344 344 #define CONFIG_SYS_I2C_RTC_ADDR 0x32
345 345 #define CONFIG_RTC_RX8025
346   -#define CONFIG_CMD_TSI148
347 346  
348 347 /* Pass Ethernet MAC to VxWorks */
349 348 #define CONFIG_SYS_VXWORKS_MAC_PTR 0x000043f0
scripts/config_whitelist.txt
... ... @@ -293,7 +293,6 @@
293 293 CONFIG_CMDLINE_EDITING
294 294 CONFIG_CMDLINE_PS_SUPPORT
295 295 CONFIG_CMDLINE_TAG
296   -CONFIG_CMD_TSI148
297 296 CONFIG_CMD_UNIVERSE
298 297 CONFIG_CMD_UUID
299 298 CONFIG_CMD_ZBOOT