diff options
Diffstat (limited to 'arch/arm/mach-vexpress/Kconfig')
-rw-r--r-- | arch/arm/mach-vexpress/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/mach-vexpress/Kconfig b/arch/arm/mach-vexpress/Kconfig new file mode 100644 index 000000000000..3f19b660a165 --- /dev/null +++ b/arch/arm/mach-vexpress/Kconfig | |||
@@ -0,0 +1,9 @@ | |||
1 | menu "Versatile Express platform type" | ||
2 | depends on ARCH_VEXPRESS | ||
3 | |||
4 | config ARCH_VEXPRESS_CA9X4 | ||
5 | bool "Versatile Express Cortex-A9x4 tile" | ||
6 | select CPU_V7 | ||
7 | select ARM_GIC | ||
8 | |||
9 | endmenu | ||