From 8f2a5e6b56293b4b96bb390f44a4390c3957294d Mon Sep 17 00:00:00 2001 From: Andrei Emeltchenko Date: Wed, 12 Aug 2015 14:55:09 +0300 Subject: [PATCH] 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 --- net/bluetooth/Kconfig | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) 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.