summaryrefslogtreecommitdiffstats
path: root/drivers/net
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2011-01-17 00:06:43 +0100
committerLinus Torvalds <torvalds@linux-foundation.org>2011-01-17 00:06:43 +0100
commit8a335bc631ac9c43675821580c26ebf95a3044ba (patch)
treee02cf3c2394fe4e07d8e786ff9ba049005b1e928 /drivers/net
parentparisc: fix compile breakage caused by inlining maybe_mkwrite (diff)
parentocfs2: Make OCFS2_FS depend on CONFIGFS_FS (diff)
downloadlinux-8a335bc631ac9c43675821580c26ebf95a3044ba.tar.xz
linux-8a335bc631ac9c43675821580c26ebf95a3044ba.zip
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/scsi-post-merge-2.6
* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/scsi-post-merge-2.6: ocfs2: Make OCFS2_FS depend on CONFIGFS_FS dlm: Make DLM depend on CONFIGFS_FS net: Make NETCONSOLE_DYNAMIC depend on CONFIGFS_FS configfs: change depends -> select SYSFS [SCSI] sd,sr: kill compat SDEV_MEDIA_CHANGE event [SCSI] sd: implement sd_check_events()
Diffstat (limited to 'drivers/net')
-rw-r--r--drivers/net/Kconfig3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
index 4c8bfc97fb4c..16fe4f9b719b 100644
--- a/drivers/net/Kconfig
+++ b/drivers/net/Kconfig
@@ -3389,8 +3389,7 @@ config NETCONSOLE
config NETCONSOLE_DYNAMIC
bool "Dynamic reconfiguration of logging targets"
- depends on NETCONSOLE && SYSFS
- select CONFIGFS_FS
+ depends on NETCONSOLE && SYSFS && CONFIGFS_FS
help
This option enables the ability to dynamically reconfigure target
parameters (interface, IP addresses, port numbers, MAC addresses)