nuttx/drivers/modem/Kconfig
Alin Jerpelea 07f9154e5b Merged in alinjerpelea/nuttx (pull request #1056)
boards: cxd56xx: add board support for LTE modem and modem driver

* drivers: modem: add altair modem driver

    Add modem driver for the altair modem

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* boards: cxd56xx: add board support for LTE modem

    Add the Altair LTE modem support on the Spresense board

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* boards: cxd56xx: spresense: add LTE defconfig

    Add the Altair LTE modem defconfig for spresense board

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

Approved-by: Gregory Nutt <gnutt@nuttx.org>
2019-10-21 14:14:33 +00:00

23 lines
572 B
Plaintext

#
# For a description of the syntax of this configuration file,
# see the file kconfig-language.txt in the NuttX tools repository.
#
config MODEM_U_BLOX
bool "Enable u-blox modem driver"
default n
---help---
Compile the u-blox serial modem driver. The driver consists of
the upper half in the OS and the lower half with implementation
in the chosen board.
config MODEM_U_BLOX_DEBUG
bool "Debug u-blox modem driver"
default n
depends on MODEM_U_BLOX
---help---
Allow the u-blox modem driver print debug information.
source "drivers/modem/altair/Kconfig"