]> Pileus Git - ~andy/linux/blob - arch/arm/plat-spear/Kconfig
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc
[~andy/linux] / 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_SPEAR3XX
12         bool "ST SPEAr3xx with Device Tree"
13         select ARM_VIC
14         select CPU_ARM926T
15         select USE_OF
16         select PINCTRL
17         help
18           Supports for ARM's SPEAR3XX family
19
20 config ARCH_SPEAR6XX
21         bool "SPEAr6XX"
22         select ARM_VIC
23         select CPU_ARM926T
24         help
25           Supports for ARM's SPEAR6XX family
26
27 endchoice
28
29 # Adding SPEAr machine specific configuration files
30 source "arch/arm/mach-spear3xx/Kconfig"
31 source "arch/arm/mach-spear6xx/Kconfig"
32
33 endif