Kconfig (9cdf083f981b8d37b3212400a359368661385099) | Kconfig (0f1859719537acf5a611fd18be5d81c0cfd5fbf4) |
---|---|
1if ARCH_IXP4XX 2 3config ARCH_SUPPORTS_BIG_ENDIAN 4 bool 5 default y 6 7menu "Intel IXP4xx Implementation Options" 8 9comment "IXP4xx Platforms" 10 11config MACH_NSLU2 12 bool 13 prompt "Linksys NSLU2" 14 select PCI 15 help 16 Say 'Y' here if you want your kernel to support Linksys's 17 NSLU2 NAS device. For more information on this platform, 18 see http://www.nslu2-linux.org 19 | 1if ARCH_IXP4XX 2 3config ARCH_SUPPORTS_BIG_ENDIAN 4 bool 5 default y 6 7menu "Intel IXP4xx Implementation Options" 8 9comment "IXP4xx Platforms" 10 11config MACH_NSLU2 12 bool 13 prompt "Linksys NSLU2" 14 select PCI 15 help 16 Say 'Y' here if you want your kernel to support Linksys's 17 NSLU2 NAS device. For more information on this platform, 18 see http://www.nslu2-linux.org 19 |
20config ARCH_AVILA | 20config MACH_AVILA |
21 bool "Avila" 22 select PCI 23 help 24 Say 'Y' here if you want your kernel to support the Gateworks 25 Avila Network Platform. For more information on this platform, 26 see <file:Documentation/arm/IXP4xx>. 27 | 21 bool "Avila" 22 select PCI 23 help 24 Say 'Y' here if you want your kernel to support the Gateworks 25 Avila Network Platform. For more information on this platform, 26 see <file:Documentation/arm/IXP4xx>. 27 |
28config 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 |
|
28config ARCH_ADI_COYOTE 29 bool "Coyote" 30 select PCI 31 help 32 Say 'Y' here if you want your kernel to support the ADI 33 Engineering Coyote Gateway Reference Platform. For more 34 information on this platform, see <file:Documentation/arm/IXP4xx>. 35 --- 45 unchanged lines hidden (view full) --- 81 NAS 100d device. For more information on this platform, 82 see http://www.nslu2-linux.org/wiki/NAS100d/HomePage 83 84# 85# Avila and IXDP share the same source for now. Will change in future 86# 87config ARCH_IXDP4XX 88 bool | 36config ARCH_ADI_COYOTE 37 bool "Coyote" 38 select PCI 39 help 40 Say 'Y' here if you want your kernel to support the ADI 41 Engineering Coyote Gateway Reference Platform. For more 42 information on this platform, see <file:Documentation/arm/IXP4xx>. 43 --- 45 unchanged lines hidden (view full) --- 89 NAS 100d device. For more information on this platform, 90 see http://www.nslu2-linux.org/wiki/NAS100d/HomePage 91 92# 93# Avila and IXDP share the same source for now. Will change in future 94# 95config ARCH_IXDP4XX 96 bool |
89 depends on ARCH_IXDP425 || ARCH_AVILA || MACH_IXDP465 | 97 depends on ARCH_IXDP425 || MACH_IXDP465 |
90 default y 91 92# 93# Certain registers and IRQs are only enabled if supporting IXP465 CPUs 94# 95config CPU_IXP46X 96 bool 97 depends on MACH_IXDP465 --- 56 unchanged lines hidden --- | 98 default y 99 100# 101# Certain registers and IRQs are only enabled if supporting IXP465 CPUs 102# 103config CPU_IXP46X 104 bool 105 depends on MACH_IXDP465 --- 56 unchanged lines hidden --- |