CONFIG_LORA_SHELL
Enable LoRa Shell
Type: bool
Help
Enable LoRa Shell for testing.
Default
y
Kconfig definition
At <Zephyr>/drivers/lora/Kconfig:23
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:42
→ <Zephyr>/drivers/Kconfig:12
Menu path: (Top) → Device Drivers → LoRa support [EXPERIMENTAL]
config LORA_SHELL
bool "Enable LoRa Shell"
default y
depends on SHELL && LORA
help
Enable LoRa Shell for testing.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)