]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - drivers/net/Kconfig
[NET] netconsole: Support dynamic reconfiguration using configfs
[mv-sheeva.git] / drivers / net / Kconfig
index 40ff9a5269a26097925103ce7f79c781d36d8905..10ed28ef3566280b6c76b7784c1072ec8336bd13 100644 (file)
@@ -3082,6 +3082,16 @@ config NETCONSOLE
        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
+       select CONFIGFS_FS
+       help
+         This option enables the ability to dynamically reconfigure target
+         parameters (interface, IP addresses, port numbers, MAC addresses)
+         at runtime through a userspace interface exported using configfs.
+         See <file:Documentation/networking/netconsole.txt> for details.
+
 config NETPOLL
        def_bool NETCONSOLE