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 <Ulf.Magnusson@nordicsemi.no>
This commit is contained in:
Ulf Magnusson 2020-01-13 16:24:35 +01:00 committed by Johan Hedberg
commit d37f09fc2b

View file

@ -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