ARM: config: sort select statements alphanumerically
[deliverable/linux.git] / arch / arm / plat-spear / Kconfig
CommitLineData
986435e3 1#
2# SPEAr Platform configuration file
3#
4
5if PLAT_SPEAR
6
7choice
8 prompt "ST SPEAr Family"
9 default ARCH_SPEAR3XX
10
0d8e08f5
VK
11config ARCH_SPEAR13XX
12 bool "ST SPEAr13xx with Device Tree"
13 select ARM_GIC
14 select CPU_V7
0d8e08f5
VK
15 select HAVE_SMP
16 select MIGHT_HAVE_CACHE_L2X0
17 select PINCTRL
b1b3f49c 18 select USE_OF
0d8e08f5
VK
19 help
20 Supports for ARM's SPEAR13XX family
21
986435e3 22config ARCH_SPEAR3XX
c5fa4fdc 23 bool "ST SPEAr3xx with Device Tree"
986435e3 24 select ARM_VIC
25 select CPU_ARM926T
e0373607 26 select PINCTRL
b1b3f49c 27 select USE_OF
986435e3 28 help
29 Supports for ARM's SPEAR3XX family
30
31config ARCH_SPEAR6XX
32 bool "SPEAr6XX"
33 select ARM_VIC
34 select CPU_ARM926T
35 help
36 Supports for ARM's SPEAR6XX family
37
38endchoice
39
40# Adding SPEAr machine specific configuration files
0d8e08f5 41source "arch/arm/mach-spear13xx/Kconfig"
986435e3 42source "arch/arm/mach-spear3xx/Kconfig"
43source "arch/arm/mach-spear6xx/Kconfig"
44
45endif
This page took 0.172445 seconds and 5 git commands to generate.