hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/drivers/scsi/megaraid/Kconfig.megaraid
....@@ -1,3 +1,4 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 config MEGARAID_NEWGEN
23 bool "LSI Logic New Generation RAID Device Drivers"
34 depends on PCI && SCSI
....@@ -78,6 +79,7 @@
7879 config MEGARAID_SAS
7980 tristate "LSI Logic MegaRAID SAS RAID Module"
8081 depends on PCI && SCSI
82
+ select IRQ_POLL
8183 help
8284 Module for LSI Logic's SAS based RAID controllers.
8385 To compile this driver as a module, choose 'm' here.