commit | 94debda32429e1a348fec8543245f1190a92d68c | [log] [tgz] |
---|---|---|
author | Eli Billauer <eli.billauer@gmail.com> | Fri Mar 21 13:41:05 2014 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri Mar 21 12:24:09 2014 -0700 |
tree | 5f4cd8d7c3f15b673c7170a723b9b6a1ac3d01c0 | |
parent | 87b92503c1d2872131104e7acbf4b9bd9092e52e [diff] |
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>