mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
15 lines
347 B
Plaintext
15 lines
347 B
Plaintext
menu "IEEE 802.15.4"
|
|
visible if SOC_IEEE802154_SUPPORTED
|
|
|
|
config IEEE802154_ENABLED
|
|
bool
|
|
default "y" if SOC_IEEE802154_SUPPORTED
|
|
|
|
config IEEE802154_RX_BUFFER_SIZE
|
|
int "The number of 802.15.4 receive buffers"
|
|
depends on IEEE802154_ENABLED
|
|
default 20
|
|
range 2 100
|
|
|
|
endmenu # IEEE 802.15.4
|