mirror of
https://github.com/raspberrypi/linux.git
synced 2025-12-06 01:49:46 +00:00
mfd: rp1: depends on PCI_MSI
The driver uses pci_msi methods, only defined when CONFIG_PCI_MSI symbol is set, and cannot be compiled without. Therefore, it depends on this symbol. Signed-off-by: Jorge Marques <jorge.marques@analog.com>
This commit is contained in:
committed by
Dom Cobley
parent
1e8a957b63
commit
e3db3288ee
@@ -2454,6 +2454,7 @@ config MFD_QNAP_MCU
|
||||
config MFD_RP1
|
||||
tristate "RP1 MFD driver"
|
||||
depends on PCI
|
||||
depends on PCI_MSI
|
||||
select MFD_CORE
|
||||
help
|
||||
Support for the RP1 peripheral chip.
|
||||
|
||||
Reference in New Issue
Block a user