]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit - block/Kconfig
block: Allow t10-pi to be modular
authorHerbert Xu <herbert@gondor.apana.org.au>
Mon, 23 Dec 2019 08:13:51 +0000 (16:13 +0800)
committerJens Axboe <axboe@kernel.dk>
Tue, 7 Jan 2020 03:59:04 +0000 (20:59 -0700)
commita754bd5f1874978f55814b4498f66e4a0fd5b256
tree175ae4f32ca79b4fba1e31735816ea6295a1f916
parent95ed0c5b1292fb90fe100af88541a7bef6ba44ec
block: Allow t10-pi to be modular

Currently t10-pi can only be built into the block layer which via
crc-t10dif pulls in a whole chunk of the Crypto API.  In fact all
users of t10-pi work as modules and there is no reason for it to
always be built-in.

This patch adds a new hidden option for t10-pi that is selected
automatically based on BLK_DEV_INTEGRITY and whether the users
of t10-pi are built-in or not.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/Kconfig
block/Makefile
block/t10-pi.c
drivers/nvme/host/Kconfig
drivers/scsi/Kconfig