]> git.karo-electronics.de Git - karo-tx-linux.git/blob - arch/arm/plat-spear/Kconfig
ARM: kill Hynix h720x platform
[karo-tx-linux.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 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
23
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
32
33 config ARCH_SPEAR6XX
34         bool "SPEAr6XX"
35         select ARM_VIC
36         select CPU_ARM926T
37         help
38           Supports for ARM's SPEAR6XX family
39
40 endchoice
41
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"
46
47 endif