]> Pileus Git - ~andy/linux/blob - arch/arm/plat-spear/Kconfig
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid
[~andy/linux] / arch / arm / plat-spear / Kconfig
1 #
2 # SPEAr Platform configuration file
3 #
4
5 if PLAT_SPEAR
6
7 choice
8         prompt "ST SPEAr Family"
9         default ARCH_SPEAR3XX
10
11 config ARCH_SPEAR13XX
12         bool "ST SPEAr13xx with Device Tree"
13         select ARM_GIC
14         select CPU_V7
15         select HAVE_SMP
16         select MIGHT_HAVE_CACHE_L2X0
17         select PINCTRL
18         select USE_OF
19         help
20           Supports for ARM's SPEAR13XX family
21
22 config ARCH_SPEAR3XX
23         bool "ST SPEAr3xx with Device Tree"
24         select ARM_VIC
25         select CPU_ARM926T
26         select PINCTRL
27         select USE_OF
28         help
29           Supports for ARM's SPEAR3XX family
30
31 config ARCH_SPEAR6XX
32         bool "SPEAr6XX"
33         select ARM_VIC
34         select CPU_ARM926T
35         help
36           Supports for ARM's SPEAR6XX family
37
38 endchoice
39
40 # Adding SPEAr machine specific configuration files
41 source "arch/arm/mach-spear13xx/Kconfig"
42 source "arch/arm/mach-spear3xx/Kconfig"
43 source "arch/arm/mach-spear6xx/Kconfig"
44
45 endif