261-enable_wilink_platform_without_drivers.patch 660 B

1234567891011121314151617181920
  1. From: Imre Kaloz <[email protected]>
  2. Subject: [PATCH] hack: net: wireless: make the wl12xx glue code available with
  3. compat-wireless, too
  4. Signed-off-by: Imre Kaloz <[email protected]>
  5. ---
  6. drivers/net/wireless/ti/Kconfig | 2 +-
  7. 1 file changed, 1 insertion(+), 1 deletion(-)
  8. --- a/drivers/net/wireless/ti/Kconfig
  9. +++ b/drivers/net/wireless/ti/Kconfig
  10. @@ -20,7 +20,7 @@ source "drivers/net/wireless/ti/wlcore/K
  11. config WILINK_PLATFORM_DATA
  12. bool "TI WiLink platform data"
  13. - depends on WLCORE_SDIO || WL1251_SDIO
  14. + depends on WLCORE_SDIO || WL1251_SDIO || ARCH_OMAP2PLUS
  15. default y
  16. help
  17. Small platform data bit needed to pass data to the sdio modules.