1
0
Fork 0

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: 8722ff8cdb ("block: IBM RamSan 70/80 device driver")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
zero-sugar-mainline-defconfig
Arnd Bergmann 2021-01-03 22:42:39 +01:00 committed by Jens Axboe
parent dc30432605
commit 36a106a4c1
1 changed files with 1 additions and 0 deletions

View File

@ -445,6 +445,7 @@ config BLK_DEV_RBD
config BLK_DEV_RSXX config BLK_DEV_RSXX
tristate "IBM Flash Adapter 900GB Full Height PCIe Device Driver" tristate "IBM Flash Adapter 900GB Full Height PCIe Device Driver"
depends on PCI depends on PCI
select CRC32
help help
Device driver for IBM's high speed PCIe SSD Device driver for IBM's high speed PCIe SSD
storage device: Flash Adapter 900GB Full Height. storage device: Flash Adapter 900GB Full Height.