diff options
| author | Eric Biggers <ebiggers@kernel.org> | 2026-04-21 16:09:16 -0700 |
|---|---|---|
| committer | Luiz Augusto von Dentz <luiz.von.dentz@intel.com> | 2026-06-11 14:24:38 -0400 |
| commit | 73e44a7d605ba7385476633996174f690c2e9a90 (patch) | |
| tree | 46ca0feeedf11446515a52a7a2ed0b2a345f8049 | |
| parent | 5612ee230a33c450976c3bcaea174f1d816a2697 (diff) | |
| download | linux-next-73e44a7d605ba7385476633996174f690c2e9a90.tar.gz linux-next-73e44a7d605ba7385476633996174f690c2e9a90.zip | |
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>
| -rw-r--r-- | net/bluetooth/Kconfig | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/net/bluetooth/Kconfig b/net/bluetooth/Kconfig index ee6457d1a5ee..5a8bf9106710 100644 --- a/net/bluetooth/Kconfig +++ b/net/bluetooth/Kconfig @@ -9,12 +9,9 @@ menuconfig BT depends on RFKILL || !RFKILL select CRC16 select CRYPTO - select CRYPTO_SKCIPHER select CRYPTO_LIB_AES imply CRYPTO_AES select CRYPTO_CMAC - select CRYPTO_ECB - select CRYPTO_SHA256 select CRYPTO_ECDH help Bluetooth is low-cost, low-power, short-range wireless technology. |
