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
|
@ -4,7 +4,7 @@
|
|||
|
||||
config XILLYBUS
|
||||
tristate "Xillybus generic FPGA interface"
|
||||
depends on PCI || (OF_ADDRESS && OF_IRQ) && m
|
||||
depends on PCI || (OF_ADDRESS && OF_IRQ)
|
||||
help
|
||||
Xillybus is a generic interface for peripherals designed on
|
||||
programmable logic (FPGA). The driver probes the hardware for
|
||||
|
|
Loading…
Reference in New Issue