From: Johann Wiens <[email protected]> As described in commit 04fab252f5d2ec3fe47be266f94714c3dda624bd, the fec driver was added with the intention to have it working on an i.MX8 target. But i.MX SoC specific quirks are also handled already since the driver was originally ported from the Linux kernel. It was now tested on i.MX6 and i.MX7 also (raw packet socket only).
Signed-off-by: Gunter Grau <[email protected]> --- kernel/drivers/net/drivers/Kconfig | 4 ---- 1 file changed, 4 deletions(-) diff --git a/kernel/drivers/net/drivers/Kconfig b/kernel/drivers/net/drivers/Kconfig index 3a90dd8ab..ecbad2cd0 100644 --- a/kernel/drivers/net/drivers/Kconfig +++ b/kernel/drivers/net/drivers/Kconfig @@ -101,8 +101,6 @@ config XENO_DRIVERS_NET_DRV_MACB endif -if ARM64 - config XENO_DRIVERS_NET_FEC depends on XENO_DRIVERS_NET tristate "Freescale FEC" @@ -113,8 +111,6 @@ config XENO_DRIVERS_NET_FEC For built-in 10/100 Fast ethernet controller on Freescale i.MX processors. -endif - source "drivers/xenomai/net/drivers/experimental/Kconfig" endmenu -- 2.25.1
