]> git.baikalelectronics.ru Git - uboot.git/commitdiff
Convert CONFIG_SMSC_LPC47M et al to Kconfig
authorTom Rini <trini@konsulko.com>
Sat, 19 Nov 2022 23:45:33 +0000 (18:45 -0500)
committerTom Rini <trini@konsulko.com>
Mon, 5 Dec 2022 21:08:37 +0000 (16:08 -0500)
This converts the following to Kconfig:
   CONFIG_SMSC_LPC47M
   CONFIG_SMSC_SIO1007

Signed-off-by: Tom Rini <trini@konsulko.com>
configs/cougarcanyon2_defconfig
configs/crownbay_defconfig
drivers/misc/Kconfig
include/configs/cougarcanyon2.h
include/configs/crownbay.h

index 203eff8e165ad5f30c4710c3716eff76455dc177..8b47f2d89f870cd7b8158e4c0566c9b66ec35785 100644 (file)
@@ -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
index cb0f0d7c8d0283c1c0133237d5b21005da9bebdc..038cbbe5b993e679badd961943f8d42dd1f83a42 100644 (file)
@@ -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
index 122d605a537ddac5d3d250c9a1724c1616d920ff..b07261d3db5a451c164f8f250d0e4574e41b41ae 100644 (file)
@@ -112,6 +112,12 @@ config SIFIVE_OTP
          Enable support for reading and writing the eMemory OTP on the
          SiFive SoCs.
 
+config SMSC_LPC47M
+       bool "LPC47M SMSC driver"
+
+config SMSC_SIO1007
+       bool "SIO1007 SMSC driver"
+
 config VEXPRESS_CONFIG
        bool "Enable support for Arm Versatile Express config bus"
        depends on MISC
index efd0b77843509bd7b70af58558d3ef1fdf8332aa..b64c7df1b25f934d767fd30f5ae2048b2edd8f01 100644 (file)
@@ -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"
index e8a8af7e649241ea2eabcbd934f8f73e359fd445..ff74deb3d40091dcc8d719a360c84a0da092b551 100644 (file)
@@ -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"