diff options
Diffstat (limited to 'drivers/md/Kconfig')
-rw-r--r-- | drivers/md/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/md/Kconfig b/drivers/md/Kconfig index 36e0675be9f7..3b311d273346 100644 --- a/drivers/md/Kconfig +++ b/drivers/md/Kconfig | |||
@@ -249,6 +249,15 @@ config DM_MULTIPATH | |||
249 | ---help--- | 249 | ---help--- |
250 | Allow volume managers to support multipath hardware. | 250 | Allow volume managers to support multipath hardware. |
251 | 251 | ||
252 | config DM_MULTIPATH_QL | ||
253 | tristate "I/O Path Selector based on the number of in-flight I/Os" | ||
254 | depends on DM_MULTIPATH | ||
255 | ---help--- | ||
256 | This path selector is a dynamic load balancer which selects | ||
257 | the path with the least number of in-flight I/Os. | ||
258 | |||
259 | If unsure, say N. | ||
260 | |||
252 | config DM_DELAY | 261 | config DM_DELAY |
253 | tristate "I/O delaying target (EXPERIMENTAL)" | 262 | tristate "I/O delaying target (EXPERIMENTAL)" |
254 | depends on BLK_DEV_DM && EXPERIMENTAL | 263 | depends on BLK_DEV_DM && EXPERIMENTAL |