From f1a54a32909027a245880256fdfba74984af3fe3 Mon Sep 17 00:00:00 2001 From: Michal Lenc Date: Mon, 12 Jan 2026 10:18:45 +0100 Subject: [PATCH] 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 --- arch/arm/src/samv7/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm/src/samv7/Kconfig b/arch/arm/src/samv7/Kconfig index 257096a71a334..3a3c6f6500d24 100644 --- a/arch/arm/src/samv7/Kconfig +++ b/arch/arm/src/samv7/Kconfig @@ -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).