]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
staging: xillybus: XILLYBUS_PCIE depends on PCI_MSI
authorEli Billauer <eli.billauer@gmail.com>
Fri, 21 Mar 2014 11:41:05 +0000 (13:41 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 21 Mar 2014 19:24:09 +0000 (12:24 -0700)
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>
drivers/staging/xillybus/Kconfig

index 1b88330dac59e8c11847255f413a7d4e109f8081..b53bdf12da0d0fe37991e4ef95c4b06ae9cd5a85 100644 (file)
@@ -17,7 +17,7 @@ if XILLYBUS
 
 config XILLYBUS_PCIE
        tristate "Xillybus over PCIe"
-       depends on PCI
+       depends on PCI_MSI
        help
          Set to M if you want Xillybus to use PCI Express for communicating
          with the FPGA.