Bluetooth: Make self-test option relevant to SMP debug
Make menuconfig screen more logical placing self-tests option inside Bluetooth block. Currently self-tests looks not belonging to Bluetooth. Change-Id: I1ad2826b1dd09fb7c9b67aace1ad5f280543104d Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
This commit is contained in:
parent
1fbaf56bc2
commit
8f2a5e6b56
1 changed files with 9 additions and 9 deletions
|
@ -121,6 +121,15 @@ config BLUETOOTH_DEBUG_SMP
|
||||||
This option enables debug support for the Bluetooth
|
This option enables debug support for the Bluetooth
|
||||||
Security Manager Protocol (SMP).
|
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
|
config BLUETOOTH_DEBUG_ATT
|
||||||
bool
|
bool
|
||||||
prompt "Bluetooth Attribute Protocol (ATT) debug"
|
prompt "Bluetooth Attribute Protocol (ATT) debug"
|
||||||
|
@ -138,12 +147,3 @@ config BLUETOOTH_DEBUG_GATT
|
||||||
help
|
help
|
||||||
This option enables debug support for the Bluetooth
|
This option enables debug support for the Bluetooth
|
||||||
Generic Attribute Profile (GATT).
|
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.
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue