]> git.hungrycats.org Git - linux/commit
Bluetooth: Remove unneeded crypto kconfig selections
authorEric Biggers <ebiggers@kernel.org>
Tue, 21 Apr 2026 23:09:16 +0000 (16:09 -0700)
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Thu, 11 Jun 2026 18:24:38 +0000 (14:24 -0400)
commit73e44a7d605ba7385476633996174f690c2e9a90
tree46ca0feeedf11446515a52a7a2ed0b2a345f8049
parent5612ee230a33c450976c3bcaea174f1d816a2697
Bluetooth: Remove unneeded crypto kconfig selections

Remove several kconfig selections that are no longer needed:

  - CRYPTO_SKCIPHER and CRYPTO_ECB have been unneeded since
    commit a4770e1117f1 ("Bluetooth: Switch SMP to
    crypto_cipher_encrypt_one()") in 2016.

  - CRYPTO_SHA256 has been unneeded since
    commit e7b02296fb40 ("Bluetooth: Remove BT_HS") in 2024.

Signed-off-by: Eric Biggers <ebiggers@kernel.org>
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
net/bluetooth/Kconfig