:orphan: .. title:: CONFIG_LORA_SHELL .. kconfig:: CONFIG_LORA_SHELL CONFIG_LORA_SHELL ################# *Enable LoRa Shell* Type: ``bool`` Help ==== .. code-block:: none Enable LoRa Shell for testing. Direct dependencies =================== \ :kconfig:`SHELL ` && \ :kconfig:`LORA ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== At ``/lora/Kconfig:22`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:12`` Menu path: (Top) → Device Drivers → LoRa support [EXPERIMENTAL] .. code-block:: kconfig 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.)*