]> www.infradead.org Git - users/jedix/linux-maple.git/commit
crypto: Kconfig - Select LIB generic option
authorHerbert Xu <herbert@gondor.apana.org.au>
Mon, 3 Mar 2025 03:09:06 +0000 (11:09 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Sat, 8 Mar 2025 08:24:36 +0000 (16:24 +0800)
commit98330b9a61506de7df0d1725122111909c157864
tree43e97b5de814dfe083a4fb0d7ed2e58841c64401
parentba89b4eaa6cf9bb9bdacf0ee80567b8e9d986279
crypto: Kconfig - Select LIB generic option

Select the generic LIB options if the Crypto API algorithm is
enabled.  Otherwise this may lead to a build failure as the Crypto
API algorithm always uses the generic implementation.

Fixes: 17ec3e71ba79 ("crypto: lib/Kconfig - Hide arch options from user")
Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202503022113.79uEtUuy-lkp@intel.com/
Closes: https://lore.kernel.org/oe-kbuild-all/202503022115.9OOyDR5A-lkp@intel.com/
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/Kconfig