CONFIG_SMS

SMS subscriber

Type: bool

Help

A library for managing SMS subscriptions.

Defaults

No defaults. Implicitly defaults to n.

Symbols selected by this symbol

Kconfig definition

At <nRF>/lib/sms/Kconfig:7

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:31<Zephyr>/modules/Kconfig:6<nRF>/doc/_build/kconfig/Kconfig.modules:2<nRF>/Kconfig.nrf:56<nRF>/lib/Kconfig:27

Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Libraries

menuconfig SMS
    bool "SMS subscriber"
    select AT_CMD_PARSER
    select AT_NOTIF
    help
      A library for managing SMS subscriptions.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)