blob: daaa190c12533b516a1a221e4717fc4ec87da23f [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001if ARCH_IXP4XX
2
3config ARCH_SUPPORTS_BIG_ENDIAN
4 bool
5 default y
6
7menu "Intel IXP4xx Implementation Options"
8
9comment "IXP4xx Platforms"
10
Alessandro Zummoa7918f32005-11-10 14:05:04 +000011config MACH_NSLU2
12 bool
Alessandro Zummoe7fcdb72006-03-08 23:45:12 +000013 prompt "Linksys NSLU2"
Deepak Saxena76bbb002006-04-30 15:34:29 +010014 select PCI
Alessandro Zummoa7918f32005-11-10 14:05:04 +000015 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
Michael-Luke Jones0f185972006-12-16 23:04:05 +010020config MACH_AVILA
Linus Torvalds1da177e2005-04-16 15:20:36 -070021 bool "Avila"
Deepak Saxena76bbb002006-04-30 15:34:29 +010022 select PCI
Linus Torvalds1da177e2005-04-16 15:20:36 -070023 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
Michael-Luke Jones0f185972006-12-16 23:04:05 +010028config 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
Linus Torvalds1da177e2005-04-16 15:20:36 -070036config ARCH_ADI_COYOTE
37 bool "Coyote"
Deepak Saxena76bbb002006-04-30 15:34:29 +010038 select PCI
Linus Torvalds1da177e2005-04-16 15:20:36 -070039 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
Imre Kaloz46918bd12007-06-02 15:44:08 +010044config MACH_GATEWAY7001
45 bool "Gateway 7001"
46 select PCI
47 help
48 Say 'Y' here if you want your kernel to support Gateway's
49 7001 Access Point. For more information on this platform,
50 see http://openwrt.org
51
Linus Torvalds1da177e2005-04-16 15:20:36 -070052config ARCH_IXDP425
53 bool "IXDP425"
54 help
55 Say 'Y' here if you want your kernel to support Intel's
56 IXDP425 Development Platform (Also known as Richfield).
57 For more information on this platform, see <file:Documentation/arm/IXP4xx>.
58
59config MACH_IXDPG425
60 bool "IXDPG425"
61 help
62 Say 'Y' here if you want your kernel to support Intel's
63 IXDPG425 Development Platform (Also known as Montajade).
64 For more information on this platform, see <file:Documentation/arm/IXP4xx>.
65
66config MACH_IXDP465
67 bool "IXDP465"
68 help
69 Say 'Y' here if you want your kernel to support Intel's
70 IXDP465 Development Platform (Also known as BMP).
akpm@osdl.org7aa52f52005-04-16 15:23:56 -070071 For more information on this platform, see <file:Documentation/arm/IXP4xx>.
Linus Torvalds1da177e2005-04-16 15:20:36 -070072
Ruslan V. Sushko45fba082007-04-06 15:00:31 +010073config MACH_KIXRP435
74 bool "KIXRP435"
75 help
76 Say 'Y' here if you want your kernel to support Intel's
77 KIXRP435 Reference Platform.
78 For more information on this platform, see <file:Documentation/arm/IXP4xx>.
Linus Torvalds1da177e2005-04-16 15:20:36 -070079
80#
81# IXCDP1100 is the exact same HW as IXDP425, but with a different machine
82# number from the bootloader due to marketing monkeys, so we just enable it
83# by default if IXDP425 is enabled.
84#
85config ARCH_IXCDP1100
86 bool
87 depends on ARCH_IXDP425
88 default y
89
90config ARCH_PRPMC1100
91 bool "PrPMC1100"
92 help
93 Say 'Y' here if you want your kernel to support the Motorola
94 PrPCM1100 Processor Mezanine Module. For more information on
95 this platform, see <file:Documentation/arm/IXP4xx>.
96
Rod Whitby3145d8a2006-01-04 17:17:11 +000097config MACH_NAS100D
98 bool
99 prompt "NAS100D"
Deepak Saxena76bbb002006-04-30 15:34:29 +0100100 select PCI
Rod Whitby3145d8a2006-01-04 17:17:11 +0000101 help
102 Say 'Y' here if you want your kernel to support Iomega's
103 NAS 100d device. For more information on this platform,
104 see http://www.nslu2-linux.org/wiki/NAS100d/HomePage
105
Michael-Luke Jones28bd3a02007-04-28 08:31:40 +0100106config MACH_DSMG600
107 bool
108 prompt "D-Link DSM-G600 RevA"
109 select PCI
110 help
111 Say 'Y' here if you want your kernel to support D-Link's
112 DSM-G600 RevA device. For more information on this platform,
113 see http://www.nslu2-linux.org/wiki/DSMG600/HomePage
114
Linus Torvalds1da177e2005-04-16 15:20:36 -0700115config ARCH_IXDP4XX
116 bool
Ruslan V. Sushko45fba082007-04-06 15:00:31 +0100117 depends on ARCH_IXDP425 || MACH_IXDP465 || MACH_KIXRP435
Linus Torvalds1da177e2005-04-16 15:20:36 -0700118 default y
119
120#
121# Certain registers and IRQs are only enabled if supporting IXP465 CPUs
122#
123config CPU_IXP46X
124 bool
125 depends on MACH_IXDP465
126 default y
127
Ruslan V. Sushko45fba082007-04-06 15:00:31 +0100128config CPU_IXP43X
129 bool
130 depends on MACH_KIXRP435
131 default y
132
Linus Torvalds1da177e2005-04-16 15:20:36 -0700133config MACH_GTWX5715
134 bool "Gemtek WX5715 (Linksys WRV54G)"
135 depends on ARCH_IXP4XX
Deepak Saxena76bbb002006-04-30 15:34:29 +0100136 select PCI
Linus Torvalds1da177e2005-04-16 15:20:36 -0700137 help
138 This board is currently inside the Linksys WRV54G Gateways.
139
140 IXP425 - 266mhz
141 32mb SDRAM
142 8mb Flash
143 miniPCI slot 0 does not have a card connector soldered to the board
144 miniPCI slot 1 has an ISL3880 802.11g card (Prism54)
145 npe0 is connected to a Kendin KS8995M Switch (4 ports)
146 npe1 is the "wan" port
147 "Console" UART is available on J11 as console
148 "High Speed" UART is n/c (as far as I can tell)
149 20 Pin ARM/Xscale JTAG interface on J2
150
Linus Torvalds1da177e2005-04-16 15:20:36 -0700151comment "IXP4xx Options"
152
Deepak Saxena76bbb002006-04-30 15:34:29 +0100153config DMABOUNCE
154 bool
155 default y
156 depends on PCI
157
Linus Torvalds1da177e2005-04-16 15:20:36 -0700158config IXP4XX_INDIRECT_PCI
159 bool "Use indirect PCI memory access"
Deepak Saxena76bbb002006-04-30 15:34:29 +0100160 depends on PCI
Linus Torvalds1da177e2005-04-16 15:20:36 -0700161 help
162 IXP4xx provides two methods of accessing PCI memory space:
163
164 1) A direct mapped window from 0x48000000 to 0x4bffffff (64MB).
165 To access PCI via this space, we simply ioremap() the BAR
166 into the kernel and we can use the standard read[bwl]/write[bwl]
167 macros. This is the preferred method due to speed but it
168 limits the system to just 64MB of PCI memory. This can be
Matt LaPlante3cb2fcc2006-11-30 05:22:59 +0100169 problematic if using video cards and other memory-heavy devices.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700170
171 2) If > 64MB of memory space is required, the IXP4xx can be
172 configured to use indirect registers to access PCI This allows
173 for up to 128MB (0x48000000 to 0x4fffffff) of memory on the bus.
Egry Gaborc41045a2006-06-04 21:22:11 +0100174 The disadvantage of this is that every PCI access requires
Linus Torvalds1da177e2005-04-16 15:20:36 -0700175 three local register accesses plus a spinlock, but in some
176 cases the performance hit is acceptable. In addition, you cannot
177 mmap() PCI devices in this case due to the indirect nature
178 of the PCI window.
179
180 By default, the direct method is used. Choose this option if you
181 need to use the indirect method instead. If you don't know
182 what you need, leave this option unselected.
183
184endmenu
185
186endif