zephyr/boards/shields/wnc_m14a2a/Kconfig.defconfig

34 lines
485 B
Plaintext

# Copyright (c) 2019 Linaro Limited
# SPDX-License-Identifier: Apache-2.0
if SHIELD_WNC_M14A2A
if NETWORKING
config MODEM
default y
config MODEM_SHELL
default y
config MODEM_WNCM14A2A
default y
config UART_INTERRUPT_DRIVEN
default y
# extend retry timing to 20 seconds for LTE/LTE-M
config COAP_INIT_ACK_TIMEOUT_MS
default 20000
# Hack: disable IPv6 for now
config NET_IPV6
default n
config NET_CONFIG_NEED_IPV6
default n
endif # NETWORKING
endif # SHIELD_WNC_M14A2A