Skip to content

Commit 1083dcb

Browse files
committed
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>
1 parent b15b463 commit 1083dcb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/mfd/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2318,6 +2318,7 @@ config MFD_INTEL_M10_BMC_PMCI
23182318
config MFD_RP1
23192319
tristate "RP1 MFD driver"
23202320
depends on PCI
2321+
depends on PCI_MSI
23212322
select MFD_CORE
23222323
help
23232324
Support for the RP1 peripheral chip.

0 commit comments

Comments
 (0)