:orphan: .. title:: CONFIG_ESP32_UNIVERSAL_MAC_ADDRESSES_TWO .. kconfig:: CONFIG_ESP32_UNIVERSAL_MAC_ADDRESSES_TWO CONFIG_ESP32_UNIVERSAL_MAC_ADDRESSES_TWO ######################################## *Two* *Two* Type: ``bool`` Direct dependencies =================== \ :ref:` ` || \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Symbols selected by this symbol =============================== - \ :kconfig:`ESP_MAC_ADDR_UNIVERSE_WIFI_STA ` - \ :kconfig:`ESP_MAC_ADDR_UNIVERSE_BT ` - \ :kconfig:`ESP_MAC_ADDR_UNIVERSE_WIFI_STA ` - \ :kconfig:`ESP_MAC_ADDR_UNIVERSE_BT ` Kconfig definitions =================== At ``/xtensa/esp32/Kconfig.soc:218`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:38`` → ``/Kconfig:7`` → ``/kconfig/Kconfig.soc:1`` Menu path: (Top) → SoC/CPU/Configuration Selection → ESP32 → Number of universally administered (by IEEE) MAC address .. code-block:: kconfig config ESP32_UNIVERSAL_MAC_ADDRESSES_TWO bool "Two" select ESP_MAC_ADDR_UNIVERSE_WIFI_STA select ESP_MAC_ADDR_UNIVERSE_BT depends on ---- At ``/xtensa/esp32/Kconfig.soc:218`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:38`` → ``/Kconfig:9`` Menu path: (Top) → SoC/CPU/Configuration Selection → ESP32 → Number of universally administered (by IEEE) MAC address .. code-block:: kconfig config ESP32_UNIVERSAL_MAC_ADDRESSES_TWO bool "Two" select ESP_MAC_ADDR_UNIVERSE_WIFI_STA select ESP_MAC_ADDR_UNIVERSE_BT depends on *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*