arch/arm/src/samv7/Kconfig: fix incorrect SAMV7_EMAC0_RMII dependency

SAMV7_EMAC0_RMII should not depend on ARCH_CHIP_SAM4E as this is
a completely different chip. This is likely a relict from copying
the code base.

Signed-off-by: Michal Lenc <michallenc@seznam.cz>
This commit is contained in:
Michal Lenc
2026-01-12 10:18:45 +01:00
committed by simbit18
parent ebd4173a95
commit d53cd33bf5
-1
View File
@@ -3258,7 +3258,6 @@ config SAMV7_EMAC0_MII
config SAMV7_EMAC0_RMII
bool "RMII"
depends on !ARCH_CHIP_SAM4E
---help---
Support Ethernet RMII interface (vs MII).