mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-12 07:57:21 +00:00
e1d1b62be1
Move some #undef from efi-x86.h to efi-x86_defconfig as these are already Kconfig options. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>
18 lines
388 B
Text
18 lines
388 B
Text
CONFIG_X86=y
|
|
CONFIG_VENDOR_EFI=y
|
|
CONFIG_DEFAULT_DEVICE_TREE="efi"
|
|
CONFIG_TARGET_EFI=y
|
|
# CONFIG_CMD_BOOTM is not set
|
|
# CONFIG_CMD_IMLS is not set
|
|
CONFIG_CMD_GPIO=y
|
|
# CONFIG_CMD_NET is not set
|
|
CONFIG_OF_CONTROL=y
|
|
CONFIG_OF_EMBED=y
|
|
CONFIG_DM_PCI=y
|
|
CONFIG_DEBUG_UART=y
|
|
CONFIG_DEBUG_EFI_CONSOLE=y
|
|
CONFIG_DEBUG_UART_BASE=0
|
|
CONFIG_DEBUG_UART_CLOCK=0
|
|
CONFIG_ICH_SPI=y
|
|
CONFIG_TIMER=y
|
|
CONFIG_EFI=y
|