From: Mike Christie <michaelc@xxxxxxxxxxx> Add lio rbd backend module to target Makefile and Kconfig. Signed-off-by: Mike Christie <michaelc@xxxxxxxxxxx> --- drivers/target/Kconfig | 6 ++++++ drivers/target/Makefile | 1 + 2 files changed, 7 insertions(+) diff --git a/drivers/target/Kconfig b/drivers/target/Kconfig index 2573612..29c51c2 100644 --- a/drivers/target/Kconfig +++ b/drivers/target/Kconfig @@ -39,6 +39,12 @@ config TCM_USER2 process to handle requests. This is version 2 of the ABI; version 1 is obsolete. +config TCM_RBD + tristate "TCM/RBD Subsystem Plugin for Linux/RBD" + help + Say Y here to enable the TCM/RBD subsystem plugin for Ceph RBD + access. + source "drivers/target/loopback/Kconfig" source "drivers/target/tcm_fc/Kconfig" source "drivers/target/iscsi/Kconfig" diff --git a/drivers/target/Makefile b/drivers/target/Makefile index e619c02..6011d05 100644 --- a/drivers/target/Makefile +++ b/drivers/target/Makefile @@ -23,6 +23,7 @@ obj-$(CONFIG_TCM_IBLOCK) += target_core_iblock.o obj-$(CONFIG_TCM_FILEIO) += target_core_file.o obj-$(CONFIG_TCM_PSCSI) += target_core_pscsi.o obj-$(CONFIG_TCM_USER2) += target_core_user.o +obj-$(CONFIG_TCM_RBD) += target_core_rbd.o # Fabric modules obj-$(CONFIG_LOOPBACK_TARGET) += loopback/ -- 1.8.3.1 -- To unsubscribe from this list: send the line "unsubscribe target-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html