staging:iio:adc:ad7606 move to info_mask_(shared_by_type/separate)
[linux/fpc-iii.git] / arch / arm / plat-spear / Kconfig
blob739d016eb273faf8a22859856767901ce7e8beef
2 # SPEAr Platform configuration file
5 if PLAT_SPEAR
7 choice
8         prompt "ST SPEAr Family"
9         default ARCH_SPEAR3XX
11 config ARCH_SPEAR13XX
12         bool "ST SPEAr13xx with Device Tree"
13         select ARCH_HAVE_CPUFREQ
14         select ARM_GIC
15         select CPU_V7
16         select GPIO_SPEAR_SPICS
17         select HAVE_SMP
18         select MIGHT_HAVE_CACHE_L2X0
19         select PINCTRL
20         select USE_OF
21         help
22           Supports for ARM's SPEAR13XX family
24 config ARCH_SPEAR3XX
25         bool "ST SPEAr3xx with Device Tree"
26         select ARM_VIC
27         select CPU_ARM926T
28         select PINCTRL
29         select USE_OF
30         help
31           Supports for ARM's SPEAR3XX family
33 config ARCH_SPEAR6XX
34         bool "SPEAr6XX"
35         select ARM_VIC
36         select CPU_ARM926T
37         help
38           Supports for ARM's SPEAR6XX family
40 endchoice
42 # Adding SPEAr machine specific configuration files
43 source "arch/arm/mach-spear13xx/Kconfig"
44 source "arch/arm/mach-spear3xx/Kconfig"
45 source "arch/arm/mach-spear6xx/Kconfig"
47 endif