staging: xillybus: Removed force to be a module
The driver was forced to "module only" following a previous failure to build into the kernel. The problem was resolved several months ago. This has been successfully tested with "make allyesconfig" on x86_64. Reported-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Eli Billauer <eli.billauer@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
c995c2f9ef
commit
b774930e08
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
config XILLYBUS
|
config XILLYBUS
|
||||||
tristate "Xillybus generic FPGA interface"
|
tristate "Xillybus generic FPGA interface"
|
||||||
depends on PCI || (OF_ADDRESS && OF_IRQ) && m
|
depends on PCI || (OF_ADDRESS && OF_IRQ)
|
||||||
help
|
help
|
||||||
Xillybus is a generic interface for peripherals designed on
|
Xillybus is a generic interface for peripherals designed on
|
||||||
programmable logic (FPGA). The driver probes the hardware for
|
programmable logic (FPGA). The driver probes the hardware for
|
||||||
|
|
Loading…
Add table
Reference in a new issue