From 78b93feb6dfdfea593e91d69b1ec78baaa6ae367 Mon Sep 17 00:00:00 2001 From: Szymon Janc Date: Tue, 18 Jun 2024 17:08:10 +0200 Subject: [PATCH] tests: bluetooth: tester: Enable BT_TINYCRYPT_ECC for nRF5340 This needs to be enabled in nRF53 CPUAPP for LE SC support to be enabled. Signed-off-by: Szymon Janc --- tests/bluetooth/tester/boards/nrf5340dk_nrf5340_cpuapp.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/bluetooth/tester/boards/nrf5340dk_nrf5340_cpuapp.conf b/tests/bluetooth/tester/boards/nrf5340dk_nrf5340_cpuapp.conf index 29139393b46..6f723ffa160 100644 --- a/tests/bluetooth/tester/boards/nrf5340dk_nrf5340_cpuapp.conf +++ b/tests/bluetooth/tester/boards/nrf5340dk_nrf5340_cpuapp.conf @@ -21,3 +21,5 @@ CONFIG_LOG_DEFAULT_LEVEL=3 CONFIG_BTTESTER_LOG_LEVEL_DBG=y CONFIG_UART_INTERRUPT_DRIVEN=y + +CONFIG_BT_TINYCRYPT_ECC=y