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

View file

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