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:
parent
4b66aae3d3
commit
75502d54b6
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue