:orphan: .. title:: LORA_SHELL .. option:: CONFIG_LORA_SHELL *Enable LoRa Shell* Type: ``bool`` Help ==== Enable LoRa Shell for testing. Direct dependencies =================== \ :option:`SHELL ` && \ :option:`LORA ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== .. highlight:: kconfig At ``drivers/lora/Kconfig:21`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:12`` Menu path: (Top) → Device Drivers → LoRa support [EXPERIMENTAL] .. parsed-literal:: config LORA_SHELL bool "Enable LoRa Shell" default y depends on \ :option:`SHELL ` && \ :option:`LORA ` help Enable LoRa Shell for testing. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*