Bluetooth: Add CONFIG_BLUETOOTH_L2CAP_DYNAMIC_CHANNEL

This adds an option to enable L2CAP dynamic channel support, fixed
channels are not affected by it.

Change-Id: If36bece46b7b94142ea1ac976b878d1b5ae6a578
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
This commit is contained in:
Luiz Augusto von Dentz 2015-10-08 13:45:40 +03:00 committed by Anas Nashif
commit d55e4ca91c
5 changed files with 49 additions and 33 deletions

View file

@ -45,6 +45,11 @@ config BLUETOOTH_SMP
prompt "Security Manager Protocol support"
default n
config BLUETOOTH_L2CAP_DYNAMIC_CHANNEL
bool
prompt "L2CAP Dynamic Channel support"
default n
config BLUETOOTH_SIGNING
bool
prompt "Data signing support"