diff options
Diffstat (limited to 'coreutils/Config.in')
-rw-r--r-- | coreutils/Config.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/coreutils/Config.in b/coreutils/Config.in index 466e8b880..677970d1f 100644 --- a/coreutils/Config.in +++ b/coreutils/Config.in | |||
@@ -428,6 +428,12 @@ config CONFIG_STTY | |||
428 | help | 428 | help |
429 | stty is used to change and print terminal line settings. | 429 | stty is used to change and print terminal line settings. |
430 | 430 | ||
431 | config CONFIG_SUM | ||
432 | bool "sum" | ||
433 | default n | ||
434 | help | ||
435 | checksum and count the blocks in a file | ||
436 | |||
431 | config CONFIG_SYNC | 437 | config CONFIG_SYNC |
432 | bool "sync" | 438 | bool "sync" |
433 | default n | 439 | default n |