diff options
author | Eli Billauer <eli.billauer@gmail.com> | 2014-03-21 07:41:04 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-03-21 15:24:09 -0400 |
commit | 87b92503c1d2872131104e7acbf4b9bd9092e52e (patch) | |
tree | f4ff829b83954e24bafa1f40943ee6143b96b709 | |
parent | b6512cfcd279d121cf3fbead627b5724b446aedc (diff) |
staging: xillybus: Added "select CRC32" for XILLYBUS in Kconfig
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>
-rw-r--r-- | drivers/staging/xillybus/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/xillybus/Kconfig b/drivers/staging/xillybus/Kconfig index 75c38c8c26eb..1b88330dac59 100644 --- a/drivers/staging/xillybus/Kconfig +++ b/drivers/staging/xillybus/Kconfig | |||
@@ -5,6 +5,7 @@ | |||
5 | config XILLYBUS | 5 | config XILLYBUS |
6 | tristate "Xillybus generic FPGA interface" | 6 | tristate "Xillybus generic FPGA interface" |
7 | depends on PCI || (OF_ADDRESS && OF_IRQ) | 7 | depends on PCI || (OF_ADDRESS && OF_IRQ) |
8 | select CRC32 | ||
8 | help | 9 | help |
9 | Xillybus is a generic interface for peripherals designed on | 10 | Xillybus is a generic interface for peripherals designed on |
10 | programmable logic (FPGA). The driver probes the hardware for | 11 | programmable logic (FPGA). The driver probes the hardware for |