net: samples: Remove CONFIG_NET_L2_BT_ZEP1656
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>
diff --git a/samples/net/coap_client/prj_bt.conf b/samples/net/coap_client/prj_bt.conf
index 72e81a0..9bcb5d6 100644
--- a/samples/net/coap_client/prj_bt.conf
+++ b/samples/net/coap_client/prj_bt.conf
@@ -8,7 +8,6 @@
CONFIG_TEST_RANDOM_GENERATOR=y
CONFIG_COAP=y
CONFIG_NET_L2_BT=y
-CONFIG_NET_L2_BT_ZEP1656=y
CONFIG_NET_DEBUG_L2_BT=y
CONFIG_INIT_STACKS=y
CONFIG_NET_MGMT=y
diff --git a/samples/net/coap_server/prj_bt.conf b/samples/net/coap_server/prj_bt.conf
index 8a7858a..0a21416 100644
--- a/samples/net/coap_server/prj_bt.conf
+++ b/samples/net/coap_server/prj_bt.conf
@@ -10,7 +10,6 @@
CONFIG_NET_LOG=y
CONFIG_NET_UDP=y
CONFIG_NET_L2_BT=y
-CONFIG_NET_L2_BT_ZEP1656=y
CONFIG_NET_DEBUG_L2_BT=y
CONFIG_NET_APP_BT_NODE=y
CONFIG_SYS_LOG=y
diff --git a/samples/net/echo_server/prj_bt.conf b/samples/net/echo_server/prj_bt.conf
index 9d35151..032b5f3 100644
--- a/samples/net/echo_server/prj_bt.conf
+++ b/samples/net/echo_server/prj_bt.conf
@@ -13,7 +13,6 @@
CONFIG_TEST_RANDOM_GENERATOR=y
CONFIG_NET_LOG=y
CONFIG_NET_L2_BT=y
-CONFIG_NET_L2_BT_ZEP1656=y
CONFIG_NET_DEBUG_L2_BT=y
CONFIG_SYS_LOG_SHOW_COLOR=y
CONFIG_INIT_STACKS=y
diff --git a/samples/net/http_client/prj_bt.conf b/samples/net/http_client/prj_bt.conf
index 1bed52d..5cf4aff 100644
--- a/samples/net/http_client/prj_bt.conf
+++ b/samples/net/http_client/prj_bt.conf
@@ -58,6 +58,5 @@
CONFIG_BT_L2CAP_DYNAMIC_CHANNEL=y
CONFIG_BT_DEVICE_NAME="Test Http_Client"
CONFIG_NET_L2_BT=y
-CONFIG_NET_L2_BT_ZEP1656=y
CONFIG_NET_DEBUG_L2_BT=y
diff --git a/samples/net/http_server/prj_bt.conf b/samples/net/http_server/prj_bt.conf
index 7db1cd8..8f8f259 100644
--- a/samples/net/http_server/prj_bt.conf
+++ b/samples/net/http_server/prj_bt.conf
@@ -49,6 +49,5 @@
CONFIG_NET_UDP=y
CONFIG_TEST_RANDOM_GENERATOR=y
CONFIG_NET_L2_BT=y
-CONFIG_NET_L2_BT_ZEP1656=y
CONFIG_NET_DEBUG_L2_BT=y
CONFIG_NET_STATISTICS=y
diff --git a/samples/net/zperf/prj_bt.conf b/samples/net/zperf/prj_bt.conf
index 1861843..a702bae 100644
--- a/samples/net/zperf/prj_bt.conf
+++ b/samples/net/zperf/prj_bt.conf
@@ -21,7 +21,6 @@
CONFIG_SYS_LOG_SHOW_COLOR=y
CONFIG_NET_L2_BT=y
-CONFIG_NET_L2_BT_ZEP1656=y
CONFIG_NET_SHELL=y
CONFIG_NET_L2_BT_SHELL=y