From 4d41f03f09579a67606e8cbc8575b35923ca49ae Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Mon, 13 Jan 2020 16:21:25 +0100 Subject: [PATCH] tests: bluetooth: kconfig: Do not assign promptless BT_RPA symbol Assignments have no effect on promptless symbols. This symbol is enabled through being select'ed. Flagged by https://github.com/zephyrproject-rtos/zephyr/pull/20742. Signed-off-by: Ulf Magnusson --- tests/bluetooth/bsim_bt/edtt_ble_test_app/hci_test_app/prj.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/bluetooth/bsim_bt/edtt_ble_test_app/hci_test_app/prj.conf b/tests/bluetooth/bsim_bt/edtt_ble_test_app/hci_test_app/prj.conf index b004ce496ab..070d161d805 100644 --- a/tests/bluetooth/bsim_bt/edtt_ble_test_app/hci_test_app/prj.conf +++ b/tests/bluetooth/bsim_bt/edtt_ble_test_app/hci_test_app/prj.conf @@ -11,7 +11,6 @@ CONFIG_BT_DEBUG_RPA=y CONFIG_BT_DEBUG_CONN=y CONFIG_BT_ECC=y CONFIG_BT_TINYCRYPT_ECC=y -CONFIG_BT_RPA=y # CONFIG_BT_PRIVACY=y # CONFIG_BT_SIGNING=y # CONFIG_BT_L2CAP_TX_BUF_COUNT=6