Skip to content

Commit

Permalink
staging: xillybus: XILLYBUS_PCIE depends on PCI_MSI
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Eli Billauer authored and Greg Kroah-Hartman committed Mar 21, 2014
1 parent 87b9250 commit 94debda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/staging/xillybus/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 94debda

Please sign in to comment.