summaryrefslogtreecommitdiff
path: root/samples
diff options
context:
space:
mode:
authorSzymon Janc <ext.szymon.janc@tieto.com>2016-02-10 14:30:51 +0100
committerGerrit Code Review <gerrit@zephyrproject.org>2016-02-11 10:56:40 +0000
commit4318fc0e5b22cde7ba9e8b564dc3b597288190de (patch)
tree0eb38a6e36c762d9c9e3ce97bb1dc95a69bc7199 /samples
parent754248aedc7322147eae06a49665a0995c7fb18a (diff)
Bluetooth: Kconfig: Add TinyCrypt ECC config option
This enables use of ECC from TinyCrypt. Since ECC is heavy this option is separated from general use of TinyCrypt in SMP code. Change-Id: Ia550e4a5f89240c8e15d2b5acccc21993b44b471 Signed-off-by: Szymon Janc <ext.szymon.janc@tieto.com>
Diffstat (limited to 'samples')
-rw-r--r--samples/bluetooth/shell/prj_x86.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/samples/bluetooth/shell/prj_x86.conf b/samples/bluetooth/shell/prj_x86.conf
index 7baeb9f93..3f63d9f8c 100644
--- a/samples/bluetooth/shell/prj_x86.conf
+++ b/samples/bluetooth/shell/prj_x86.conf
@@ -11,4 +11,5 @@ CONFIG_BLUETOOTH_SIGNING=y
CONFIG_BLUETOOTH_GATT_CLIENT=y
CONFIG_BLUETOOTH_L2CAP_DYNAMIC_CHANNEL=y
CONFIG_BLUETOOTH_TINYCRYPT=y
+CONFIG_BLUETOOTH_TINYCRYPT_ECC=y
CONFIG_CONSOLE_HANDLER_SHELL=y