diff --git a/components/bt/common/Kconfig.in b/components/bt/common/Kconfig.in index 654e11b391..f2e01be044 100644 --- a/components/bt/common/Kconfig.in +++ b/components/bt/common/Kconfig.in @@ -13,14 +13,6 @@ choice BT_SMP_CRYPTO_STACK help Select the cryptographic library to use for SMP operations (AES, AES-CMAC, ECDH P-256). - config BT_SMP_CRYPTO_STACK_NATIVE - bool "Native Bluedroid implementation" - depends on (BT_BLE_SMP_ENABLE || BT_SMP_ENABLE) - help - Use the built-in Bluedroid cryptographic implementation. - This provides compatibility with all features. - This option is only available for Bluedroid host. - config BT_SMP_CRYPTO_STACK_TINYCRYPT bool "TinyCrypt" help