:orphan: .. title:: ETH_SAM_GMAC .. option:: CONFIG_ETH_SAM_GMAC *Atmel SAM Ethernet driver* Type: ``bool`` Help ==== Enable Atmel SAM MCU Family Ethernet driver. Direct dependencies =================== (\ :option:`NETWORKING ` && \ :option:`BOARD_SAM_E70_XPLAINED `) || (\ :option:`SOC_FAMILY_SAM ` && \ :option:`NET_L2_ETHERNET `) *(Includes any dependencies from if's and menus.)* Defaults ======== - "y" if \ :option:`NET_L2_ETHERNET ` && \ :option:`NETWORKING ` && \ :option:`BOARD_SAM_E70_XPLAINED ` Symbols selected by this symbol =============================== - \ :option:`NOCACHE_MEMORY ` if \ :option:`SOC_FAMILY_SAM ` && \ :option:`NET_L2_ETHERNET ` Kconfig definitions =================== .. highlight:: kconfig At ``boards/arm/sam_e70_xplained/Kconfig.defconfig:64`` Included via ``Kconfig:10`` → ``Kconfig.zephyr:21`` Menu path: (top menu) .. parsed-literal:: config ETH_SAM_GMAC bool default "y" if \ :option:`NET_L2_ETHERNET ` && \ :option:`NETWORKING ` && \ :option:`BOARD_SAM_E70_XPLAINED ` depends on \ :option:`NETWORKING ` && \ :option:`BOARD_SAM_E70_XPLAINED ` ---- At ``drivers/ethernet/Kconfig.sam_gmac:7`` Included via ``Kconfig:10`` → ``Kconfig.zephyr:35`` → ``drivers/Kconfig:18`` → ``drivers/ethernet/Kconfig:31`` Menu path: (top menu) → Device Drivers → Ethernet Drivers .. parsed-literal:: menuconfig ETH_SAM_GMAC bool prompt "Atmel SAM Ethernet driver" if \ :option:`SOC_FAMILY_SAM ` && \ :option:`NET_L2_ETHERNET ` select \ :option:`NOCACHE_MEMORY ` if \ :option:`SOC_FAMILY_SAM ` && \ :option:`NET_L2_ETHERNET ` depends on \ :option:`SOC_FAMILY_SAM ` && \ :option:`NET_L2_ETHERNET ` help Enable Atmel SAM MCU Family Ethernet driver. *(Definitions include propagated dependencies, including from if's and menus.)*