mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
9 lines
167 B
Plaintext
9 lines
167 B
Plaintext
menu "IEEE 802.15.4"
|
|
visible if IDF_TARGET_ESP32H4
|
|
|
|
config IEEE802154_ENABLED
|
|
bool
|
|
default "y" if IDF_TARGET_ESP32H4
|
|
|
|
endmenu # IEEE 802.15.4
|