diff options
Diffstat (limited to 'drivers/md/Kconfig')
-rw-r--r-- | drivers/md/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/md/Kconfig b/drivers/md/Kconfig index 1b69359461e9..0a2e7273db9e 100644 --- a/drivers/md/Kconfig +++ b/drivers/md/Kconfig | |||
@@ -467,6 +467,18 @@ config DM_VERITY | |||
467 | 467 | ||
468 | If unsure, say N. | 468 | If unsure, say N. |
469 | 469 | ||
470 | config DM_VERITY_FEC | ||
471 | bool "Verity forward error correction support" | ||
472 | depends on DM_VERITY | ||
473 | select REED_SOLOMON | ||
474 | select REED_SOLOMON_DEC8 | ||
475 | ---help--- | ||
476 | Add forward error correction support to dm-verity. This option | ||
477 | makes it possible to use pre-generated error correction data to | ||
478 | recover from corrupted blocks. | ||
479 | |||
480 | If unsure, say N. | ||
481 | |||
470 | config DM_SWITCH | 482 | config DM_SWITCH |
471 | tristate "Switch target support (EXPERIMENTAL)" | 483 | tristate "Switch target support (EXPERIMENTAL)" |
472 | depends on BLK_DEV_DM | 484 | depends on BLK_DEV_DM |