瀏覽代碼

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>
Eli Billauer 11 年之前
父節點
當前提交
94debda324
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      drivers/staging/xillybus/Kconfig

+ 1 - 1
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.