diff options
Diffstat (limited to 'coreutils/Config.src')
-rw-r--r-- | coreutils/Config.src | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/Config.src b/coreutils/Config.src index 6297f43a3..2769aa07d 100644 --- a/coreutils/Config.src +++ b/coreutils/Config.src | |||
@@ -594,7 +594,7 @@ config FEATURE_SPLIT_FANCY | |||
594 | config STAT | 594 | config STAT |
595 | bool "stat" | 595 | bool "stat" |
596 | default y | 596 | default y |
597 | depends on PLATFORM_LINUX # statfs() | 597 | select PLATFORM_LINUX # statfs() |
598 | help | 598 | help |
599 | display file or filesystem status. | 599 | display file or filesystem status. |
600 | 600 | ||