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 d0ac000..d7e31e8 100644 --- a/coreutils/Config.in +++ b/coreutils/Config.in @@ -127,6 +127,14 @@ config CONFIG_FEATURE_DD_SIGNAL_HANDLING $ dd if=/dev/zero of=/dev/null& pid=$! $ kill -USR1 $pid; sleep 1; kill $pid 10899206+0 records in 10899206+0 records out +config CONFIG_FEATURE_DD_IBS_OBS + bool "Enable ibs, obs and conv options" + default n + depends on CONFIG_DD + help + Enables support for writing a certain number of bytes in and out, + at a time, and performing conversions on the data stream. + config CONFIG_DF bool "df" default n |