diff options
Diffstat (limited to 'util-linux/Config.in')
-rw-r--r-- | util-linux/Config.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/util-linux/Config.in b/util-linux/Config.in index 8ec466bb8..d236b77b6 100644 --- a/util-linux/Config.in +++ b/util-linux/Config.in | |||
@@ -301,6 +301,15 @@ config FEATURE_MDEV_CONF | |||
301 | 301 | ||
302 | For more information, please see docs/mdev.txt | 302 | For more information, please see docs/mdev.txt |
303 | 303 | ||
304 | config FEATURE_MDEV_RENAME | ||
305 | bool "Support subdirs/symlinks" | ||
306 | default n | ||
307 | depends on FEATURE_MDEV_CONF | ||
308 | help | ||
309 | Add support for renaming devices and creating symlinks. | ||
310 | |||
311 | For more information, please see docs/mdev.txt | ||
312 | |||
304 | config FEATURE_MDEV_EXEC | 313 | config FEATURE_MDEV_EXEC |
305 | bool "Support command execution at device addition/removal" | 314 | bool "Support command execution at device addition/removal" |
306 | default n | 315 | default n |