Bluetooth: Kconfig: Move SMP related option under BLUETOOTH_SMP
This makes menuconfig easier to navigate. Change-Id: Ica49bbbde73c785f218846380fd46d5463424890 Signed-off-by: Szymon Janc <ext.szymon.janc@tieto.com>
This commit is contained in:
parent
d82d735079
commit
873cbfb470
1 changed files with 9 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue