summaryrefslogtreecommitdiff
path: root/include
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 /include
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 'include')
-rw-r--r--include/configs/cougarcanyon2.h2
-rw-r--r--include/configs/crownbay.h2
2 files changed, 0 insertions, 4 deletions
diff --git a/include/configs/cougarcanyon2.h b/include/configs/cougarcanyon2.h
index efd0b77843..b64c7df1b2 100644
--- a/include/configs/cougarcanyon2.h
+++ b/include/configs/cougarcanyon2.h
@@ -8,8 +8,6 @@
#include <configs/x86-common.h>
-#define CONFIG_SMSC_SIO1007
-
#define CONFIG_STD_DEVICES_SETTINGS "stdin=serial,i8042-kbd,usbkbd\0" \
"stdout=serial,vga\0" \
"stderr=serial,vga\0"
diff --git a/include/configs/crownbay.h b/include/configs/crownbay.h
index e8a8af7e64..ff74deb3d4 100644
--- a/include/configs/crownbay.h
+++ b/include/configs/crownbay.h
@@ -12,8 +12,6 @@
#include <configs/x86-common.h>
-#define CONFIG_SMSC_LPC47M
-
#define CONFIG_STD_DEVICES_SETTINGS "stdin=serial,i8042-kbd,usbkbd\0" \
"stdout=serial,vidconsole\0" \
"stderr=serial,vidconsole\0"