CONFIG_SMS_AT_CMD

(No prompt – not directly user assignable.)

Type: bool

Help

Use the AT Command library with SMS subscriber library. This is
separated here from other dependencies to allow disabling of
AT Command library in tests for mocking purposes.

Direct dependencies

SMS

(Includes any dependencies from ifs and menus.)

Default

  • y

Symbols selected by this symbol

Kconfig definition

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

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 → SMS subscriber

config SMS_AT_CMD
    bool
    default y
    select AT_CMD
    depends on SMS
    help
      Use the AT Command library with SMS subscriber library. This is
      separated here from other dependencies to allow disabling of
      AT Command library in tests for mocking purposes.

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