Skip to content

Commit 3f1c347

Browse files
gastmaierpelwell
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 16a6861 commit 3f1c347

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
@@ -2387,6 +2387,7 @@ config MFD_INTEL_M10_BMC_PMCI
23872387
config MFD_RP1
23882388
tristate "RP1 MFD driver"
23892389
depends on PCI
2390+
depends on PCI_MSI
23902391
select MFD_CORE
23912392
help
23922393
Support for the RP1 peripheral chip.

0 commit comments

Comments
 (0)