mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-02 10:43:57 +08:00
76ebe01fce
Add initial infrastructure to support a new cxlflash transport, OCXL. Claim a dependency on OCXL and add a new file, ocxl_hw.c, which will host the backend routines that are specific to OCXL. Signed-off-by: Uma Krishnan <ukrishn@linux.vnet.ibm.com> Acked-by: Matthew R. Ochs <mrochs@linux.vnet.ibm.com> Reviewed-by: Andrew Donnellan <andrew.donnellan@au1.ibm.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
13 lines
249 B
Plaintext
13 lines
249 B
Plaintext
#
|
|
# 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.
|