Skip to content

Commit 7d13169

Browse files
gastmaierpopcornmix
authored andcommitted
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 d8f486e commit 7d13169

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
@@ -2436,6 +2436,7 @@ config MFD_QNAP_MCU
24362436
config MFD_RP1
24372437
tristate "RP1 MFD driver"
24382438
depends on PCI
2439+
depends on PCI_MSI
24392440
select MFD_CORE
24402441
help
24412442
Support for the RP1 peripheral chip.

0 commit comments

Comments
 (0)