summaryrefslogtreecommitdiffstats
path: root/arch/x86/Kconfig
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2016-03-11 22:07:18 -0700
committerBin Meng <bmeng.cn@gmail.com>2016-03-17 10:27:25 +0800
commit2f3f477b77d3a528de41e52a8ba874fd47fb6513 (patch)
treedaf0f7f7207c9ff3be56fbdfba2ad3f5a9c6fb37 /arch/x86/Kconfig
parentc13dcb3dc7aeaf0a78daff0a3d28eaaa94ad1f28 (diff)
downloadtalos-obmc-uboot-2f3f477b77d3a528de41e52a8ba874fd47fb6513.tar.gz
talos-obmc-uboot-2f3f477b77d3a528de41e52a8ba874fd47fb6513.zip
x86: Add basic support for broadwell
This adds the broadwell architecture, with the CPU driver and some useful header files. Signed-off-by: Simon Glass <sjg@chromium.org> Acked-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 1a9fa40081..0b308830ad 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -34,6 +34,7 @@ source "board/intel/Kconfig"
# platform-specific options below
source "arch/x86/cpu/baytrail/Kconfig"
+source "arch/x86/cpu/broadwell/Kconfig"
source "arch/x86/cpu/coreboot/Kconfig"
source "arch/x86/cpu/ivybridge/Kconfig"
source "arch/x86/cpu/qemu/Kconfig"
OpenPOWER on IntegriCloud