diff options
Diffstat (limited to 'coreutils/Config.in')
-rw-r--r-- | coreutils/Config.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/coreutils/Config.in b/coreutils/Config.in index d0ac000d3..d7e31e868 100644 --- a/coreutils/Config.in +++ b/coreutils/Config.in | |||
@@ -127,6 +127,14 @@ config CONFIG_FEATURE_DD_SIGNAL_HANDLING | |||
127 | $ dd if=/dev/zero of=/dev/null& pid=$! $ kill -USR1 $pid; sleep 1; kill $pid | 127 | $ dd if=/dev/zero of=/dev/null& pid=$! $ kill -USR1 $pid; sleep 1; kill $pid |
128 | 10899206+0 records in 10899206+0 records out | 128 | 10899206+0 records in 10899206+0 records out |
129 | 129 | ||
130 | config CONFIG_FEATURE_DD_IBS_OBS | ||
131 | bool "Enable ibs, obs and conv options" | ||
132 | default n | ||
133 | depends on CONFIG_DD | ||
134 | help | ||
135 | Enables support for writing a certain number of bytes in and out, | ||
136 | at a time, and performing conversions on the data stream. | ||
137 | |||
130 | config CONFIG_DF | 138 | config CONFIG_DF |
131 | bool "df" | 139 | bool "df" |
132 | default n | 140 | default n |