]> Pileus Git - ~andy/linux/blob - drivers/staging/xillybus/Kconfig
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
[~andy/linux] / drivers / staging / xillybus / Kconfig
1 #
2 # Xillybus devices
3 #
4
5 config XILLYBUS
6         tristate "Xillybus generic FPGA interface"
7         depends on PCI || (OF_ADDRESS && OF_IRQ) && m
8         help
9           Xillybus is a generic interface for peripherals designed on
10           programmable logic (FPGA). The driver probes the hardware for
11           its capabilities, and creates device files accordingly.
12
13           If unsure, say N.
14
15 if XILLYBUS
16
17 config XILLYBUS_PCIE
18         tristate "Xillybus over PCIe"
19         depends on PCI
20         help
21           Set to M if you want Xillybus to use PCI Express for communicating
22           with the FPGA.
23
24 config XILLYBUS_OF
25         tristate "Xillybus over Device Tree"
26         depends on OF_ADDRESS && OF_IRQ
27         help
28           Set to M if you want Xillybus to find its resources from the
29           Open Firmware Flattened Device Tree. If the target is an embedded
30           system, say M.
31
32 endif # if XILLYBUS