diff --git a/net/bluetooth/Kconfig b/net/bluetooth/Kconfig index a6ffbde3f1e..38fe74ad441 100644 --- a/net/bluetooth/Kconfig +++ b/net/bluetooth/Kconfig @@ -121,6 +121,15 @@ config BLUETOOTH_DEBUG_SMP This option enables debug support for the Bluetooth Security Manager Protocol (SMP). +config BLUETOOTH_SMP_SELFTEST + bool + prompt "Bluetooth SMP self tests executed on init" + depends on BLUETOOTH_DEBUG_SMP + default n + help + This option enables SMP self-tests executed on startup + to verify security and crypto functions. + config BLUETOOTH_DEBUG_ATT bool prompt "Bluetooth Attribute Protocol (ATT) debug" @@ -138,12 +147,3 @@ config BLUETOOTH_DEBUG_GATT help This option enables debug support for the Bluetooth Generic Attribute Profile (GATT). - -config BLUETOOTH_SMP_SELFTEST - bool - prompt "Bluetooth SMP self tests executed on init" - depends on BLUETOOTH_DEBUG_SMP - default n - help - This option enables SMP self-tests executed on startup - to verify security and crypto functions.