Kconfig (59b8175c771040afcd4ad67022b0cc80c216b866) | Kconfig (45fba0846f5a5a48ed3c394aa4f8ca93699e7655) |
---|---|
1if ARCH_IXP4XX 2 3config ARCH_SUPPORTS_BIG_ENDIAN 4 bool 5 default y 6 7menu "Intel IXP4xx Implementation Options" 8 --- 48 unchanged lines hidden (view full) --- 57 58config MACH_IXDP465 59 bool "IXDP465" 60 help 61 Say 'Y' here if you want your kernel to support Intel's 62 IXDP465 Development Platform (Also known as BMP). 63 For more information on this platform, see <file:Documentation/arm/IXP4xx>. 64 | 1if ARCH_IXP4XX 2 3config ARCH_SUPPORTS_BIG_ENDIAN 4 bool 5 default y 6 7menu "Intel IXP4xx Implementation Options" 8 --- 48 unchanged lines hidden (view full) --- 57 58config MACH_IXDP465 59 bool "IXDP465" 60 help 61 Say 'Y' here if you want your kernel to support Intel's 62 IXDP465 Development Platform (Also known as BMP). 63 For more information on this platform, see <file:Documentation/arm/IXP4xx>. 64 |
65config MACH_KIXRP435 66 bool "KIXRP435" 67 help 68 Say 'Y' here if you want your kernel to support Intel's 69 KIXRP435 Reference Platform. 70 For more information on this platform, see <file:Documentation/arm/IXP4xx>. |
|
65 66# 67# IXCDP1100 is the exact same HW as IXDP425, but with a different machine 68# number from the bootloader due to marketing monkeys, so we just enable it 69# by default if IXDP425 is enabled. 70# 71config ARCH_IXCDP1100 72 bool --- 16 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 | 71 72# 73# IXCDP1100 is the exact same HW as IXDP425, but with a different machine 74# number from the bootloader due to marketing monkeys, so we just enable it 75# by default if IXDP425 is enabled. 76# 77config ARCH_IXCDP1100 78 bool --- 16 unchanged lines hidden (view full) --- 95 NAS 100d device. For more information on this platform, 96 see http://www.nslu2-linux.org/wiki/NAS100d/HomePage 97 98# 99# Avila and IXDP share the same source for now. Will change in future 100# 101config ARCH_IXDP4XX 102 bool |
97 depends on ARCH_IXDP425 || MACH_IXDP465 | 103 depends on ARCH_IXDP425 || MACH_IXDP465 || MACH_KIXRP435 |
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 106 default y 107 | 104 default y 105 106# 107# Certain registers and IRQs are only enabled if supporting IXP465 CPUs 108# 109config CPU_IXP46X 110 bool 111 depends on MACH_IXDP465 112 default y 113 |
114config CPU_IXP43X 115 bool 116 depends on MACH_KIXRP435 117 default y 118 |
|
108config MACH_GTWX5715 109 bool "Gemtek WX5715 (Linksys WRV54G)" 110 depends on ARCH_IXP4XX 111 select PCI 112 help 113 This board is currently inside the Linksys WRV54G Gateways. 114 115 IXP425 - 266mhz --- 46 unchanged lines hidden --- | 119config MACH_GTWX5715 120 bool "Gemtek WX5715 (Linksys WRV54G)" 121 depends on ARCH_IXP4XX 122 select PCI 123 help 124 This board is currently inside the Linksys WRV54G Gateways. 125 126 IXP425 - 266mhz --- 46 unchanged lines hidden --- |