block: move down direct IO plugging
[linux/fpc-iii.git] / arch / arm / plat-spear / Kconfig
blob4404f82d59793d1227e2c6c0474941801b36807f
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 ARM_GIC
14         select CPU_V7
15         select USE_OF
16         select HAVE_SMP
17         select MIGHT_HAVE_CACHE_L2X0
18         select PINCTRL
19         help
20           Supports for ARM's SPEAR13XX family
22 config ARCH_SPEAR3XX
23         bool "ST SPEAr3xx with Device Tree"
24         select ARM_VIC
25         select CPU_ARM926T
26         select USE_OF
27         select PINCTRL
28         help
29           Supports for ARM's SPEAR3XX family
31 config ARCH_SPEAR6XX
32         bool "SPEAr6XX"
33         select ARM_VIC
34         select CPU_ARM926T
35         help
36           Supports for ARM's SPEAR6XX family
38 endchoice
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"
45 endif