From: Greg Kroah-Hartman Date: Fri, 26 Jun 2015 19:04:47 +0000 (-0700) Subject: staging: wilc1000: disable driver due to build warnings X-Git-Tag: v4.2-rc1~88^2 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=53a20e9e378ecd52f0afa4b60f8f8c81b6f97c27;p=linux.git staging: wilc1000: disable driver due to build warnings The wilc1000 has just too many build warnings to be able to enable it for the 4.2 release. Given that there have not been any patches submitted to properly fix these obvious errors, I'm going to disable it for now. I will enable it back when the build warning fixes are submitted, or, if that never happens, I will remove it from the tree. Cc: Johnny Kim Cc: Rachel Kim Cc: Dean Lee Cc: Chris Park Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/wilc1000/Kconfig b/drivers/staging/wilc1000/Kconfig index c246b0d904df..062d9c5ca4bd 100644 --- a/drivers/staging/wilc1000/Kconfig +++ b/drivers/staging/wilc1000/Kconfig @@ -1,5 +1,6 @@ config WILC1000 tristate "WILC1000 support (WiFi only)" + depends on BROKEN depends on !S390 depends on CFG80211 && WEXT_CORE && INET depends on MMC || SPI