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