aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r--drivers/net/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
index 40ff9a5269a2..10ed28ef3566 100644
--- a/drivers/net/Kconfig
+++ b/drivers/net/Kconfig
@@ -3082,6 +3082,16 @@ config NETCONSOLE
3082 If you want to log kernel messages over the network, enable this. 3082 If you want to log kernel messages over the network, enable this.
3083 See <file:Documentation/networking/netconsole.txt> for details. 3083 See <file:Documentation/networking/netconsole.txt> for details.
3084 3084
3085config NETCONSOLE_DYNAMIC
3086 bool "Dynamic reconfiguration of logging targets (EXPERIMENTAL)"
3087 depends on NETCONSOLE && SYSFS && EXPERIMENTAL
3088 select CONFIGFS_FS
3089 help
3090 This option enables the ability to dynamically reconfigure target
3091 parameters (interface, IP addresses, port numbers, MAC addresses)
3092 at runtime through a userspace interface exported using configfs.
3093 See <file:Documentation/networking/netconsole.txt> for details.
3094
3085config NETPOLL 3095config NETPOLL
3086 def_bool NETCONSOLE 3096 def_bool NETCONSOLE
3087 3097