diff options
author | Luciano Coelho <coelho@ti.com> | 2012-05-10 05:13:06 -0400 |
---|---|---|
committer | Luciano Coelho <coelho@ti.com> | 2012-06-05 08:54:04 -0400 |
commit | 9a1a69901dae144ae160af5ac38848866d7c83b1 (patch) | |
tree | 8d7c9d1dd7dfc249eae109be1c4c58753563a619 /drivers/net/wireless/ti/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/Kconfig')
-rw-r--r-- | drivers/net/wireless/ti/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/ti/Kconfig b/drivers/net/wireless/ti/Kconfig index 1a72932e2213..be800119d0a3 100644 --- a/drivers/net/wireless/ti/Kconfig +++ b/drivers/net/wireless/ti/Kconfig | |||
@@ -8,6 +8,7 @@ menuconfig WL_TI | |||
8 | if WL_TI | 8 | if WL_TI |
9 | source "drivers/net/wireless/ti/wl1251/Kconfig" | 9 | source "drivers/net/wireless/ti/wl1251/Kconfig" |
10 | source "drivers/net/wireless/ti/wl12xx/Kconfig" | 10 | source "drivers/net/wireless/ti/wl12xx/Kconfig" |
11 | source "drivers/net/wireless/ti/wl18xx/Kconfig" | ||
11 | 12 | ||
12 | # keep last for automatic dependencies | 13 | # keep last for automatic dependencies |
13 | source "drivers/net/wireless/ti/wlcore/Kconfig" | 14 | source "drivers/net/wireless/ti/wlcore/Kconfig" |