diff options
| author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-07-15 22:01:49 +0000 |
|---|---|---|
| committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-07-15 22:01:49 +0000 |
| commit | 97faf531c81be075ecafb2ac83b17eae78cd2afb (patch) | |
| tree | b4e51950da0b124b808242d041927acabe11cc5d /miscutils | |
| parent | 5e476bab9c6db89dfadc94a8c4fbf3082339fecf (diff) | |
| download | busybox-w32-97faf531c81be075ecafb2ac83b17eae78cd2afb.tar.gz busybox-w32-97faf531c81be075ecafb2ac83b17eae78cd2afb.tar.bz2 busybox-w32-97faf531c81be075ecafb2ac83b17eae78cd2afb.zip | |
sleep: make fractional seconds separately selectable in .config
Diffstat (limited to 'miscutils')
| -rw-r--r-- | miscutils/Config.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/miscutils/Config.in b/miscutils/Config.in index fae537b52..2a80e6148 100644 --- a/miscutils/Config.in +++ b/miscutils/Config.in | |||
| @@ -342,7 +342,7 @@ config FEATURE_HDPARM_HDIO_UNREGISTER_HWIF | |||
| 342 | This is dangerous stuff, so you should probably say N. | 342 | This is dangerous stuff, so you should probably say N. |
| 343 | 343 | ||
| 344 | config FEATURE_HDPARM_HDIO_DRIVE_RESET | 344 | config FEATURE_HDPARM_HDIO_DRIVE_RESET |
| 345 | bool "perform device reset (DANGEROUS)" | 345 | bool "Perform device reset (DANGEROUS)" |
| 346 | default n | 346 | default n |
| 347 | depends on HDPARM | 347 | depends on HDPARM |
| 348 | help | 348 | help |
| @@ -350,7 +350,7 @@ config FEATURE_HDPARM_HDIO_DRIVE_RESET | |||
| 350 | This is dangerous stuff, so you should probably say N. | 350 | This is dangerous stuff, so you should probably say N. |
| 351 | 351 | ||
| 352 | config FEATURE_HDPARM_HDIO_TRISTATE_HWIF | 352 | config FEATURE_HDPARM_HDIO_TRISTATE_HWIF |
| 353 | bool "tristate device for hotswap (DANGEROUS)" | 353 | bool "Tristate device for hotswap (DANGEROUS)" |
| 354 | default n | 354 | default n |
| 355 | depends on HDPARM | 355 | depends on HDPARM |
| 356 | help | 356 | help |
| @@ -359,7 +359,7 @@ config FEATURE_HDPARM_HDIO_TRISTATE_HWIF | |||
| 359 | stuff, so you should probably say N. | 359 | stuff, so you should probably say N. |
| 360 | 360 | ||
| 361 | config FEATURE_HDPARM_HDIO_GETSET_DMA | 361 | config FEATURE_HDPARM_HDIO_GETSET_DMA |
| 362 | bool "get/set using_dma flag (DANGEROUS)" | 362 | bool "Get/set using_dma flag (DANGEROUS)" |
| 363 | default n | 363 | default n |
| 364 | depends on HDPARM | 364 | depends on HDPARM |
| 365 | help | 365 | help |
