-
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.
Default¶
y
Kconfig definition¶
At <nRF>/lib/sms/Kconfig:16
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:23
→ <Zephyr>/modules/Kconfig:6
→ <BuildDir>/kconfig/Kconfig.modules:2
→ <nRF>/Kconfig.nrf:52
→ <nRF>/lib/Kconfig:26
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.)