diff options
author | Luciano Coelho <coelho@ti.com> | 2011-11-20 23:32:10 +0200 |
---|---|---|
committer | Luciano Coelho <coelho@ti.com> | 2012-04-12 08:43:56 +0300 |
commit | b2ba99ff327f43684993c47a0f34bfa48f2ac210 (patch) | |
tree | 46fa302d2f4c5001942bdb17f68d03e804714fbf /drivers/net/wireless/ti/wl12xx/Kconfig | |
parent | 7b3115f265de1b669b757f3802b67c9a7f146223 (diff) |
wl12xx/wlcore: spin out the wl12xx probe from wlcore to a new wl12xx
Create a new small wl12xx module that only contains the probe
functions and depends entirely on wlcore otherwise.
Signed-off-by: Luciano Coelho <coelho@ti.com>
Diffstat (limited to 'drivers/net/wireless/ti/wl12xx/Kconfig')
-rw-r--r-- | drivers/net/wireless/ti/wl12xx/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/net/wireless/ti/wl12xx/Kconfig b/drivers/net/wireless/ti/wl12xx/Kconfig new file mode 100644 index 000000000000..5b92329122c4 --- /dev/null +++ b/drivers/net/wireless/ti/wl12xx/Kconfig @@ -0,0 +1,8 @@ +config WL12XX + tristate "TI wl12xx support" + select WLCORE + ---help--- + This module adds support for wireless adapters based on TI wl1271, + wl1273, wl1281 and wl1283 chipsets. This module does *not* include + support for wl1251. For wl1251 support, use the separate homonymous + driver instead. |