Hi-- On 11/25/21 11:33 PM, Yanling Song wrote:
diff --git a/drivers/scsi/spraid/Kconfig b/drivers/scsi/spraid/Kconfig new file mode 100644 index 000000000000..169412ef2299 --- /dev/null +++ b/drivers/scsi/spraid/Kconfig @@ -0,0 +1,10 @@ +# +# Ramaxel driver configuration +# + +config RAMAXEL_SPRAID + tristate "Ramaxel spraid Adapter" + depends on PCI && SCSI && BLK_DEV_BSGLIB
depends on PCI && SCSI select BLK_DEV_BSGLIB should be OK since all other users of BLK_DEV_BSGLIB select it.
+ depends on ARM64 || X86_64 + help + This driver supports Ramaxel spraid driver.
-- ~Randy