[U-Boot] [PATCH 14/22] x86: coreboot: kconfig: Imply drivers that are useful
Bin Meng
bmeng.cn at gmail.com
Fri Jul 28 13:07:01 UTC 2017
U-Boot as coreboot payload can run on any x86 hardware ideally.
Let's imply some common drivers that are useful.
Signed-off-by: Bin Meng <bmeng.cn at gmail.com>
---
arch/x86/cpu/coreboot/Kconfig | 3 +++
configs/coreboot-x86_defconfig | 3 ---
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/arch/x86/cpu/coreboot/Kconfig b/arch/x86/cpu/coreboot/Kconfig
index 9820651..641a3f1 100644
--- a/arch/x86/cpu/coreboot/Kconfig
+++ b/arch/x86/cpu/coreboot/Kconfig
@@ -3,6 +3,9 @@ if TARGET_COREBOOT
config SYS_COREBOOT
bool
default y
+ imply E1000
+ imply SYS_NS16550
+ imply VIDEO_COREBOOT
imply CMD_CBFS
imply FS_CBFS
diff --git a/configs/coreboot-x86_defconfig b/configs/coreboot-x86_defconfig
index c9e308f..22bbd26 100644
--- a/configs/coreboot-x86_defconfig
+++ b/configs/coreboot-x86_defconfig
@@ -35,11 +35,8 @@ CONFIG_SPI_FLASH=y
CONFIG_SPI_FLASH_GIGADEVICE=y
CONFIG_SPI_FLASH_MACRONIX=y
CONFIG_SPI_FLASH_WINBOND=y
-CONFIG_E1000=y
-CONFIG_SYS_NS16550=y
CONFIG_TPM_TIS_LPC=y
CONFIG_USB_STORAGE=y
CONFIG_USB_KEYBOARD=y
-CONFIG_VIDEO_COREBOOT=y
CONFIG_CONSOLE_SCROLL_LINES=5
CONFIG_TPM=y
--
2.9.2
More information about the U-Boot
mailing list