diff options
Diffstat (limited to 'drivers/md/Kconfig')
-rw-r--r-- | drivers/md/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/md/Kconfig b/drivers/md/Kconfig index 3b311d273346..09f93fa68912 100644 --- a/drivers/md/Kconfig +++ b/drivers/md/Kconfig | |||
@@ -258,6 +258,16 @@ config DM_MULTIPATH_QL | |||
258 | 258 | ||
259 | If unsure, say N. | 259 | If unsure, say N. |
260 | 260 | ||
261 | config DM_MULTIPATH_ST | ||
262 | tristate "I/O Path Selector based on the service time" | ||
263 | depends on DM_MULTIPATH | ||
264 | ---help--- | ||
265 | This path selector is a dynamic load balancer which selects | ||
266 | the path expected to complete the incoming I/O in the shortest | ||
267 | time. | ||
268 | |||
269 | If unsure, say N. | ||
270 | |||
261 | config DM_DELAY | 271 | config DM_DELAY |
262 | tristate "I/O delaying target (EXPERIMENTAL)" | 272 | tristate "I/O delaying target (EXPERIMENTAL)" |
263 | depends on BLK_DEV_DM && EXPERIMENTAL | 273 | depends on BLK_DEV_DM && EXPERIMENTAL |