kernel: remove linux 3.18 support
[openwrt/openwrt.git] / target / linux / generic / pending-4.4 / 998-enable_wilink_platform_without_drivers.patch
1 We use backports for driver updates - make sure we can compile in the glue code regardless
2
3 Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
4
5 --- a/drivers/net/wireless/ti/Kconfig
6 +++ b/drivers/net/wireless/ti/Kconfig
7 @@ -15,7 +15,7 @@ source "drivers/net/wireless/ti/wlcore/K
8
9 config WILINK_PLATFORM_DATA
10 bool "TI WiLink platform data"
11 - depends on WLCORE_SDIO || WL1251_SDIO
12 + depends on WLCORE_SDIO || WL1251_SDIO || ARCH_OMAP2PLUS
13 default y
14 ---help---
15 Small platform data bit needed to pass data to the sdio modules.