mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-26 14:40:41 +00:00
a77fda1f7d
Move config for the E1000 Ethernet driver to Kconfig and tidy up affected boards. Signed-off-by: Simon Glass <sjg@chromium.org> Acked-by: Joe Hershberger <joe.hershberger@ni.com>
18 lines
423 B
Text
18 lines
423 B
Text
CONFIG_X86=y
|
|
CONFIG_VENDOR_COREBOOT=y
|
|
CONFIG_TARGET_COREBOOT=y
|
|
CONFIG_TSC_CALIBRATION_BYPASS=y
|
|
# CONFIG_CMD_IMLS is not set
|
|
# CONFIG_CMD_FLASH is not set
|
|
# CONFIG_CMD_SETEXPR is not set
|
|
# CONFIG_CMD_NFS is not set
|
|
CONFIG_BOOTSTAGE=y
|
|
CONFIG_BOOTSTAGE_REPORT=y
|
|
CONFIG_CMD_BOOTSTAGE=y
|
|
CONFIG_OF_CONTROL=y
|
|
CONFIG_DM_PCI=y
|
|
CONFIG_SPI_FLASH=y
|
|
CONFIG_NETDEVICES=y
|
|
CONFIG_E1000=y
|
|
CONFIG_USE_PRIVATE_LIBGCC=y
|
|
CONFIG_SYS_VSNPRINTF=y
|