diff options
author | Luciano Coelho <coelho@ti.com> | 2011-11-20 16:32:10 -0500 |
---|---|---|
committer | Luciano Coelho <coelho@ti.com> | 2012-04-12 01:43:56 -0400 |
commit | b2ba99ff327f43684993c47a0f34bfa48f2ac210 (patch) | |
tree | 46fa302d2f4c5001942bdb17f68d03e804714fbf /drivers/net/wireless/ti/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/Kconfig')
-rw-r--r-- | drivers/net/wireless/ti/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/net/wireless/ti/Kconfig b/drivers/net/wireless/ti/Kconfig index 1e8d04b56c9a..1a72932e2213 100644 --- a/drivers/net/wireless/ti/Kconfig +++ b/drivers/net/wireless/ti/Kconfig | |||
@@ -7,5 +7,8 @@ menuconfig WL_TI | |||
7 | 7 | ||
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" | ||
11 | |||
12 | # keep last for automatic dependencies | ||
10 | source "drivers/net/wireless/ti/wlcore/Kconfig" | 13 | source "drivers/net/wireless/ti/wlcore/Kconfig" |
11 | endif # WL_TI | 14 | endif # WL_TI |