aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/Kconfig
diff options
context:
space:
mode:
authorAmerigo Wang <amwang@redhat.com>2010-03-21 19:59:23 -0400
committerDavid S. Miller <davem@davemloft.net>2010-03-22 21:33:10 -0400
commitecbacf8da78d9312e3ef5ccdbbbd547267092941 (patch)
tree251470004d16a256af339b0773cbf17b31052dec /drivers/net/Kconfig
parent7c5365bca33194092e0a094b34b268283022a1a1 (diff)
netconsole: do not depend on experimental
Nowadays, most distributions enable netconsole by default, including RHEL, Fedora, Debian, Arch, Opensuse. And we don't have any bug reports about it. So I think there is no need to mark it as experimental any more. Cc: David S. Miller <davem@davemloft.net> Signed-off-by: WANG Cong <amwang@redhat.com> Acked-by: Neil Horman <nhorman@tuxdriver.com> Acked-by: Matt Mackall <mpm@selenic.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r--drivers/net/Kconfig7
1 files changed, 3 insertions, 4 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
index bf223fb4a86..4f1f9741c71 100644
--- a/drivers/net/Kconfig
+++ b/drivers/net/Kconfig
@@ -3252,15 +3252,14 @@ config NET_FC
3252 "SCSI generic support". 3252 "SCSI generic support".
3253 3253
3254config NETCONSOLE 3254config NETCONSOLE
3255 tristate "Network console logging support (EXPERIMENTAL)" 3255 tristate "Network console logging support"
3256 depends on EXPERIMENTAL
3257 ---help--- 3256 ---help---
3258 If you want to log kernel messages over the network, enable this. 3257 If you want to log kernel messages over the network, enable this.
3259 See <file:Documentation/networking/netconsole.txt> for details. 3258 See <file:Documentation/networking/netconsole.txt> for details.
3260 3259
3261config NETCONSOLE_DYNAMIC 3260config NETCONSOLE_DYNAMIC
3262 bool "Dynamic reconfiguration of logging targets (EXPERIMENTAL)" 3261 bool "Dynamic reconfiguration of logging targets"
3263 depends on NETCONSOLE && SYSFS && EXPERIMENTAL 3262 depends on NETCONSOLE && SYSFS
3264 select CONFIGFS_FS 3263 select CONFIGFS_FS
3265 help 3264 help
3266 This option enables the ability to dynamically reconfigure target 3265 This option enables the ability to dynamically reconfigure target