summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2017-08-04 22:35:00 (GMT)
committerTom Rini <trini@konsulko.com>2017-08-11 21:44:51 (GMT)
commit5605aa8ab660655041837dff9dd9ff6fdae385ba (patch)
tree9aad2291713a269f7a55e88ca720c42450f3a451 /configs
parentce058ae5f2c539e4fc8f2ceec591c78eb8b0ae57 (diff)
downloadu-boot-fsl-qoriq-5605aa8ab660655041837dff9dd9ff6fdae385ba.tar.xz
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 'configs')
-rw-r--r--configs/caddy2_defconfig1
-rw-r--r--configs/vme8349_defconfig1
2 files changed, 2 insertions, 0 deletions
diff --git a/configs/caddy2_defconfig b/configs/caddy2_defconfig
index 762a2c0..3bdcb8d 100644
--- a/configs/caddy2_defconfig
+++ b/configs/caddy2_defconfig
@@ -9,6 +9,7 @@ CONFIG_BOOTDELAY=6
CONFIG_HUSH_PARSER=y
CONFIG_CMD_I2C=y
CONFIG_CMD_PCI=y
+CONFIG_CMD_TSI148=y
# CONFIG_CMD_SETEXPR is not set
CONFIG_CMD_MII=y
CONFIG_CMD_PING=y
diff --git a/configs/vme8349_defconfig b/configs/vme8349_defconfig
index 82ba7ab..cc782bf 100644
--- a/configs/vme8349_defconfig
+++ b/configs/vme8349_defconfig
@@ -8,6 +8,7 @@ CONFIG_BOOTDELAY=6
CONFIG_HUSH_PARSER=y
CONFIG_CMD_I2C=y
CONFIG_CMD_PCI=y
+CONFIG_CMD_TSI148=y
# CONFIG_CMD_SETEXPR is not set
CONFIG_CMD_MII=y
CONFIG_CMD_PING=y