summaryrefslogtreecommitdiffstats
path: root/src/cpu/armltd/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu/armltd/Kconfig')
-rw-r--r--src/cpu/armltd/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/cpu/armltd/Kconfig b/src/cpu/armltd/Kconfig
new file mode 100644
index 000000000000..b1f4c2ee4ea3
--- /dev/null
+++ b/src/cpu/armltd/Kconfig
@@ -0,0 +1,8 @@
+config CPU_ARMLTD_CORTEX_A9
+ depends on ARCH_ARMV7
+ bool
+ default n
+
+if CPU_ARMLTD_CORTEX_A9
+source src/cpu/armltd/cortex-a9/Kconfig
+endif