diff options
Diffstat (limited to 'coreutils/Config.in')
-rw-r--r-- | coreutils/Config.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/coreutils/Config.in b/coreutils/Config.in index 49e285982..1e32e2664 100644 --- a/coreutils/Config.in +++ b/coreutils/Config.in | |||
@@ -52,6 +52,13 @@ config CHOWN | |||
52 | chown is used to change the user and/or group ownership | 52 | chown is used to change the user and/or group ownership |
53 | of files. | 53 | of files. |
54 | 54 | ||
55 | config FEATURE_CHOWN_LONG_OPTIONS | ||
56 | bool "Enable long options" | ||
57 | default n | ||
58 | depends on CHOWN && LONG_OPTS | ||
59 | help | ||
60 | Enable use of long options | ||
61 | |||
55 | config CHROOT | 62 | config CHROOT |
56 | bool "chroot" | 63 | bool "chroot" |
57 | default n | 64 | default n |