Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

staging: xillybus: XILLYBUS_PCIE depends on PCI_MSI

xillybus_pcie.c will compile and load properly on PCI only, but will do
nothing useful without PCI_MSI.

PCI_MSI depends on PCI, so depending on PCI_MSI covers both.

Signed-off-by: Eli Billauer <eli.billauer@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Eli Billauer and committed by
Greg Kroah-Hartman
94debda3 87b92503

+1 -1
+1 -1
drivers/staging/xillybus/Kconfig
··· 17 17 18 18 config XILLYBUS_PCIE 19 19 tristate "Xillybus over PCIe" 20 - depends on PCI 20 + depends on PCI_MSI 21 21 help 22 22 Set to M if you want Xillybus to use PCI Express for communicating 23 23 with the FPGA.