CONFIG_HAS_SEMTECH_SOFT_SE¶
Semtech Secure Element software implementation
Type: bool
Help¶
This option enables the use of Semtech's Secure Element
software implementation
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At modules/loramac-node/Kconfig:33
Included via Kconfig:8
→ Kconfig.zephyr:33
→ modules/Kconfig:80
Menu path: (Top) → Modules → Semtech LoRa Radio Drivers → Semtech LoRaMac Stack
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.)