Skip to content

Commit 36a106a

Browse files
arndbaxboe
authored andcommitted
block: rsxx: select CONFIG_CRC32
Without crc32, the driver fails to link: arm-linux-gnueabi-ld: drivers/block/rsxx/config.o: in function `rsxx_load_config': config.c:(.text+0x124): undefined reference to `crc32_le' Fixes: 8722ff8 ("block: IBM RamSan 70/80 device driver") Signed-off-by: Arnd Bergmann <[email protected]> Signed-off-by: Jens Axboe <[email protected]>
1 parent dc30432 commit 36a106a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/block/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -445,6 +445,7 @@ config BLK_DEV_RBD
445445
config BLK_DEV_RSXX
446446
tristate "IBM Flash Adapter 900GB Full Height PCIe Device Driver"
447447
depends on PCI
448+
select CRC32
448449
help
449450
Device driver for IBM's high speed PCIe SSD
450451
storage device: Flash Adapter 900GB Full Height.

0 commit comments

Comments
 (0)