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>
This commit is contained in:
parent
1c34f7885d
commit
d91365203c
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user