mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-04 09:41:56 +00:00
Remove non-existent Kconfig symbol references. An additional (but related) change is the removal of all persistent storage symbols from the Arduino 101 Bluetooth shell app, since BT_STORAGE no longer exists. Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
18 lines
393 B
Plaintext
18 lines
393 B
Plaintext
CONFIG_TEST=y
|
|
CONFIG_BT=y
|
|
CONFIG_CONSOLE_HANDLER=y
|
|
CONFIG_BT_DEBUG_LOG=y
|
|
CONFIG_BT_CENTRAL=y
|
|
CONFIG_BT_PERIPHERAL=y
|
|
CONFIG_BT_PRIVACY=y
|
|
CONFIG_BT_SMP=y
|
|
CONFIG_BT_SIGNING=y
|
|
CONFIG_BT_ATT_PREPARE_COUNT=2
|
|
CONFIG_BT_GATT_CLIENT=y
|
|
CONFIG_BT_L2CAP_DYNAMIC_CHANNEL=y
|
|
CONFIG_BT_TINYCRYPT_ECC=y
|
|
CONFIG_CONSOLE_SHELL=y
|
|
CONFIG_BT_SHELL=y
|
|
CONFIG_BT_DEVICE_NAME="test shell"
|
|
CONFIG_BT_L2CAP_TX_BUF_COUNT=6
|