diff options
author | Stefan Roese <sr@denx.de> | 2017-08-08 11:52:12 +0200 |
---|---|---|
committer | Bin Meng <bmeng.cn@gmail.com> | 2017-08-08 21:13:06 +0800 |
commit | 6b08679328450b7f9c7479c280fc213030891c53 (patch) | |
tree | 1a17c1f5eb85eab79c4d1a6ae476082d328289a3 /configs/theadorable-x86-dfi-bt700_defconfig | |
parent | 323a6d691079bd15f0a9c0c9607bebadf958cd16 (diff) | |
download | u-boot-6b08679328450b7f9c7479c280fc213030891c53.tar.gz u-boot-6b08679328450b7f9c7479c280fc213030891c53.tar.bz2 u-boot-6b08679328450b7f9c7479c280fc213030891c53.zip |
x86: dfi: Add option to select different config headers for baseboards
This patch adds the infrastructure to define different config headers
with different configurations and default environment for the baseboards
that can now be selected via Kconfig. The new configuration for the
theadorable-x86-dfi-bt700 is also added.
Signed-off-by: Stefan Roese <sr@denx.de>
Cc: Simon Glass <sjg@chromium.org>
Cc: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'configs/theadorable-x86-dfi-bt700_defconfig')
-rw-r--r-- | configs/theadorable-x86-dfi-bt700_defconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configs/theadorable-x86-dfi-bt700_defconfig b/configs/theadorable-x86-dfi-bt700_defconfig index 29d48b6c53..c49d06b4a0 100644 --- a/configs/theadorable-x86-dfi-bt700_defconfig +++ b/configs/theadorable-x86-dfi-bt700_defconfig @@ -1,13 +1,14 @@ CONFIG_X86=y CONFIG_VENDOR_DFI=y CONFIG_DEFAULT_DEVICE_TREE="theadorable-x86-dfi-bt700" -CONFIG_TARGET_DFI_BT700=y +CONFIG_TARGET_THEADORABLE_X86_DFI_BT700=y CONFIG_SMP=y CONFIG_HAVE_VGA_BIOS=y CONFIG_VGA_BIOS_ADDR=0xfffa0000 CONFIG_GENERATE_PIRQ_TABLE=y CONFIG_GENERATE_MP_TABLE=y CONFIG_GENERATE_ACPI_TABLE=y +CONFIG_HAVE_ACPI_RESUME=y CONFIG_SEABIOS=y CONFIG_FIT=y CONFIG_FIT_SIGNATURE=y |