NFSv41: Resend on NFS4ERR_RETRY_UNCACHED_REP
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / arch / arm / plat-spear / Kconfig
blob1bb3dbce88101fed9b09b0ef18f6fcd51ead7031
2 # SPEAr Platform configuration file
5 if PLAT_SPEAR
7 choice
8         prompt "ST SPEAr Family"
9         default ARCH_SPEAR3XX
11 config ARCH_SPEAR3XX
12         bool "SPEAr3XX"
13         select ARM_VIC
14         select CPU_ARM926T
15         help
16           Supports for ARM's SPEAR3XX family
18 config ARCH_SPEAR6XX
19         bool "SPEAr6XX"
20         select ARM_VIC
21         select CPU_ARM926T
22         help
23           Supports for ARM's SPEAR6XX family
25 endchoice
27 # Adding SPEAr machine specific configuration files
28 source "arch/arm/mach-spear3xx/Kconfig"
29 source "arch/arm/mach-spear6xx/Kconfig"
31 endif