diff options
author | Arnd Bergmann <arnd@arndb.de> | 2012-04-20 06:56:12 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-04-21 15:28:47 -0400 |
commit | ee29e6134bab74714f741f5dbf0c64c119440e25 (patch) | |
tree | caae4ab0d3281bee16ffb79a87207e0a3d45dea4 /drivers/net/wimax | |
parent | 6e4a76291ebd5c61dcaa8281cefe0bd2d883c1fd (diff) |
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: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/wimax')
-rw-r--r-- | drivers/net/wimax/i2400m/Kconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/net/wimax/i2400m/Kconfig b/drivers/net/wimax/i2400m/Kconfig index 3f703384295e..672de18a776c 100644 --- a/drivers/net/wimax/i2400m/Kconfig +++ b/drivers/net/wimax/i2400m/Kconfig | |||
@@ -32,8 +32,9 @@ config WIMAX_I2400M_SDIO | |||
32 | If unsure, it is safe to select M (module). | 32 | If unsure, it is safe to select M (module). |
33 | 33 | ||
34 | config WIMAX_IWMC3200_SDIO | 34 | config WIMAX_IWMC3200_SDIO |
35 | bool "Intel Wireless Multicom WiMAX Connection 3200 over SDIO" | 35 | bool "Intel Wireless Multicom WiMAX Connection 3200 over SDIO (EXPERIMENTAL)" |
36 | depends on WIMAX_I2400M_SDIO | 36 | depends on WIMAX_I2400M_SDIO |
37 | depends on EXPERIMENTAL | ||
37 | select IWMC3200TOP | 38 | select IWMC3200TOP |
38 | help | 39 | help |
39 | Select if you have a device based on the Intel Multicom WiMAX | 40 | Select if you have a device based on the Intel Multicom WiMAX |