From: Kees Cook Date: Tue, 22 Jan 2013 18:30:40 +0000 (-0800) Subject: drivers/net/wireless/p54: remove depends on CONFIG_EXPERIMENTAL X-Git-Tag: upstream/snapshot3+hdmi~5697^2~33 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ce15ffbeb94d92c20ccade96b9058b05beb26531;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git drivers/net/wireless/p54: remove depends on CONFIG_EXPERIMENTAL The CONFIG_EXPERIMENTAL config item has not carried much meaning for a while now and is almost always enabled by default. As agreed during the Linux kernel summit, remove it from any "depends on" lines in Kconfigs. Acked-by: Christian Lamparter Acked-by: John W. Linville Acked-by: David S. Miller Signed-off-by: Kees Cook Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/net/wireless/p54/Kconfig b/drivers/net/wireless/p54/Kconfig index 0ec55b5..15ea36b 100644 --- a/drivers/net/wireless/p54/Kconfig +++ b/drivers/net/wireless/p54/Kconfig @@ -1,6 +1,6 @@ config P54_COMMON tristate "Softmac Prism54 support" - depends on MAC80211 && EXPERIMENTAL + depends on MAC80211 select FW_LOADER select CRC_CCITT ---help---