From d37f09fc2b40d4fcc1f8b537310f303663093244 Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Mon, 13 Jan 2020 16:24:35 +0100 Subject: [PATCH] tests: bluetooth: kconfig: Do not assign promptless BT_CONN 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/gatt_test_app/prj.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/bluetooth/bsim_bt/edtt_ble_test_app/gatt_test_app/prj.conf b/tests/bluetooth/bsim_bt/edtt_ble_test_app/gatt_test_app/prj.conf index 1884dc06051..ee1bac0a281 100644 --- a/tests/bluetooth/bsim_bt/edtt_ble_test_app/gatt_test_app/prj.conf +++ b/tests/bluetooth/bsim_bt/edtt_ble_test_app/gatt_test_app/prj.conf @@ -28,6 +28,5 @@ CONFIG_BT_DEBUG_LOG=y # # To make DEVICE Name writable... # -CONFIG_BT_CONN=y CONFIG_BT_DEVICE_NAME_DYNAMIC=y CONFIG_LOG_MAX_LEVEL=2