:orphan: .. title:: ETH_GECKO_MAC4 .. option:: CONFIG_ETH_GECKO_MAC4 *MAC Address Byte 4* Type: ``hex`` Direct dependencies =================== \ :option:`ETH_GECKO_MAC_MANUAL ` && \ :option:`ETH_GECKO ` && \ :option:`NET_L2_ETHERNET ` *(Includes any dependencies from ifs and menus.)* Default ======= - 0 Kconfig definition ================== .. highlight:: kconfig At ``drivers/ethernet/Kconfig.gecko:76`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:40`` → ``drivers/Kconfig:16`` → ``drivers/ethernet/Kconfig:34`` Menu path: (Top) → Device Drivers → Ethernet Drivers → SiLabs Gecko Ethernet driver .. parsed-literal:: config ETH_GECKO_MAC4 hex "MAC Address Byte 4" range 0 0xff default 0 depends on \ :option:`ETH_GECKO_MAC_MANUAL ` && \ :option:`ETH_GECKO ` && \ :option:`NET_L2_ETHERNET ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*