kernel: split patches folder up into backport, pending and hack folders
[openwrt/openwrt.git] / target / linux / generic / pending-4.9 / 261-enable_wilink_platform_without_drivers.patch
1 From: Imre Kaloz <kaloz@openwrt.org>
2 Subject: [PATCH] hack: net: wireless: make the wl12xx glue code available with
3 compat-wireless, too
4
5 Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
6 ---
7 drivers/net/wireless/ti/Kconfig | 2 +-
8 1 file changed, 1 insertion(+), 1 deletion(-)
9
10 diff --git a/drivers/net/wireless/ti/Kconfig b/drivers/net/wireless/ti/Kconfig
11 index 92fbd6597e34..3b1f951cacf7 100644
12 --- a/drivers/net/wireless/ti/Kconfig
13 +++ b/drivers/net/wireless/ti/Kconfig
14 @@ -19,7 +19,7 @@ source "drivers/net/wireless/ti/wlcore/Kconfig"
15
16 config WILINK_PLATFORM_DATA
17 bool "TI WiLink platform data"
18 - depends on WLCORE_SDIO || WL1251_SDIO
19 + depends on WLCORE_SDIO || WL1251_SDIO || ARCH_OMAP2PLUS
20 default y
21 ---help---
22 Small platform data bit needed to pass data to the sdio modules.
23 --
24 2.11.0
25