From 873cbfb4709b0c6542443fbf79261512be54d99a Mon Sep 17 00:00:00 2001 From: Szymon Janc Date: Tue, 8 Dec 2015 16:31:45 +0100 Subject: [PATCH] Bluetooth: Kconfig: Move SMP related option under BLUETOOTH_SMP This makes menuconfig easier to navigate. Change-Id: Ica49bbbde73c785f218846380fd46d5463424890 Signed-off-by: Szymon Janc --- net/bluetooth/Kconfig | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/net/bluetooth/Kconfig b/net/bluetooth/Kconfig index 42de1a6e361..e694d37938e 100644 --- a/net/bluetooth/Kconfig +++ b/net/bluetooth/Kconfig @@ -122,6 +122,15 @@ config BLUETOOTH_SMP This option enables support for the Security Manager Protocol (SMP), making it possible to pair devices over LE. +if BLUETOOTH_SMP +config BLUETOOTH_SIGNING + bool "Data signing support" + default n + help + This option enables data signing which is used for transferring + authenticated data in an unencrypted connection. +endif # BLUETOOTH_SMP + config BLUETOOTH_L2CAP_DYNAMIC_CHANNEL bool "L2CAP Dynamic Channel support" default n @@ -129,14 +138,6 @@ config BLUETOOTH_L2CAP_DYNAMIC_CHANNEL This option enables support for LE Connection oriented Channels, allowing the creation of dynamic L2CAP Channels. -config BLUETOOTH_SIGNING - bool "Data signing support" - default n - depends on BLUETOOTH_SMP - help - This option enables data signing which is used for transferring - authenticated data in an unencrypted connection. - config BLUETOOTH_GATT_CLIENT bool "GATT client support" default n