Commit 27c57c71 authored by Yanling Song's avatar Yanling Song
Browse files

scsi:spraid: Remove spraid driver

Ramaxel inclusion
category: bugfix
bugzilla: https://gitee.com/openeuler/kernel/issues/I63SYR


CVE: NA

----------------------------------

The project is stopped and the hardware will not be available
in the market. So remove the driver.

Signed-off-by: default avatarYanling Song <songyl@ramaxel.com>
parent f5784b3d
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -2400,7 +2400,6 @@ CONFIG_SCSI_MPT3SAS_MAX_SGE=128
CONFIG_SCSI_MPT2SAS=m
CONFIG_SCSI_SMARTPQI=m
# CONFIG_SCSI_UFSHCD is not set
CONFIG_RAMAXEL_SPRAID=m
# CONFIG_SCSI_HPTIOP is not set
# CONFIG_SCSI_MYRB is not set
# CONFIG_SCSI_MYRS is not set
+0 −1
Original line number Diff line number Diff line
@@ -2360,7 +2360,6 @@ CONFIG_SCSI_MPT3SAS_MAX_SGE=128
CONFIG_SCSI_MPT2SAS=m
CONFIG_SCSI_SMARTPQI=m
# CONFIG_SCSI_UFSHCD is not set
CONFIG_RAMAXEL_SPRAID=m
# CONFIG_SCSI_HPTIOP is not set
# CONFIG_SCSI_BUSLOGIC is not set
# CONFIG_SCSI_MYRB is not set
+0 −1
Original line number Diff line number Diff line
@@ -484,7 +484,6 @@ source "drivers/scsi/megaraid/Kconfig.megaraid"
source "drivers/scsi/mpt3sas/Kconfig"
source "drivers/scsi/smartpqi/Kconfig"
source "drivers/scsi/ufs/Kconfig"
source "drivers/scsi/spraid/Kconfig"

config SCSI_HPTIOP
	tristate "HighPoint RocketRAID 3xxx/4xxx Controller support"
+0 −1
Original line number Diff line number Diff line
@@ -97,7 +97,6 @@ obj-$(CONFIG_SCSI_ZALON) += zalon7xx.o
obj-$(CONFIG_SCSI_DC395x)	+= dc395x.o
obj-$(CONFIG_SCSI_AM53C974)	+= esp_scsi.o	am53c974.o
obj-$(CONFIG_CXLFLASH)		+= cxlflash/
obj-$(CONFIG_RAMAXEL_SPRAID)	+= spraid/
obj-$(CONFIG_MEGARAID_LEGACY)	+= megaraid.o
obj-$(CONFIG_MEGARAID_NEWGEN)	+= megaraid/
obj-$(CONFIG_MEGARAID_SAS)	+= megaraid/

drivers/scsi/spraid/Kconfig

deleted100644 → 0
+0 −13
Original line number Diff line number Diff line
#
# Ramaxel driver configuration
#

config RAMAXEL_SPRAID
	tristate "Ramaxel spraid Adapter"
	depends on PCI && SCSI
	select BLK_DEV_BSGLIB
	depends on ARM64 || X86_64
	help
	This driver supports Ramaxel SPRxxx serial
	raid controller, which has PCIE Gen4 interface
	with host and supports SAS/SATA Hdd/ssd.
Loading