|
@@ -3252,15 +3252,14 @@ config NET_FC
|
|
|
"SCSI generic support".
|
|
|
|
|
|
config NETCONSOLE
|
|
|
- tristate "Network console logging support (EXPERIMENTAL)"
|
|
|
- depends on EXPERIMENTAL
|
|
|
+ tristate "Network console logging support"
|
|
|
---help---
|
|
|
If you want to log kernel messages over the network, enable this.
|
|
|
See <file:Documentation/networking/netconsole.txt> for details.
|
|
|
|
|
|
config NETCONSOLE_DYNAMIC
|
|
|
- bool "Dynamic reconfiguration of logging targets (EXPERIMENTAL)"
|
|
|
- depends on NETCONSOLE && SYSFS && EXPERIMENTAL
|
|
|
+ bool "Dynamic reconfiguration of logging targets"
|
|
|
+ depends on NETCONSOLE && SYSFS
|
|
|
select CONFIGFS_FS
|
|
|
help
|
|
|
This option enables the ability to dynamically reconfigure target
|