mirror of
https://github.com/torvalds/linux.git
synced 2026-04-24 17:42:27 -04:00
We intend to remove the cxlflash driver in an upcoming release. It is already marked as Obsolete in MAINTAINERS. The cxlflash driver has received minimal maintenance for some time, and the CAPI Flash hardware that uses it is no longer commercially available. Add a warning message on probe and change Kconfig to label the driver as deprecated and not build the driver by default. Signed-off-by: Andrew Donnellan <ajd@linux.ibm.com> Reviewed-by: Frederic Barrat <fbarrat@linux.ibm.com> Signed-off-by: Madhavan Srinivasan <maddy@linux.ibm.com> Link: https://patch.msgid.link/20241210054055.144813-3-ajd@linux.ibm.com
16 lines
382 B
Plaintext
16 lines
382 B
Plaintext
# SPDX-License-Identifier: GPL-2.0-only
|
|
#
|
|
# IBM CXL-attached Flash Accelerator SCSI Driver
|
|
#
|
|
|
|
config CXLFLASH
|
|
tristate "Support for IBM CAPI Flash (DEPRECATED)"
|
|
depends on PCI && SCSI && (CXL || OCXL) && EEH
|
|
select IRQ_POLL
|
|
help
|
|
The cxlflash driver is deprecated and will be removed in a future
|
|
kernel release.
|
|
|
|
Allows CAPI Accelerated IO to Flash
|
|
If unsure, say N.
|