diff options
Diffstat (limited to 'arch/arm/mach-ixp4xx/Kconfig')
-rw-r--r-- | arch/arm/mach-ixp4xx/Kconfig | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/arch/arm/mach-ixp4xx/Kconfig b/arch/arm/mach-ixp4xx/Kconfig index e316bd93313f..8a339cdfe222 100644 --- a/arch/arm/mach-ixp4xx/Kconfig +++ b/arch/arm/mach-ixp4xx/Kconfig | |||
@@ -17,7 +17,7 @@ config MACH_NSLU2 | |||
17 | NSLU2 NAS device. For more information on this platform, | 17 | NSLU2 NAS device. For more information on this platform, |
18 | see http://www.nslu2-linux.org | 18 | see http://www.nslu2-linux.org |
19 | 19 | ||
20 | config ARCH_AVILA | 20 | config MACH_AVILA |
21 | bool "Avila" | 21 | bool "Avila" |
22 | select PCI | 22 | select PCI |
23 | help | 23 | help |
@@ -25,6 +25,14 @@ config ARCH_AVILA | |||
25 | Avila Network Platform. For more information on this platform, | 25 | Avila Network Platform. For more information on this platform, |
26 | see <file:Documentation/arm/IXP4xx>. | 26 | see <file:Documentation/arm/IXP4xx>. |
27 | 27 | ||
28 | config MACH_LOFT | ||
29 | bool "Loft" | ||
30 | depends on MACH_AVILA | ||
31 | help | ||
32 | Say 'Y' here if you want your kernel to support the Giant | ||
33 | Shoulder Inc Loft board (a minor variation on the standard | ||
34 | Gateworks Avila Network Platform). | ||
35 | |||
28 | config ARCH_ADI_COYOTE | 36 | config ARCH_ADI_COYOTE |
29 | bool "Coyote" | 37 | bool "Coyote" |
30 | select PCI | 38 | select PCI |
@@ -86,7 +94,7 @@ config MACH_NAS100D | |||
86 | # | 94 | # |
87 | config ARCH_IXDP4XX | 95 | config ARCH_IXDP4XX |
88 | bool | 96 | bool |
89 | depends on ARCH_IXDP425 || ARCH_AVILA || MACH_IXDP465 | 97 | depends on ARCH_IXDP425 || MACH_IXDP465 |
90 | default y | 98 | default y |
91 | 99 | ||
92 | # | 100 | # |