drivers: ethernet: sam_gmac: Add SOC_FAMILY_SAM0 dependency

The Atmel GMAC Ethernet driver may be used by both the SAM series
(e.g. SAM E70) and SAM0 series (e.g. SAM E54) SoCs.

Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
This commit is contained in:
Stephanos Ioannidis 2020-07-02 14:29:15 +09:00 committed by Anas Nashif
commit 75502d54b6

View file

@ -5,7 +5,7 @@
menuconfig ETH_SAM_GMAC
bool "Atmel SAM Ethernet driver"
depends on SOC_FAMILY_SAM
depends on SOC_FAMILY_SAM0 || SOC_FAMILY_SAM
select NOCACHE_MEMORY if ARCH_HAS_NOCACHE_MEMORY_SUPPORT
help
Enable Atmel SAM MCU Family Ethernet driver.