@@ -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"
@@ -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/