--- zzzz-none-000/linux-5.4.213/drivers/md/Kconfig 2022-09-15 10:04:56.000000000 +0000 +++ miami-7690-761/linux-5.4.213/drivers/md/Kconfig 2024-05-29 11:19:51.000000000 +0000 @@ -285,6 +285,23 @@ If unsure, say N. +config DM_REQ_CRYPT + tristate "Crypt target support" + depends on BLK_DEV_DM + select XTS + select CRYPTO_XTS + ---help--- + This request based device-mapper target allows you to create a device that + transparently encrypts the data on it. You'll need to activate + the ciphers you're going to use in the cryptoapi configuration. + The DM REQ CRYPT operates on requests (bigger payloads) to utilize + crypto hardware better. + + To compile this code as a module, choose M here: the module will + be called dm-req-crypt. + + If unsure, say N. + config DM_SNAPSHOT tristate "Snapshot target" depends on BLK_DEV_DM @@ -452,6 +469,13 @@ If unsure, say N. +config DM_INLINE_CRYPT + tristate "I/O Inline crypt target" + depends on BLK_DEV_DM + ---help--- + A target that do inline enc/dec for block devices. + If unsure, say N. + config DM_DUST tristate "Bad sector simulation target" depends on BLK_DEV_DM