diff options
Diffstat (limited to 'src/cpu/armltd/Kconfig')
-rw-r--r-- | src/cpu/armltd/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/cpu/armltd/Kconfig b/src/cpu/armltd/Kconfig new file mode 100644 index 0000000000..b1f4c2ee4e --- /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 |