All of lore.kernel.org
 help / color / mirror / Atom feed
* compat-wireless: Enabled RT3[05]xx support in rt2800pci driver
@ 2010-06-10 17:52 Richard Farina
  0 siblings, 0 replies; only message in thread
From: Richard Farina @ 2010-06-10 17:52 UTC (permalink / raw)
  To: linux-wireless@vger.kernel.org, Luis R. Rodriguez

commit 3e5212c1d07909478c38c6b606ccc9d88b2a7297
Author: Rick Farina <sidhayn@gmail.com>
Date:   Thu Jun 10 13:46:33 2010 -0400

 
    Enable CONFIG_RT2800PCI_RT30XX and CONFIG_RT2800PCI_RT35XX. This 
change has been
    compile tested only as I do not personally own this hardware.
    
    Added additional note about requirements to safely enable 
CONFIG_RT2800PCI_SOC.
    
    Signed-off-by: Rick Farina

diff --git a/config.mk b/config.mk
index 0001a7d..42ca58e 100644
--- a/config.mk
+++ b/config.mk
@@ -270,8 +270,11 @@ CONFIG_RT2500PCI=m
 ifneq ($(CONFIG_CRC_CCITT),)
 CONFIG_RT2800PCI=m
 CONFIG_RT2800PCI_PCI=y
-# CONFIG_RT2800PCI_RT30XX=y
-# CONFIG_RT2800PCI_RT35XX=y
+CONFIG_RT2800PCI_RT30XX=y
+CONFIG_RT2800PCI_RT35XX=y
+# XXX: This config param needs to be activated only if
+# RALINK_RT288X || RALINK_RT305X but the Makefile doesn't
+# support this yet.
 # CONFIG_RT2800PCI_SOC=y
 endif
 NEED_RT2X00=y


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2010-06-10 17:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-10 17:52 compat-wireless: Enabled RT3[05]xx support in rt2800pci driver Richard Farina

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.