crypto: gf128mul - make unselectable by user
authorEric Biggers <ebiggers@google.com>
Mon, 20 May 2019 16:53:43 +0000 (09:53 -0700)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 30 May 2019 07:28:40 +0000 (15:28 +0800)
commite590e1321c13ae736bd0e0da48a61a58ef084875
tree1287c23e2489033c397e62932c9a4bdc1f74c013
parent87804144cb7ad09126f1d16e205a7d6b4bc35404
crypto: gf128mul - make unselectable by user

There's no reason for users to select CONFIG_CRYPTO_GF128MUL, since it's
just some helper functions, and algorithms that need it select it.

Remove the prompt string so that it's not shown to users.

Signed-off-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/Kconfig