x86, efi: Set runtime_version to the EFI spec revision
[linux/fpc-iii.git] / arch / arm / plat-spear / Kconfig
blob87dbd81bdf5130541604e348ef847fabfa6afaef
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 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
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
32 config ARCH_SPEAR6XX
33         bool "SPEAr6XX"
34         select ARM_VIC
35         select CPU_ARM926T
36         help
37           Supports for ARM's SPEAR6XX family
39 endchoice
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"
46 endif