From 78cffff195d3c6215d144f0032f2775bf0073ac7 Mon Sep 17 00:00:00 2001 From: Adrian Gielniewski Date: Wed, 19 Feb 2025 23:15:26 +0100 Subject: [PATCH] [nrf toup][Zephyr] Remove deprecated config Signed-off-by: Adrian Gielniewski --- config/zephyr/chip-module/Kconfig.defaults | 5 ----- src/test_driver/nrfconnect/prj.conf | 1 - 2 files changed, 6 deletions(-) diff --git a/config/zephyr/chip-module/Kconfig.defaults b/config/zephyr/chip-module/Kconfig.defaults index f092de983e..b48171a20c 100644 --- a/config/zephyr/chip-module/Kconfig.defaults +++ b/config/zephyr/chip-module/Kconfig.defaults @@ -47,11 +47,6 @@ config HWINFO bool default y -# Generic networking options -config NET_SOCKETS_POSIX_NAMES - bool - default n - # Application stack size config MAIN_STACK_SIZE int diff --git a/src/test_driver/nrfconnect/prj.conf b/src/test_driver/nrfconnect/prj.conf index a3afbbcd89..48d43fd75f 100644 --- a/src/test_driver/nrfconnect/prj.conf +++ b/src/test_driver/nrfconnect/prj.conf @@ -22,7 +22,6 @@ CONFIG_LOG=y CONFIG_LOG_MODE_IMMEDIATE=y # Zephyr networking configuration -CONFIG_NET_SOCKETS_POSIX_NAMES=n CONFIG_NET_IPV4=y CONFIG_ETH_NATIVE_POSIX=y CONFIG_NET_PKT_RX_COUNT=16