summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--samples/net/dns_client/prj_qemu_x86.conf2
-rw-r--r--samples/net/mbedtls_dtlsclient/prj_qemu_x86.conf2
-rw-r--r--samples/net/mbedtls_dtlsserver/prj_qemu_x86.conf2
3 files changed, 3 insertions, 3 deletions
diff --git a/samples/net/dns_client/prj_qemu_x86.conf b/samples/net/dns_client/prj_qemu_x86.conf
index f2f8e5721..96d98816e 100644
--- a/samples/net/dns_client/prj_qemu_x86.conf
+++ b/samples/net/dns_client/prj_qemu_x86.conf
@@ -4,7 +4,7 @@ CONFIG_NET_UDP=y
CONFIG_RANDOM_GENERATOR=y
CONFIG_TEST_RANDOM_GENERATOR=y
CONFIG_NET_LOG=y
-CONFIG_SLIP_TAP=y
+CONFIG_NET_SLIP_TAP=y
CONFIG_INIT_STACKS=y
CONFIG_NET_NBUF_RX_COUNT=16
CONFIG_NET_NBUF_TX_COUNT=16
diff --git a/samples/net/mbedtls_dtlsclient/prj_qemu_x86.conf b/samples/net/mbedtls_dtlsclient/prj_qemu_x86.conf
index fcdb263b9..cb693a032 100644
--- a/samples/net/mbedtls_dtlsclient/prj_qemu_x86.conf
+++ b/samples/net/mbedtls_dtlsclient/prj_qemu_x86.conf
@@ -3,7 +3,7 @@ CONFIG_NET_IPV6=n
CONFIG_NET_IPV4=y
CONFIG_NET_UDP=y
CONFIG_NET_LOG=y
-CONFIG_SLIP_TAP=y
+CONFIG_NET_SLIP_TAP=y
CONFIG_SYS_LOG=y
CONFIG_SYS_LOG_SHOW_COLOR=y
diff --git a/samples/net/mbedtls_dtlsserver/prj_qemu_x86.conf b/samples/net/mbedtls_dtlsserver/prj_qemu_x86.conf
index 29bf043d5..fe66476d7 100644
--- a/samples/net/mbedtls_dtlsserver/prj_qemu_x86.conf
+++ b/samples/net/mbedtls_dtlsserver/prj_qemu_x86.conf
@@ -4,7 +4,7 @@ CONFIG_NET_IPV4=y
CONFIG_NET_UDP=y
CONFIG_NET_LOG=y
CONFIG_NET_SLIP=y
-CONFIG_SLIP_TAP=y
+CONFIG_NET_SLIP_TAP=y
CONFIG_SYS_LOG=y
CONFIG_SYS_LOG_SHOW_COLOR=y