CONFIG_NET_L2_BT_ZEP1656 should only be used with older Linux up to 4.11 which by now should have been updated in all distros. For those sticking with older distros should select it manually as it does breaks IID address it should never be used in production. Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
37 lines
844 B
Plaintext
37 lines
844 B
Plaintext
CONFIG_BT=y
|
|
CONFIG_BT_DEBUG_LOG=y
|
|
CONFIG_BT_DEBUG_L2CAP=y
|
|
CONFIG_BT_SMP=y
|
|
CONFIG_BT_SIGNING=y
|
|
CONFIG_BT_PERIPHERAL=y
|
|
CONFIG_BT_L2CAP_DYNAMIC_CHANNEL=y
|
|
CONFIG_NETWORKING=y
|
|
CONFIG_NET_IPV6=y
|
|
CONFIG_NET_IPV4=n
|
|
CONFIG_NET_UDP=y
|
|
CONFIG_NET_TCP=y
|
|
CONFIG_TEST_RANDOM_GENERATOR=y
|
|
CONFIG_NET_LOG=y
|
|
CONFIG_NET_L2_BT=y
|
|
CONFIG_NET_DEBUG_L2_BT=y
|
|
CONFIG_SYS_LOG_SHOW_COLOR=y
|
|
CONFIG_INIT_STACKS=y
|
|
CONFIG_PRINTK=y
|
|
CONFIG_NET_STATISTICS=y
|
|
CONFIG_NET_PKT_RX_COUNT=14
|
|
CONFIG_NET_PKT_TX_COUNT=14
|
|
CONFIG_NET_BUF_RX_COUNT=30
|
|
CONFIG_NET_BUF_TX_COUNT=30
|
|
CONFIG_NET_IF_UNICAST_IPV6_ADDR_COUNT=3
|
|
CONFIG_NET_IF_MCAST_IPV6_ADDR_COUNT=2
|
|
CONFIG_NET_MAX_CONTEXTS=10
|
|
|
|
CONFIG_NET_SHELL=y
|
|
|
|
CONFIG_NET_APP_SERVER=y
|
|
CONFIG_NET_APP_NEED_IPV6=y
|
|
CONFIG_NET_APP_SETTINGS=y
|
|
CONFIG_NET_APP_MY_IPV6_ADDR="2001:db8::1"
|
|
CONFIG_NET_APP_PEER_IPV6_ADDR="2001:db8::2"
|
|
CONFIG_NET_APP_BT_NODE=y
|