summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-11-20 02:45:33 +0300
committerTom Rini <trini@konsulko.com>2022-12-06 00:08:37 +0300
commitd91365203c06e0fbfa329e707196e9aa51241e4c (patch)
treeee0b359690613ed2537a511a9f8286bc09623a31 /configs
parent1c34f7885d7dc109b3ffa6e2c071bf777ed917e8 (diff)
downloadu-boot-d91365203c06e0fbfa329e707196e9aa51241e4c.tar.xz
Convert CONFIG_SMSC_LPC47M et al to Kconfig
This converts the following to Kconfig: CONFIG_SMSC_LPC47M CONFIG_SMSC_SIO1007 Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs')
-rw-r--r--configs/cougarcanyon2_defconfig1
-rw-r--r--configs/crownbay_defconfig1
2 files changed, 2 insertions, 0 deletions
diff --git a/configs/cougarcanyon2_defconfig b/configs/cougarcanyon2_defconfig
index 203eff8e16..8b47f2d89f 100644
--- a/configs/cougarcanyon2_defconfig
+++ b/configs/cougarcanyon2_defconfig
@@ -52,6 +52,7 @@ CONFIG_SYSCON=y
CONFIG_LBA48=y
CONFIG_SYS_64BIT_LBA=y
CONFIG_CPU=y
+CONFIG_SMSC_SIO1007=y
CONFIG_SYS_NS16550=y
CONFIG_SYS_NS16550_PORT_MAPPED=y
CONFIG_SPI=y
diff --git a/configs/crownbay_defconfig b/configs/crownbay_defconfig
index cb0f0d7c8d..038cbbe5b9 100644
--- a/configs/crownbay_defconfig
+++ b/configs/crownbay_defconfig
@@ -56,6 +56,7 @@ CONFIG_SYSCON=y
CONFIG_LBA48=y
CONFIG_SYS_64BIT_LBA=y
CONFIG_CPU=y
+CONFIG_SMSC_LPC47M=y
CONFIG_E1000=y
CONFIG_SYS_NS16550_PORT_MAPPED=y
CONFIG_SOUND=y