summaryrefslogtreecommitdiffstats
path: root/arch/x86/Kconfig
diff options
context:
space:
mode:
authorBen Stoltz <stoltz@google.com>2015-08-04 12:33:47 -0600
committerSimon Glass <sjg@chromium.org>2015-08-05 08:44:06 -0600
commit3e9aa3205529c3838e8e92d65e748c27012cca88 (patch)
tree97db0784d8977f9ccfa9a946d6464a99ffb32323 /arch/x86/Kconfig
parent3dcdd17b43c5cfd3a216169948dfd08d6741c631 (diff)
downloadtalos-obmc-uboot-3e9aa3205529c3838e8e92d65e748c27012cca88.tar.gz
talos-obmc-uboot-3e9aa3205529c3838e8e92d65e748c27012cca88.zip
x86: Add EFI board code
Add support for the efi-x86 board, which supports running U-Boot as an EFI 32-bit application. Signed-off-by: Ben Stoltz <stoltz@google.com> Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> Tested-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r--arch/x86/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index 7e6e89c231..f124d58fde 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -27,6 +27,7 @@ endchoice
# board-specific options below
source "board/coreboot/Kconfig"
+source "board/efi/Kconfig"
source "board/emulation/Kconfig"
source "board/google/Kconfig"
source "board/intel/Kconfig"
OpenPOWER on IntegriCloud