This is an automated email from the ASF dual-hosted git repository.
simbit18 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
The following commit(s) were added to refs/heads/master by this push:
new d53cd33bf5d arch/arm/src/samv7/Kconfig: fix incorrect SAMV7_EMAC0_RMII
dependency
d53cd33bf5d is described below
commit d53cd33bf5d7114abd6e3719b689590ef4158c75
Author: Michal Lenc <[email protected]>
AuthorDate: Mon Jan 12 10:18:45 2026 +0100
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 <[email protected]>
---
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 257096a71a3..3a3c6f6500d 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).