c05564c4d8
Android 13
13 lines
251 B
Plaintext
Executable file
13 lines
251 B
Plaintext
Executable file
#
|
|
# 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.
|