Re: [PATCH] crypto: chcr: select CRYPTO_GF128MUL

2017-12-22 Thread Herbert Xu
On Tue, Dec 05, 2017 at 11:10:26AM +0100, Arnd Bergmann wrote: > Without the gf128mul library support, we can run into a link > error: > > drivers/crypto/chelsio/chcr_algo.o: In function `chcr_update_tweak': > chcr_algo.c:(.text+0x7e0): undefined reference to `gf128mul_x8_ble' > > This adds a

Re: [PATCH] crypto: chcr: select CRYPTO_GF128MUL

2017-12-22 Thread Herbert Xu
On Tue, Dec 05, 2017 at 11:10:26AM +0100, Arnd Bergmann wrote: > Without the gf128mul library support, we can run into a link > error: > > drivers/crypto/chelsio/chcr_algo.o: In function `chcr_update_tweak': > chcr_algo.c:(.text+0x7e0): undefined reference to `gf128mul_x8_ble' > > This adds a

[PATCH] crypto: chcr: select CRYPTO_GF128MUL

2017-12-05 Thread Arnd Bergmann
Without the gf128mul library support, we can run into a link error: drivers/crypto/chelsio/chcr_algo.o: In function `chcr_update_tweak': chcr_algo.c:(.text+0x7e0): undefined reference to `gf128mul_x8_ble' This adds a Kconfig select statement for it, next to the ones we already have. Fixes:

[PATCH] crypto: chcr: select CRYPTO_GF128MUL

2017-12-05 Thread Arnd Bergmann
Without the gf128mul library support, we can run into a link error: drivers/crypto/chelsio/chcr_algo.o: In function `chcr_update_tweak': chcr_algo.c:(.text+0x7e0): undefined reference to `gf128mul_x8_ble' This adds a Kconfig select statement for it, next to the ones we already have. Fixes: