summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/cxlflash/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/scsi/cxlflash/Kconfig')
-rw-r--r--drivers/scsi/cxlflash/Kconfig13
1 files changed, 13 insertions, 0 deletions
diff --git a/drivers/scsi/cxlflash/Kconfig b/drivers/scsi/cxlflash/Kconfig
new file mode 100644
index 000000000..5533bdcb0
--- /dev/null
+++ b/drivers/scsi/cxlflash/Kconfig
@@ -0,0 +1,13 @@
+# SPDX-License-Identifier: GPL-2.0-only
+#
+# IBM CXL-attached Flash Accelerator SCSI Driver
+#
+
+config CXLFLASH
+ tristate "Support for IBM CAPI Flash"
+ depends on PCI && SCSI && (CXL || OCXL) && EEH
+ select IRQ_POLL
+ default m
+ help
+ Allows CAPI Accelerated IO to Flash
+ If unsure, say N.