Bluetooth: Add option for disabling data signing support

This allows to not compile data signing support if it is not
required. Reduces image size of peripheral sample app from
45772 to 44436 bytes.

Change-Id: I2cd3515973d1a70f478cbd68426ec84fd1645d19
Signed-off-by: Szymon Janc <ext.szymon.janc@tieto.com>
This commit is contained in:
Szymon Janc 2015-09-08 14:10:31 +02:00 committed by Anas Nashif
commit 4c901ac75d
6 changed files with 41 additions and 1 deletions

View file

@ -54,6 +54,14 @@ config BLUETOOTH_CENTRAL
select BLUETOOTH_CONN
if BLUETOOTH_PERIPHERAL || BLUETOOTH_CENTRAL
config BLUETOOTH_SIGNING
bool
prompt "Data signing support"
default n
help
This option enables data signing which is used for transferring
authenticated data in an unencrypted connection.
config BLUETOOTH_MAX_CONN
int
prompt "Maximum number of simultaneous connections"