:orphan: .. title:: CONFIG_HAS_SEMTECH_SOFT_SE .. kconfig:: CONFIG_HAS_SEMTECH_SOFT_SE CONFIG_HAS_SEMTECH_SOFT_SE ########################## *Semtech Secure Element software implementation* *Semtech Secure Element software implementation* Type: ``bool`` Help ==== .. code-block:: none This option enables the use of Semtech's Secure Element software implementation Help ==== .. code-block:: none This option enables the use of Semtech's Secure Element software implementation Direct dependencies =================== \ :kconfig:`HAS_SEMTECH_LORAMAC ` || (\ :kconfig:`HAS_SEMTECH_LORAMAC ` && 0) *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :kconfig:`LORAWAN ` Kconfig definitions =================== At ``/loramac-node/Kconfig:33`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:33`` → ``/Kconfig:6`` → ``/kconfig/Kconfig.modules:20`` Menu path: (Top) → Modules → loramac-node (/home/runner/work/bridle/bridle/workspace/modules/lib/loramac-node) → Semtech LoRa Radio Drivers → Semtech LoRaMac Stack .. code-block:: kconfig config HAS_SEMTECH_SOFT_SE bool "Semtech Secure Element software implementation" depends on HAS_SEMTECH_LORAMAC help This option enables the use of Semtech's Secure Element software implementation ---- At ``/loramac-node/Kconfig:33`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:33`` → ``/Kconfig:74`` Menu path: (Top) → Modules → Semtech LoRa Radio Drivers → Semtech LoRaMac Stack .. code-block:: kconfig config HAS_SEMTECH_SOFT_SE bool "Semtech Secure Element software implementation" depends on HAS_SEMTECH_LORAMAC && 0 help This option enables the use of Semtech's Secure Element software implementation *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*