diff options
Diffstat (limited to 'miscutils/Config.in')
-rw-r--r-- | miscutils/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/miscutils/Config.in b/miscutils/Config.in index 637d4b9c2..eae977fac 100644 --- a/miscutils/Config.in +++ b/miscutils/Config.in | |||
@@ -169,7 +169,7 @@ config CONFIG_HDPARM | |||
169 | config CONFIG_FEATURE_HDPARM_GET_IDENTITY | 169 | config CONFIG_FEATURE_HDPARM_GET_IDENTITY |
170 | bool "Support obtaining detailed information directly from drives" | 170 | bool "Support obtaining detailed information directly from drives" |
171 | default y | 171 | default y |
172 | depends on CONFIG_HDPARM | 172 | depends on CONFIG_HDPARM && CONFIG_GETOPT_LONG |
173 | help | 173 | help |
174 | Enables the -I and -Istdin options to obtain detailed information | 174 | Enables the -I and -Istdin options to obtain detailed information |
175 | directly from drives about their capabilities and supported ATA | 175 | directly from drives about their capabilities and supported ATA |