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
|
||||
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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue