diff options
Diffstat (limited to 'coreutils/Config.in')
-rw-r--r-- | coreutils/Config.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/coreutils/Config.in b/coreutils/Config.in index c995e55ff..e1f0516fd 100644 --- a/coreutils/Config.in +++ b/coreutils/Config.in | |||
@@ -455,6 +455,13 @@ if !CONFIG_ASH && !CONFIG_HUSH && !CONFIG_LASH && !CONFIG_MSH | |||
455 | and bash) have test builtin. | 455 | and bash) have test builtin. |
456 | endif | 456 | endif |
457 | 457 | ||
458 | config CONFIG_FEATURE_TEST_64 | ||
459 | bool " Extend test to 64 bit" | ||
460 | default n | ||
461 | depends on CONFIG_TEST | ||
462 | help | ||
463 | Enable 64-bit support in test. | ||
464 | |||
458 | config CONFIG_TOUCH | 465 | config CONFIG_TOUCH |
459 | bool "touch" | 466 | bool "touch" |
460 | default n | 467 | default n |