Signed-off-by: Hauke Mehrtens <hauke@xxxxxxxxxx> --- 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 -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html