summaryrefslogtreecommitdiff
path: root/drivers/scsi/cxlflash/Kconfig
diff options
context:
space:
mode:
authorMatthew R. Ochs <mrochs@linux.vnet.ibm.com>2015-06-09 17:15:52 -0500
committerJames Bottomley <JBottomley@Odin.com>2015-07-30 21:02:01 -0700
commitc21e0bbfc48509a776ec4a39bd9a0fb45a9c315b (patch)
treeec2bc76bd16eb59c3efbd7af05c8364eb4a9ecf0 /drivers/scsi/cxlflash/Kconfig
parent2dc127bb299d1c7436a08e79193bd0251068356e (diff)
cxlflash: Base support for IBM CXL Flash Adapter
SCSI device driver to support filesystem access on the IBM CXL Flash adapter. Supported-by: Stephen Bates <stephen.bates@pmcs.com> Reviewed-by: Michael Neuling <mikey@neuling.org> Signed-off-by: Matthew R. Ochs <mrochs@linux.vnet.ibm.com> Signed-off-by: Manoj N. Kumar <manoj@linux.vnet.ibm.com> Reviewed-by: Brian King <brking@linux.vnet.ibm.com> Signed-off-by: James Bottomley <JBottomley@Odin.com>
Diffstat (limited to 'drivers/scsi/cxlflash/Kconfig')
-rw-r--r--drivers/scsi/cxlflash/Kconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/scsi/cxlflash/Kconfig b/drivers/scsi/cxlflash/Kconfig
new file mode 100644
index 000000000000..c7075084cfdb
--- /dev/null
+++ b/drivers/scsi/cxlflash/Kconfig
@@ -0,0 +1,11 @@
+#
+# IBM CXL-attached Flash Accelerator SCSI Driver
+#
+
+config CXLFLASH
+ tristate "Support for IBM CAPI Flash"
+ depends on PCI && SCSI && CXL
+ default m
+ help
+ Allows CAPI Accelerated IO to Flash
+ If unsure, say N.