netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 06/14] ipw2100: Make ipw2100 depends on known working platforms
@ 2006-08-21  3:37 Zhu Yi
  2006-08-21  9:52 ` Christoph Hellwig
  0 siblings, 1 reply; 4+ messages in thread
From: Zhu Yi @ 2006-08-21  3:37 UTC (permalink / raw)
  To: netdev, John W. Linville

ipw2100 driver doesn't support big endian by now.

Signed-off-by: Karol Lewandowski <kl@jasmine.eu.org>
Signed-off-by: Zhu Yi <yi.zhu@intel.com>

---

 drivers/net/wireless/Kconfig |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

97b35942893f7999dadcd18d8801ac460f65ce67
diff --git a/drivers/net/wireless/Kconfig b/drivers/net/wireless/Kconfig
index a8ffd78..513bfc3 100644
--- a/drivers/net/wireless/Kconfig
+++ b/drivers/net/wireless/Kconfig
@@ -146,7 +146,7 @@ comment "Wireless 802.11b ISA/PCI cards 
 
 config IPW2100
 	tristate "Intel PRO/Wireless 2100 Network Connection"
-	depends on NET_RADIO && PCI
+	depends on NET_RADIO && PCI && (X86 || X86_64 || IA64 || BROKEN)
 	select FW_LOADER
 	select IEEE80211
 	---help---
-- 
1.2.6

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2006-08-22  9:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-08-21  3:37 [PATCH 06/14] ipw2100: Make ipw2100 depends on known working platforms Zhu Yi
2006-08-21  9:52 ` Christoph Hellwig
2006-08-22  4:50   ` Zhu Yi
2006-08-22  9:11     ` Christoph Hellwig

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).