diff options
Diffstat (limited to 'coreutils/Config.src')
-rw-r--r-- | coreutils/Config.src | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/coreutils/Config.src b/coreutils/Config.src index 81be71993..2ca71521f 100644 --- a/coreutils/Config.src +++ b/coreutils/Config.src | |||
@@ -581,7 +581,6 @@ config FEATURE_SPLIT_FANCY | |||
581 | config STAT | 581 | config STAT |
582 | bool "stat" | 582 | bool "stat" |
583 | default y | 583 | default y |
584 | select PLATFORM_LINUX # statfs() | ||
585 | help | 584 | help |
586 | display file or filesystem status. | 585 | display file or filesystem status. |
587 | 586 | ||
@@ -594,6 +593,15 @@ config FEATURE_STAT_FORMAT | |||
594 | users can pass a custom format string for output. This adds about | 593 | users can pass a custom format string for output. This adds about |
595 | 7k to a nonstatic build on amd64. | 594 | 7k to a nonstatic build on amd64. |
596 | 595 | ||
596 | config FEATURE_STAT_FILESYSTEM | ||
597 | bool "Enable display of filesystem status (-f)" | ||
598 | default y | ||
599 | depends on STAT | ||
600 | select PLATFORM_LINUX # statfs() | ||
601 | help | ||
602 | Without this, stat will not support the '-f' option to display | ||
603 | information about filesystem status. | ||
604 | |||
597 | config STTY | 605 | config STTY |
598 | bool "stty" | 606 | bool "stty" |
599 | default y | 607 | default y |