[PATCH 2/3] Add HAS_DMA dependancy

Eugene Krasnikov k.eugene.e at gmail.com
Fri Aug 9 04:47:50 EDT 2013


wcn36xx is usign DMA fro data path.

Signed-off-by: Eugene Krasnikov <k.eugene.e at gmail.com>
---
 Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Kconfig b/Kconfig
index 59fe1f3..591ebae 100644
--- a/Kconfig
+++ b/Kconfig
@@ -1,6 +1,6 @@
 config WCN36XX
 	tristate "Qualcomm Atheros WCN3660/3680 support"
-	depends on MAC80211
+	depends on MAC80211 && HAS_DMA
 	---help---
 	  This module adds support for wireless adapters based on
 	  Qualcomm Atheros WCN3660 and WCN3680 mobile chipsets.
-- 
1.8.2.2




More information about the wcn36xx mailing list