summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ti/Kconfig
diff options
context:
space:
mode:
authorLuciano Coelho <coelho@ti.com>2011-12-02 15:52:19 +0200
committerLuciano Coelho <coelho@ti.com>2012-04-12 08:43:56 +0300
commit7b3115f265de1b669b757f3802b67c9a7f146223 (patch)
tree4fdf48511d6b72bdc6d2b3e6db8fce5ad6ae397d /drivers/net/wireless/ti/Kconfig
parent90921014608d91a03766d0025fa32662dc7c5062 (diff)
wl12xx/wlcore: rename wl12xx to wlcore
Rename the wl12xx driver directory to wlcore as an initial step towards the split of the driver into wlcore and wl12xx. We just rename the directory first to keep git blame happy. Signed-off-by: Luciano Coelho <coelho@ti.com>
Diffstat (limited to 'drivers/net/wireless/ti/Kconfig')
-rw-r--r--drivers/net/wireless/ti/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ti/Kconfig b/drivers/net/wireless/ti/Kconfig
index 75722d81188c..1e8d04b56c9a 100644
--- a/drivers/net/wireless/ti/Kconfig
+++ b/drivers/net/wireless/ti/Kconfig
@@ -7,5 +7,5 @@ menuconfig WL_TI
if WL_TI
source "drivers/net/wireless/ti/wl1251/Kconfig"
-source "drivers/net/wireless/ti/wl12xx/Kconfig"
+source "drivers/net/wireless/ti/wlcore/Kconfig"
endif # WL_TI