[PATCH] staging: gdm72xx: WIMAX_GDM72XX should depend on either USB or MMC

Ben Chan benchan at chromium.org
Mon Jun 3 17:23:45 UTC 2013


The gdm72xx driver needs to have either the USB or SDIO implementation
enabled to provide useful functionalities, so the driver should depend
on either USB or MMC.

Signed-off-by: Ben Chan <benchan at chromium.org>
Cc: Sage Ahn <syahn at gctsemi.com>
---
 drivers/staging/gdm72xx/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/gdm72xx/Kconfig b/drivers/staging/gdm72xx/Kconfig
index 6905913..8af0dd4 100644
--- a/drivers/staging/gdm72xx/Kconfig
+++ b/drivers/staging/gdm72xx/Kconfig
@@ -4,7 +4,7 @@
 
 menuconfig WIMAX_GDM72XX
 	tristate "GCT GDM72xx WiMAX support"
-	depends on NET
+	depends on NET && (USB || MMC)
 	help
 	  Support for the GCT GDM72xx WiMAX chip
 
-- 
1.8.2.1




More information about the devel mailing list