mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-19 01:55:22 +00:00
Trying to always include mesh support resulted in the app not fitting on some boards (e.g. nrf51_pca10028). Put the mesh-specific configuration in a separate configuration file instead. Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
17 lines
379 B
Plaintext
17 lines
379 B
Plaintext
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
|