Skip to content

Commit

Permalink
staging: xillybus: Added "select CRC32" for XILLYBUS in Kconfig
Browse files Browse the repository at this point in the history
Reason: xillybus_core.c uses crc32_le()

Reported-by: Fengguang Wu <fengguang.wu@intel.com>
Signed-off-by: Eli Billauer <eli.billauer@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Eli Billauer authored and Greg Kroah-Hartman committed Mar 21, 2014
1 parent b6512cf commit 87b9250
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/staging/xillybus/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
config XILLYBUS
tristate "Xillybus generic FPGA interface"
depends on PCI || (OF_ADDRESS && OF_IRQ)
select CRC32
help
Xillybus is a generic interface for peripherals designed on
programmable logic (FPGA). The driver probes the hardware for
Expand Down

0 comments on commit 87b9250

Please sign in to comment.