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:
Jorge Marques
2025-06-11 16:21:35 +02:00
committed by Dom Cobley
parent 1e8a957b63
commit e3db3288ee

View File

@@ -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.