aboutsummaryrefslogtreecommitdiff
path: root/miscutils/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'miscutils/Config.in')
-rw-r--r--miscutils/Config.in12
1 files changed, 6 insertions, 6 deletions
diff --git a/miscutils/Config.in b/miscutils/Config.in
index c5327c201..7e18c16a0 100644
--- a/miscutils/Config.in
+++ b/miscutils/Config.in
@@ -86,11 +86,11 @@ config CONFIG_HDPARM
86 default n 86 default n
87 help 87 help
88 Get/Set hard drive parameters. Primarily intended for ATA 88 Get/Set hard drive parameters. Primarily intended for ATA
89 drives. Adds about 13k (or around 30k if you enable the 89 drives. Adds about 13k (or around 30k if you enable the
90 CONFIG_FEATURE_HDPARM_GET_IDENTITY option).... 90 CONFIG_FEATURE_HDPARM_GET_IDENTITY option)....
91 91
92config CONFIG_FEATURE_HDPARM_GET_IDENTITY 92config CONFIG_FEATURE_HDPARM_GET_IDENTITY
93 bool " Support obtaining detailed information directly from drives" 93 bool " Support obtaining detailed information directly from drives"
94 default y 94 default y
95 depends on CONFIG_HDPARM 95 depends on CONFIG_HDPARM
96 help 96 help
@@ -99,7 +99,7 @@ config CONFIG_FEATURE_HDPARM_GET_IDENTITY
99 feature set. Enabling this option will add about 16k... 99 feature set. Enabling this option will add about 16k...
100 100
101config CONFIG_FEATURE_HDPARM_HDIO_SCAN_HWIF 101config CONFIG_FEATURE_HDPARM_HDIO_SCAN_HWIF
102 bool " Register an IDE interface (DANGEROUS)" 102 bool " Register an IDE interface (DANGEROUS)"
103 default n 103 default n
104 depends on CONFIG_HDPARM 104 depends on CONFIG_HDPARM
105 help 105 help
@@ -107,7 +107,7 @@ config CONFIG_FEATURE_HDPARM_HDIO_SCAN_HWIF
107 This is dangerous stuff, so you should probably say N. 107 This is dangerous stuff, so you should probably say N.
108 108
109config CONFIG_FEATURE_HDPARM_HDIO_UNREGISTER_HWIF 109config CONFIG_FEATURE_HDPARM_HDIO_UNREGISTER_HWIF
110 bool " Un-register an IDE interface (DANGEROUS)" 110 bool " Un-register an IDE interface (DANGEROUS)"
111 default n 111 default n
112 depends on CONFIG_HDPARM 112 depends on CONFIG_HDPARM
113 help 113 help
@@ -115,7 +115,7 @@ config CONFIG_FEATURE_HDPARM_HDIO_UNREGISTER_HWIF
115 This is dangerous stuff, so you should probably say N. 115 This is dangerous stuff, so you should probably say N.
116 116
117config CONFIG_FEATURE_HDPARM_HDIO_DRIVE_RESET 117config CONFIG_FEATURE_HDPARM_HDIO_DRIVE_RESET
118 bool " perform device reset (DANGEROUS)" 118 bool " perform device reset (DANGEROUS)"
119 default n 119 default n
120 depends on CONFIG_HDPARM 120 depends on CONFIG_HDPARM
121 help 121 help
@@ -123,7 +123,7 @@ config CONFIG_FEATURE_HDPARM_HDIO_DRIVE_RESET
123 This is dangerous stuff, so you should probably say N. 123 This is dangerous stuff, so you should probably say N.
124 124
125config CONFIG_FEATURE_HDPARM_HDIO_TRISTATE_HWIF 125config CONFIG_FEATURE_HDPARM_HDIO_TRISTATE_HWIF
126 bool " tristate device for hotswap (DANGEROUS)" 126 bool " tristate device for hotswap (DANGEROUS)"
127 default n 127 default n
128 depends on CONFIG_HDPARM 128 depends on CONFIG_HDPARM
129 help 129 help