gpio: SPEAr: add spi chipselect control driver
[linux-2.6-microblaze.git] / 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 GPIO_SPEAR_SPICS
16         select HAVE_SMP
17         select MIGHT_HAVE_CACHE_L2X0
18         select PINCTRL
19         select USE_OF
20         help
21           Supports for ARM's SPEAR13XX family
22
23 config ARCH_SPEAR3XX
24         bool "ST SPEAr3xx with Device Tree"
25         select ARM_VIC
26         select CPU_ARM926T
27         select PINCTRL
28         select USE_OF
29         help
30           Supports for ARM's SPEAR3XX family
31
32 config ARCH_SPEAR6XX
33         bool "SPEAr6XX"
34         select ARM_VIC
35         select CPU_ARM926T
36         help
37           Supports for ARM's SPEAR6XX family
38
39 endchoice
40
41 # Adding SPEAr machine specific configuration files
42 source "arch/arm/mach-spear13xx/Kconfig"
43 source "arch/arm/mach-spear3xx/Kconfig"
44 source "arch/arm/mach-spear6xx/Kconfig"
45
46 endif