Kconfig 404 B

123456789101112131415
  1. menu "IEEE 802.15.4"
  2. visible if IDF_TARGET_ESP32H2
  3. config IEEE802154_ENABLED
  4. bool
  5. default "y" if IDF_TARGET_ESP32H2
  6. config IEEE802154_LIB_FROM_INTERNAL_SRC
  7. bool "Build IEEE 802.15.4 libraries from source"
  8. depends on IEEE802154_ENABLED
  9. default n
  10. help
  11. Override the shipped lib802154.a for internal builds.
  12. endmenu # IEEE 802.15.4