summaryrefslogtreecommitdiff
path: root/samples
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2017-02-02 12:28:14 +0200
committerJukka Rissanen <jukka.rissanen@linux.intel.com>2017-02-03 15:59:20 +0200
commite89aebc4d526bff9125b0465afdf2dbd352a4b98 (patch)
treec03d4389fc5a02c0807acfd614cd2efb8b3bcf23 /samples
parentaffcac5a2d3d61d938467ef38acb8bd50b76be4c (diff)
net: samples: Add CONFIG_NET_L2_BLUETOOTH_ZEP1656
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>
Diffstat (limited to 'samples')
-rw-r--r--samples/bluetooth/ipsp/prj.conf1
-rw-r--r--samples/net/echo_server/prj_bt.conf1
-rw-r--r--samples/net/zoap_client/prj_bt.conf1
-rw-r--r--samples/net/zoap_server/prj_bt.conf1
-rw-r--r--samples/net/zperf/prj_bt.conf1
5 files changed, 5 insertions, 0 deletions
diff --git a/samples/bluetooth/ipsp/prj.conf b/samples/bluetooth/ipsp/prj.conf
index e0ab82257..8268e4d04 100644
--- a/samples/bluetooth/ipsp/prj.conf
+++ b/samples/bluetooth/ipsp/prj.conf
@@ -12,6 +12,7 @@ CONFIG_NET_TCP=y
CONFIG_TEST_RANDOM_GENERATOR=y
CONFIG_NET_LOG=y
CONFIG_NET_L2_BLUETOOTH=y
+CONFIG_NET_L2_BLUETOOTH_ZEP1656=y
CONFIG_NET_DEBUG_L2_BLUETOOTH=y
CONFIG_SYS_LOG_SHOW_COLOR=y
CONFIG_INIT_STACKS=y
diff --git a/samples/net/echo_server/prj_bt.conf b/samples/net/echo_server/prj_bt.conf
index 98e7c0990..7cc9f714e 100644
--- a/samples/net/echo_server/prj_bt.conf
+++ b/samples/net/echo_server/prj_bt.conf
@@ -13,6 +13,7 @@ CONFIG_NET_TCP=y
CONFIG_TEST_RANDOM_GENERATOR=y
CONFIG_NET_LOG=y
CONFIG_NET_L2_BLUETOOTH=y
+CONFIG_NET_L2_BLUETOOTH_ZEP1656=y
CONFIG_NET_DEBUG_L2_BLUETOOTH=y
CONFIG_SYS_LOG_SHOW_COLOR=y
CONFIG_INIT_STACKS=y
diff --git a/samples/net/zoap_client/prj_bt.conf b/samples/net/zoap_client/prj_bt.conf
index 5fa5d5678..ad722c9ad 100644
--- a/samples/net/zoap_client/prj_bt.conf
+++ b/samples/net/zoap_client/prj_bt.conf
@@ -8,6 +8,7 @@ CONFIG_RANDOM_GENERATOR=y
CONFIG_TEST_RANDOM_GENERATOR=y
CONFIG_ZOAP=y
CONFIG_NET_L2_BLUETOOTH=y
+CONFIG_NET_L2_BLUETOOTH_ZEP1656=y
CONFIG_NET_DEBUG_L2_BLUETOOTH=y
CONFIG_INIT_STACKS=y
CONFIG_NET_MGMT=y
diff --git a/samples/net/zoap_server/prj_bt.conf b/samples/net/zoap_server/prj_bt.conf
index 18f634c43..57f756020 100644
--- a/samples/net/zoap_server/prj_bt.conf
+++ b/samples/net/zoap_server/prj_bt.conf
@@ -10,6 +10,7 @@ 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
diff --git a/samples/net/zperf/prj_bt.conf b/samples/net/zperf/prj_bt.conf
index 214e725de..30f65fd84 100644
--- a/samples/net/zperf/prj_bt.conf
+++ b/samples/net/zperf/prj_bt.conf
@@ -20,6 +20,7 @@ CONFIG_TEST_RANDOM_GENERATOR=y
CONFIG_SYS_LOG_SHOW_COLOR=y
CONFIG_NET_L2_BLUETOOTH=y
+CONFIG_NET_L2_BLUETOOTH_ZEP1656=y
CONFIG_NET_SHELL=y
CONFIG_NET_L2_BLUETOOTH_SHELL=y