From: Eli Billauer Date: Fri, 21 Mar 2014 11:41:05 +0000 (+0200) Subject: staging: xillybus: XILLYBUS_PCIE depends on PCI_MSI X-Git-Tag: v3.15-rc1~139^2 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=94debda32429e1a348fec8543245f1190a92d68c;p=linux.git 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 Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/xillybus/Kconfig b/drivers/staging/xillybus/Kconfig index 1b88330dac59..b53bdf12da0d 100644 --- a/drivers/staging/xillybus/Kconfig +++ b/drivers/staging/xillybus/Kconfig @@ -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.