summaryrefslogtreecommitdiff
path: root/src/cpu/Kconfig
diff options
context:
space:
mode:
authorAndrew Wu <arw@dmp.com.tw>2013-06-19 18:55:08 +0800
committerRonald G. Minnich <rminnich@gmail.com>2013-06-20 19:14:44 +0200
commit52e665bdd2c71b86643cbb1ee7e2fa5e96223059 (patch)
treeca7df212b56af01e562b10e824895cde1507eb2a /src/cpu/Kconfig
parent483ff8253943b134e5e07ac89d08e49fca1c28d8 (diff)
downloadcoreboot-52e665bdd2c71b86643cbb1ee7e2fa5e96223059.tar.xz
Add initial support for DMP Vortex86EX CPU.
Change-Id: I74de250c69a57109362be1b2f00c0b4aa24a64e8 Signed-off-by: Andrew Wu <arw@dmp.com.tw> Reviewed-on: http://review.coreboot.org/3473 Tested-by: build bot (Jenkins) Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
Diffstat (limited to 'src/cpu/Kconfig')
-rw-r--r--src/cpu/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cpu/Kconfig b/src/cpu/Kconfig
index d1e52376dd..788e2190bc 100644
--- a/src/cpu/Kconfig
+++ b/src/cpu/Kconfig
@@ -12,6 +12,7 @@ endif # ARCH_ARM
if ARCH_X86
source src/cpu/amd/Kconfig
+source src/cpu/dmp/Kconfig
source src/cpu/intel/Kconfig
source src/cpu/via/Kconfig
source src/cpu/qemu-x86/Kconfig