All of lore.kernel.org
 help / color / mirror / Atom feed
From: Hauke Mehrtens <hauke@hauke-m.de>
To: lrodriguez@atheros.com
Cc: linux-wireless@vger.kernel.org, Hauke Mehrtens <hauke@hauke-m.de>
Subject: [PATCH 4/4] [compat-2.6] Add symbol CONFIG_RT2800_LIB
Date: Sun,  8 Nov 2009 23:27:11 +0100	[thread overview]
Message-ID: <1257719231-2031-5-git-send-email-hauke@hauke-m.de> (raw)
In-Reply-To: <1257719231-2031-1-git-send-email-hauke@hauke-m.de>


Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
---
 config.mk |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/config.mk b/config.mk
index ce70832..9a04dea 100644
--- a/config.mk
+++ b/config.mk
@@ -248,6 +248,7 @@ CONFIG_RT2X00_LIB_PCI=m
 CONFIG_RT2400PCI=m
 CONFIG_RT2500PCI=m
 CONFIG_RT2800PCI=m
+CONFIG_RT2800PCI_PCI=y
 NEED_RT2X00=y
 
 # Two rt2x00 drivers require firmware: rt61pci and rt73usb. They depend on
@@ -368,14 +369,13 @@ endif # end of SDIO driver list
 
 # Common rt2x00 requirements
 ifeq ($(NEED_RT2X00),y)
-CONFIG_RT2X00=m
+CONFIG_RT2X00=y
 CONFIG_RT2X00_LIB=m
+CONFIG_RT2800_LIB=m
 CONFIG_RT2X00_LIB_HT=y
 CONFIG_RT2X00_LIB_FIRMWARE=y
 CONFIG_RT2X00_LIB_CRYPTO=y
-CONFIG_RT2X00_LIB_RFKILL=y
 CONFIG_RT2X00_LIB_LEDS=y
-# CONFIG_RT2X00_LIB_DEBUGFS=y
 # CONFIG_RT2X00_DEBUG=y
 endif
 
-- 
1.6.3.3


  parent reply	other threads:[~2009-11-08 22:27 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-11-08 22:27 [PATCH 0/4] *** SUBJECT HERE *** Hauke Mehrtens
2009-11-08 22:27 ` [PATCH 1/4] Fix build problem, missing get_unaligned_le16 Hauke Mehrtens
2009-11-08 22:27 ` [PATCH 2/4] Fix two warnings Hauke Mehrtens
2009-11-08 22:27 ` [PATCH 3/4] refresh patches Hauke Mehrtens
2009-11-08 22:27 ` Hauke Mehrtens [this message]
2009-11-09 22:20 [PATCH 0/4] [compat-2.6] Some patches for compat-wireless Hauke Mehrtens
2009-11-09 22:21 ` [PATCH 4/4] [compat-2.6] Add symbol CONFIG_RT2800_LIB Hauke Mehrtens

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1257719231-2031-5-git-send-email-hauke@hauke-m.de \
    --to=hauke@hauke-m.de \
    --cc=linux-wireless@vger.kernel.org \
    --cc=lrodriguez@atheros.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.