Kconfig (bc95f3669f5e6f63cf0b84fe4922c3c6dd4aa775) Kconfig (28bd3a0dcce11bea6f99a351cc64053dff00196e)
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

--- 11 unchanged lines hidden (view full) ---

84 bool
85 prompt "NAS100D"
86 select PCI
87 help
88 Say 'Y' here if you want your kernel to support Iomega's
89 NAS 100d device. For more information on this platform,
90 see http://www.nslu2-linux.org/wiki/NAS100d/HomePage
91
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

--- 11 unchanged lines hidden (view full) ---

90 bool
91 prompt "NAS100D"
92 select PCI
93 help
94 Say 'Y' here if you want your kernel to support Iomega's
95 NAS 100d device. For more information on this platform,
96 see http://www.nslu2-linux.org/wiki/NAS100d/HomePage
97
98config MACH_DSMG600
99 bool
100 prompt "D-Link DSM-G600 RevA"
101 select PCI
102 help
103 Say 'Y' here if you want your kernel to support D-Link's
104 DSM-G600 RevA device. For more information on this platform,
105 see http://www.nslu2-linux.org/wiki/DSMG600/HomePage
106
92#
93# Avila and IXDP share the same source for now. Will change in future
94#
95config ARCH_IXDP4XX
96 bool
107#
108# Avila and IXDP share the same source for now. Will change in future
109#
110config ARCH_IXDP4XX
111 bool
97 depends on ARCH_IXDP425 || MACH_IXDP465
112 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
113 default y
114
115#
116# Certain registers and IRQs are only enabled if supporting IXP465 CPUs
117#
118config CPU_IXP46X
119 bool
120 depends on MACH_IXDP465
121 default y
122
123config CPU_IXP43X
124 bool
125 depends on MACH_KIXRP435
126 default y
127
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 ---
128config MACH_GTWX5715
129 bool "Gemtek WX5715 (Linksys WRV54G)"
130 depends on ARCH_IXP4XX
131 select PCI
132 help
133 This board is currently inside the Linksys WRV54G Gateways.
134
135 IXP425 - 266mhz

--- 46 unchanged lines hidden ---