diff options
author | Rob Landley | 2006-05-31 22:52:57 +0000 |
---|---|---|
committer | Rob Landley | 2006-05-31 22:52:57 +0000 |
commit | 06208417581fb8dcc05c8ca0250397d33ef3be52 (patch) | |
tree | 8cf532e46f72f88e3d978729b85da33c05708ae0 /miscutils/Config.in | |
parent | c8b360ebb75ff41a5263828a591e7c0932ea944e (diff) | |
download | busybox-06208417581fb8dcc05c8ca0250397d33ef3be52.zip busybox-06208417581fb8dcc05c8ca0250397d33ef3be52.tar.gz |
Patch from Tito to remove long options from hdparm.
Diffstat (limited to 'miscutils/Config.in')
-rw-r--r-- | miscutils/Config.in | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/miscutils/Config.in b/miscutils/Config.in index eae977f..fc90b54 100644 --- a/miscutils/Config.in +++ b/miscutils/Config.in @@ -169,11 +169,12 @@ config CONFIG_HDPARM config CONFIG_FEATURE_HDPARM_GET_IDENTITY bool "Support obtaining detailed information directly from drives" default y - depends on CONFIG_HDPARM && CONFIG_GETOPT_LONG + depends on CONFIG_HDPARM help - Enables the -I and -Istdin options to obtain detailed information + Enables the -I and -i options to obtain detailed information directly from drives about their capabilities and supported ATA - feature set. Enabling this option will add about 16k... + feature set. If no device name is specified, hdparm will read + identify data from stdin. Enabling this option will add about 16k... config CONFIG_FEATURE_HDPARM_HDIO_SCAN_HWIF bool "Register an IDE interface (DANGEROUS)" |