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>
12 lines
359 B
Text
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.
|