[PATCH 1/2] staging: xillybus: Added "select CRC32" for XILLYBUS in Kconfig

Eli Billauer eli.billauer at gmail.com
Fri Mar 21 11:41:04 UTC 2014


Reason: xillybus_core.c uses crc32_le()

Reported-by: Fengguang Wu <fengguang.wu at intel.com>
Signed-off-by: Eli Billauer <eli.billauer at gmail.com>
---
 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 75c38c8..1b88330 100644
--- a/drivers/staging/xillybus/Kconfig
+++ b/drivers/staging/xillybus/Kconfig
@@ -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
-- 
1.7.2.3



More information about the devel mailing list