Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Kconfig « cxlflash « scsi « drivers - github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f1b17e3efb3f68a2d56c0b88487bc9f605e5777b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#
# 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.