mirror of
https://github.com/apache/nuttx.git
synced 2026-05-20 20:44:39 +08:00
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:
@@ -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).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user