The latest development version of this page may be more current than this released 2.7.5 version.

CONFIG_LORA_SHELL

Enable LoRa Shell

Type: bool

Help

Enable LoRa Shell for testing.

Direct dependencies

SHELL && LORA

(Includes any dependencies from ifs and menus.)

Default

  • y

Kconfig definition

At drivers/lora/Kconfig:22

Included via Kconfig:8Kconfig.zephyr:42drivers/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.)