[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1336711194-26883-1-git-send-email-levinsasha928@gmail.com>
Date: Fri, 11 May 2012 06:39:54 +0200
From: Sasha Levin <levinsasha928@...il.com>
To: coelho@...com, linville@...driver.com
Cc: linux-wireless@...r.kernel.org, netdev@...r.kernel.org,
linux-kernel@...r.kernel.org, Sasha Levin <levinsasha928@...il.com>
Subject: [PATCH] wlcore: wlcore should depend on MAC80211
wlcore can't be built if MAC80211 isn't set.
Signed-off-by: Sasha Levin <levinsasha928@...il.com>
---
drivers/net/wireless/ti/wlcore/Kconfig | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/net/wireless/ti/wlcore/Kconfig b/drivers/net/wireless/ti/wlcore/Kconfig
index 9d04c38..54156b0 100644
--- a/drivers/net/wireless/ti/wlcore/Kconfig
+++ b/drivers/net/wireless/ti/wlcore/Kconfig
@@ -1,6 +1,6 @@
config WLCORE
tristate "TI wlcore support"
- depends on WL_TI && GENERIC_HARDIRQS
+ depends on WL_TI && GENERIC_HARDIRQS && MAC80211
depends on INET
select FW_LOADER
---help---
--
1.7.8.5
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists