aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/armltd/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu/armltd/Kconfig')
-rw-r--r--src/cpu/armltd/Kconfig7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/cpu/armltd/Kconfig b/src/cpu/armltd/Kconfig
index b1f4c2ee4e..af0c5c531c 100644
--- a/src/cpu/armltd/Kconfig
+++ b/src/cpu/armltd/Kconfig
@@ -1,8 +1 @@
-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