mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-09 18:01:57 +00:00
This enables these samples to interoperate with Linux 6LoWPAN over Bluetooth implementation while that is being fixed, in the long term we might remove it from the samples once Linux is fixed. Jira: ZEP-1656 Change-Id: I8ca9fe5a27f43cebc75b6fe5a436a5e8fcee26d5 Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
20 lines
480 B
Plaintext
20 lines
480 B
Plaintext
CONFIG_BLUETOOTH=y
|
|
CONFIG_BLUETOOTH_DEBUG_LOG=y
|
|
CONFIG_BLUETOOTH_DEBUG_L2CAP=y
|
|
CONFIG_BLUETOOTH_SMP=y
|
|
CONFIG_BLUETOOTH_SIGNING=y
|
|
CONFIG_BLUETOOTH_PERIPHERAL=y
|
|
CONFIG_BLUETOOTH_L2CAP_DYNAMIC_CHANNEL=y
|
|
CONFIG_NETWORKING=y
|
|
CONFIG_NET_IPV6=y
|
|
CONFIG_NET_LOG=y
|
|
CONFIG_NET_UDP=y
|
|
CONFIG_NET_L2_BLUETOOTH=y
|
|
CONFIG_NET_L2_BLUETOOTH_ZEP1656=y
|
|
CONFIG_NET_DEBUG_L2_BLUETOOTH=y
|
|
CONFIG_SYS_LOG=y
|
|
CONFIG_SYS_LOG_SHOW_COLOR=y
|
|
CONFIG_RANDOM_GENERATOR=y
|
|
CONFIG_TEST_RANDOM_GENERATOR=y
|
|
CONFIG_ZOAP=y
|