diff options
Diffstat (limited to 'miscutils/Config.in')
-rw-r--r-- | miscutils/Config.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/miscutils/Config.in b/miscutils/Config.in index 0c56f0ee9..a994c5096 100644 --- a/miscutils/Config.in +++ b/miscutils/Config.in | |||
@@ -100,6 +100,14 @@ config CONFIG_FEATURE_HDPARM_HDIO_TRISTATE_HWIF | |||
100 | and the '-b' option to get/set bus state. This is dangerous | 100 | and the '-b' option to get/set bus state. This is dangerous |
101 | stuff, so you should probably say N. | 101 | stuff, so you should probably say N. |
102 | 102 | ||
103 | config CONFIG_FEATURE_HDPARM_HDIO_GETSET_DMA | ||
104 | bool " get/set using_dma flag (DANGEROUS)" | ||
105 | default n | ||
106 | depends on CONFIG_HDPARM | ||
107 | help | ||
108 | Enables the 'hdparm -d' option to get/set using_dma flag. | ||
109 | This is dangerous stuff, so you should probably say N. | ||
110 | |||
103 | config CONFIG_MAKEDEVS | 111 | config CONFIG_MAKEDEVS |
104 | bool "makedevs" | 112 | bool "makedevs" |
105 | default n | 113 | default n |