1# SPDX-License-Identifier: GPL-2.0-only 2# 3# IBM CXL-attached Flash Accelerator SCSI Driver 4# 5 6config CXLFLASH 7 tristate "Support for IBM CAPI Flash (DEPRECATED)" 8 depends on PCI && SCSI && (CXL || OCXL) && EEH 9 select IRQ_POLL 10 help 11 The cxlflash driver is deprecated and will be removed in a future 12 kernel release. 13 14 Allows CAPI Accelerated IO to Flash 15 If unsure, say N. 16