mirror of
https://github.com/torvalds/linux.git
synced 2024-11-19 02:21:47 +00:00
c21e0bbfc4
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>
12 lines
217 B
Plaintext
12 lines
217 B
Plaintext
#
|
|
# 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.
|