diff options
Diffstat (limited to 'coreutils/Config.in')
-rw-r--r-- | coreutils/Config.in | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/coreutils/Config.in b/coreutils/Config.in index 677970d1f..b292e2568 100644 --- a/coreutils/Config.in +++ b/coreutils/Config.in | |||
@@ -422,6 +422,21 @@ config CONFIG_SORT_BIG | |||
422 | The SuSv3 sort standard is available at: | 422 | The SuSv3 sort standard is available at: |
423 | http://www.opengroup.org/onlinepubs/007904975/utilities/sort.html | 423 | http://www.opengroup.org/onlinepubs/007904975/utilities/sort.html |
424 | 424 | ||
425 | config CONFIG_STAT | ||
426 | bool "stat" | ||
427 | default n | ||
428 | help | ||
429 | display file or filesystem status. | ||
430 | |||
431 | config CONFIG_FEATURE_STAT_FORMAT | ||
432 | bool " Enable custom formats (-c)" | ||
433 | default n | ||
434 | depends on CONFIG_STAT | ||
435 | help | ||
436 | Without this, stat will not support the '-c format' option where | ||
437 | users can pass a custom format string for output. This adds about | ||
438 | 7k to a nonstatic build on amd64. | ||
439 | |||
425 | config CONFIG_STTY | 440 | config CONFIG_STTY |
426 | bool "stty" | 441 | bool "stty" |
427 | default n | 442 | default n |