blob: bf8e37f469b26c8e11c751ad0b1efb47b9bc6f50 [file]
# SPDX-License-Identifier: Apache-2.0
# Copyright (c) 2025 Jorge Ramirez-Ortiz <jorge.ramirez@oss.qualcomm.com>
# General config
CONFIG_LOG=y
CONFIG_GPIO=y
# Networking config
CONFIG_NETWORKING=y
CONFIG_NET_DHCPV4=y
CONFIG_NET_IPV4=y
CONFIG_NET_LOG=y
CONFIG_NET_TCP=y
# Latmon config
CONFIG_NET_LATMON=y
CONFIG_LATMON_LOG_LEVEL_DBG=y
# Heap for Latmon
CONFIG_HEAP_MEM_POOL_SIZE=8192