kernel: update 4.9 to 4.9.44
[openwrt/staging/wigyori.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 --- a/drivers/net/wireless/ti/Kconfig
11 +++ b/drivers/net/wireless/ti/Kconfig
12 @@ -19,7 +19,7 @@ source "drivers/net/wireless/ti/wlcore/K
13
14 config WILINK_PLATFORM_DATA
15 bool "TI WiLink platform data"
16 - depends on WLCORE_SDIO || WL1251_SDIO
17 + depends on WLCORE_SDIO || WL1251_SDIO || ARCH_OMAP2PLUS
18 default y
19 ---help---
20 Small platform data bit needed to pass data to the sdio modules.