Skip to content

Commit 4cf2882

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 a65b8d8 commit 4cf2882

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/mfd/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2395,6 +2395,7 @@ config MFD_QNAP_MCU
23952395
config MFD_RP1
23962396
tristate "RP1 MFD driver"
23972397
depends on PCI
2398+
depends on PCI_MSI
23982399
select MFD_CORE
23992400
help
24002401
Support for the RP1 peripheral chip.

0 commit comments

Comments
 (0)