diff options
Diffstat (limited to 'drivers/md/Kconfig')
| -rw-r--r-- | drivers/md/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/md/Kconfig b/drivers/md/Kconfig index 39b540a13369..9a06fe883766 100644 --- a/drivers/md/Kconfig +++ b/drivers/md/Kconfig | |||
| @@ -176,8 +176,12 @@ config MD_FAULTY | |||
| 176 | 176 | ||
| 177 | source "drivers/md/bcache/Kconfig" | 177 | source "drivers/md/bcache/Kconfig" |
| 178 | 178 | ||
| 179 | config BLK_DEV_DM_BUILTIN | ||
| 180 | boolean | ||
| 181 | |||
| 179 | config BLK_DEV_DM | 182 | config BLK_DEV_DM |
| 180 | tristate "Device mapper support" | 183 | tristate "Device mapper support" |
| 184 | select BLK_DEV_DM_BUILTIN | ||
| 181 | ---help--- | 185 | ---help--- |
| 182 | Device-mapper is a low level volume manager. It works by allowing | 186 | Device-mapper is a low level volume manager. It works by allowing |
| 183 | people to specify mappings for ranges of logical sectors. Various | 187 | people to specify mappings for ranges of logical sectors. Various |
