Kconfig 841 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. #
  2. # Copyright (c) 2019 Manivannan Sadhasivam
  3. #
  4. # SPDX-License-Identifier: Apache-2.0
  5. #
  6. config ZEPHYR_LORAMAC_NODE_MODULE
  7. bool
  8. config HAS_SEMTECH_RADIO_DRIVERS
  9. bool "Semtech LoRa Radio Drivers"
  10. help
  11. This option enables the use of Semtech's Radio drivers
  12. config HAS_SEMTECH_SX1272
  13. bool
  14. depends on HAS_SEMTECH_RADIO_DRIVERS
  15. config HAS_SEMTECH_SX1276
  16. bool
  17. depends on HAS_SEMTECH_RADIO_DRIVERS
  18. config HAS_SEMTECH_SX126X
  19. bool
  20. depends on HAS_SEMTECH_RADIO_DRIVERS
  21. config HAS_SEMTECH_LORAMAC
  22. bool "Semtech LoRaMac Stack"
  23. depends on HAS_SEMTECH_RADIO_DRIVERS
  24. help
  25. This option enables the use of Semtech's LoRaMac stack
  26. config HAS_SEMTECH_SOFT_SE
  27. bool "Semtech Secure Element software implementation"
  28. depends on HAS_SEMTECH_LORAMAC
  29. help
  30. This option enables the use of Semtech's Secure Element
  31. software implementation