wl1271: add wl1271 to Kconfig and the Makefile
authorLuciano Coelho <luciano.coelho@nokia.com>
Thu, 6 Aug 2009 13:25:29 +0000 (16:25 +0300)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 14 Aug 2009 13:12:46 +0000 (09:12 -0400)
This patch adds support for the wl1271 driver in the Kconfig and in the
Makefile.

Signed-off-by: Luciano Coelho <luciano.coelho@nokia.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/wl12xx/Kconfig
drivers/net/wireless/wl12xx/Makefile

index 82a0f97..af31eab 100644 (file)
@@ -16,3 +16,15 @@ config WL1251
 
          If you choose to build a module, it'll be called wl1251. Say N if
          unsure.
+
+config WL1271
+       tristate "TI wl1271 support"
+       depends on WL12XX && SPI_MASTER && GENERIC_HARDIRQS
+       select FW_LOADER
+       select CRC7
+       ---help---
+         This module adds support for wireless adapters based on the
+         TI wl1271 chipset.
+
+         If you choose to build a module, it'll be called wl1271. Say N if
+         unsure.
index d5595a8..ecb8833 100644 (file)
@@ -3,3 +3,9 @@ wl1251-objs             = wl1251_main.o wl1251_spi.o wl1251_event.o \
                          wl1251_acx.o wl1251_boot.o wl1251_init.o \
                          wl1251_ops.o wl1251_debugfs.o
 obj-$(CONFIG_WL1251)   += wl1251.o
+
+wl1271-objs            = wl1271_main.o  wl1271_spi.o wl1271_cmd.o  \
+                         wl1271_event.o wl1271_tx.o  wl1271_rx.o   \
+                         wl1271_ps.o    wl1271_acx.o wl1271_boot.o \
+                         wl1271_init.o  wl1271_debugfs.o
+obj-$(CONFIG_WL1271)   += wl1271.o