CONFIG_ESP32_UNIVERSAL_MAC_ADDRESSES¶
(No prompt – not directly user assignable.)
Type: int
Direct dependencies¶
SOC_ESP32
&& <choice: SoC/CPU/Configuration Selection>
(Includes any dependencies from ifs and menus.)
Defaults¶
Kconfig definition¶
At soc/xtensa/esp32/Kconfig.soc:244
Included via Kconfig:8
→ Kconfig.zephyr:38
→ soc/Kconfig:9
Menu path: (Top) → SoC/CPU/Configuration Selection → ESP32
config ESP32_UNIVERSAL_MAC_ADDRESSES
int
default 2 if ESP32_UNIVERSAL_MAC_ADDRESSES_TWO
default 4 if ESP32_UNIVERSAL_MAC_ADDRESSES_FOUR
depends on SOC_ESP32 && <choice>
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)