diff options
author | Jack Wang <jinpu.wang@cloud.ionos.com> | 2020-05-11 15:51:29 +0200 |
---|---|---|
committer | Jason Gunthorpe <jgg@mellanox.com> | 2020-05-17 23:57:17 +0200 |
commit | bc01885342e193e7943d86ccbd7bc3e8fee50a68 (patch) | |
tree | d377d22a724aaab21fcc696b83dbbcc463685312 /drivers/block/Kconfig | |
parent | block/rnbd: server: sysfs interface functions (diff) | |
download | linux-bc01885342e193e7943d86ccbd7bc3e8fee50a68.tar.xz linux-bc01885342e193e7943d86ccbd7bc3e8fee50a68.zip |
block/rnbd: include client and server modules into kernel compilation
Add rnbd Makefile, Kconfig and also corresponding lines into upper block
layer files.
Link: https://lore.kernel.org/r/20200511135131.27580-24-danil.kipnis@cloud.ionos.com
Signed-off-by: Danil Kipnis <danil.kipnis@cloud.ionos.com>
Signed-off-by: Jack Wang <jinpu.wang@cloud.ionos.com>
Reviewed-by: Bart Van Assche <bvanassche@acm.org>
Acked-by: Jens Axboe <axboe@kernel.dk>
Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
Diffstat (limited to 'drivers/block/Kconfig')
-rw-r--r-- | drivers/block/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/block/Kconfig b/drivers/block/Kconfig index 025b1b77b11a..084b9efcefca 100644 --- a/drivers/block/Kconfig +++ b/drivers/block/Kconfig @@ -458,4 +458,6 @@ config BLK_DEV_RSXX To compile this driver as a module, choose M here: the module will be called rsxx. +source "drivers/block/rnbd/Kconfig" + endif # BLK_DEV |