diff options
author | Luciano Coelho <coelho@ti.com> | 2012-05-10 12:13:06 +0300 |
---|---|---|
committer | Luciano Coelho <coelho@ti.com> | 2012-06-05 15:54:04 +0300 |
commit | 9a1a69901dae144ae160af5ac38848866d7c83b1 (patch) | |
tree | 8d7c9d1dd7dfc249eae109be1c4c58753563a619 /drivers/net/wireless/ti/wl18xx/Kconfig | |
parent | f8f5701bdaf9134b1f90e5044a82c66324d2073f (diff) |
wl18xx: add new module
Add the wl18xx module and the probe functions. Use wlcore for the
main parts (not functional at this point due to differences in the
wl18xx initialization).
Signed-off-by: Luciano Coelho <coelho@ti.com>
Signed-off-by: Arik Nemtsov <arik@wizery.com>
Diffstat (limited to 'drivers/net/wireless/ti/wl18xx/Kconfig')
-rw-r--r-- | drivers/net/wireless/ti/wl18xx/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/net/wireless/ti/wl18xx/Kconfig b/drivers/net/wireless/ti/wl18xx/Kconfig new file mode 100644 index 00000000000..1451d1f377c --- /dev/null +++ b/drivers/net/wireless/ti/wl18xx/Kconfig @@ -0,0 +1,6 @@ +config WL18XX + tristate "TI wl18xx support" + select WLCORE + ---help--- + This module adds support for wireless adapters based on TI + WiLink 8 chipsets. |