Commit ee29e613 authored by Arnd Bergmann's avatar Arnd Bergmann Committed by David S. Miller
Browse files

drivers/net: iwmc3200 depends on EXPERIMENTAL



The iwmc3200 driver selects other code in Kconfig that depends on
EXPERIMENTAL. Kconfig warns about this when CONFIG_EXPERIMENTAL
is not already set, so logically, these options should also
be marked experimental or promoted to stable.

Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
Signed-off-by: default avatarMathieu Poirier <mathieu.poirier@linaro.org>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 6e4a7629
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
@@ -32,8 +32,9 @@ config WIMAX_I2400M_SDIO
	  If unsure, it is safe to select M (module).
	  If unsure, it is safe to select M (module).


config WIMAX_IWMC3200_SDIO
config WIMAX_IWMC3200_SDIO
	bool "Intel Wireless Multicom WiMAX Connection 3200 over SDIO"
	bool "Intel Wireless Multicom WiMAX Connection 3200 over SDIO (EXPERIMENTAL)"
	depends on WIMAX_I2400M_SDIO
	depends on WIMAX_I2400M_SDIO
	depends on EXPERIMENTAL
	select IWMC3200TOP
	select IWMC3200TOP
	help
	help
	  Select if you have a device based on the Intel Multicom WiMAX
	  Select if you have a device based on the Intel Multicom WiMAX
+1 −1
Original line number Original line Diff line number Diff line
config IWM
config IWM
	tristate "Intel Wireless Multicomm 3200 WiFi driver"
	tristate "Intel Wireless Multicomm 3200 WiFi driver (EXPERIMENTAL)"
	depends on MMC && EXPERIMENTAL
	depends on MMC && EXPERIMENTAL
	depends on CFG80211
	depends on CFG80211
	select FW_LOADER
	select FW_LOADER