diff options
Diffstat (limited to 'drivers/md/Kconfig')
-rw-r--r-- | drivers/md/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/md/Kconfig b/drivers/md/Kconfig index 7df934d69134..466909f38d98 100644 --- a/drivers/md/Kconfig +++ b/drivers/md/Kconfig | |||
@@ -262,6 +262,12 @@ config DM_MULTIPATH_EMC | |||
262 | ---help--- | 262 | ---help--- |
263 | Multipath support for EMC CX/AX series hardware. | 263 | Multipath support for EMC CX/AX series hardware. |
264 | 264 | ||
265 | config DM_MULTIPATH_RDAC | ||
266 | tristate "LSI/Engenio RDAC multipath support (EXPERIMENTAL)" | ||
267 | depends on DM_MULTIPATH && BLK_DEV_DM && EXPERIMENTAL | ||
268 | ---help--- | ||
269 | Multipath support for LSI/Engenio RDAC. | ||
270 | |||
265 | config DM_DELAY | 271 | config DM_DELAY |
266 | tristate "I/O delaying target (EXPERIMENTAL)" | 272 | tristate "I/O delaying target (EXPERIMENTAL)" |
267 | depends on BLK_DEV_DM && EXPERIMENTAL | 273 | depends on BLK_DEV_DM && EXPERIMENTAL |