The latest development version of this page may be more current than this released 2.7.5 version.

CONFIG_ESP32_UNIVERSAL_MAC_ADDRESSES_FOUR

Four

Type: bool

Direct dependencies

<choice ESP32_UNIVERSAL_MAC_ADDRESSES: Number of universally administered (by IEEE) MAC address>

(Includes any dependencies from ifs and menus.)

Symbols selected by this symbol

Kconfig definition

At soc/xtensa/esp32/Kconfig.soc:223

Included via Kconfig:8Kconfig.zephyr:38soc/Kconfig:9

Menu path: (Top) → SoC/CPU/Configuration Selection → ESP32 → Number of universally administered (by IEEE) MAC address

config ESP32_UNIVERSAL_MAC_ADDRESSES_FOUR
    bool "Four"
    select ESP_MAC_ADDR_UNIVERSE_WIFI_STA
    select ESP_MAC_ADDR_UNIVERSE_WIFI_AP
    select ESP_MAC_ADDR_UNIVERSE_BT
    select ESP_MAC_ADDR_UNIVERSE_ETH
    depends on <choice ESP32_UNIVERSAL_MAC_ADDRESSES>

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)