summaryrefslogtreecommitdiffstats
path: root/kernel/drivers/scsi/cxlflash/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/drivers/scsi/cxlflash/Kconfig')
-rw-r--r--kernel/drivers/scsi/cxlflash/Kconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/kernel/drivers/scsi/cxlflash/Kconfig b/kernel/drivers/scsi/cxlflash/Kconfig
new file mode 100644
index 000000000..c052104e5
--- /dev/null
+++ b/kernel/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 && EEH
+ default m
+ help
+ Allows CAPI Accelerated IO to Flash
+ If unsure, say N.