mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
ce388a4111
Refactored internal EMAC DMA access. Added MPLL acquire to manage access to the MPLL by multiple periphs.
16 lines
456 B
Plaintext
16 lines
456 B
Plaintext
choice ESP32P4_UNIVERSAL_MAC_ADDRESSES
|
|
bool "Number of universally administered (by IEEE) MAC address"
|
|
default ESP32P4_UNIVERSAL_MAC_ADDRESSES_TWO
|
|
help
|
|
TODO IDF-8949
|
|
|
|
config ESP32P4_UNIVERSAL_MAC_ADDRESSES_TWO
|
|
bool "Two"
|
|
select ESP_MAC_UNIVERSAL_MAC_ADDRESSES_TWO
|
|
select ESP_MAC_ADDR_UNIVERSE_ETH
|
|
endchoice
|
|
|
|
config ESP32P4_UNIVERSAL_MAC_ADDRESSES
|
|
int
|
|
default 2 if ESP32P4_UNIVERSAL_MAC_ADDRESSES_TWO
|