:orphan: .. title:: LORA .. option:: CONFIG_LORA *LoRa support [EXPERIMENTAL]* Type: ``bool`` Help ==== Include LoRa drivers in the system configuration. Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :option:`REQUIRES_FULL_LIBC ` Kconfig definition ================== .. highlight:: kconfig At ``drivers/lora/Kconfig:9`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:12`` Menu path: (Top) → Device Drivers .. parsed-literal:: menuconfig LORA bool "LoRa support [EXPERIMENTAL]" select \ :option:`REQUIRES_FULL_LIBC ` help Include LoRa drivers in the system configuration. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*