zephyr/samples/net/common/Kconfig
Ryan Erickson b91c7418f1 samples: net: http_get: add support for hl7800 modem
Add overlay and small adjustments for using the hl7800 modem.
Works out of the box with pinnacle_100_dvk and mg100.

Signed-off-by: Ryan Erickson <ryan.erickson@ezurio.com>
2025-01-20 11:15:57 +01:00

12 lines
359 B
Text

#
# Copyright (c) 2025 Ezurio
#
# SPDX-License-Identifier: Apache-2.0
#
config NET_SAMPLE_COMMON_WAIT_DNS_SERVER_ADDITION
bool "Wait DNS server addition before considering connection to be up"
depends on MODEM_HL7800 && !DNS_SERVER_IP_ADDRESSES
help
Make sure we get DNS server addresses from the network
before considering the connection to be up.