esp-idf/components/esp_hw_support/port/esp32p4/Kconfig.mac
Ondrej Kosta ce388a4111 feat(esp_eth): Added support of internal EMAC for ESP32P4
Refactored internal EMAC DMA access.

Added MPLL acquire to manage access to the MPLL by multiple periphs.
2024-01-16 14:29:25 +01:00

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