Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0f2f7a40 authored by Frank Li's avatar Frank Li Committed by David S. Miller
Browse files

net: fec: default select FEC_PTP at mx6 platform



Remove PPS.
Limit FEC_PTP option for i.MX chip only.
FEC_PTP default is on at mx6 platform.

Signed-off-by: default avatarFrank Li <Frank.Li@freescale.com>
Acked-by: default avatarRichard Cochran <richardcochran@gmail.com>
Acked-by: default avatarBen Hutchings <bhutchings@solarflare.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 50b5ca16
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -94,9 +94,9 @@ config GIANFAR

config FEC_PTP
	bool "PTP Hardware Clock (PHC)"
	depends on FEC
	select PPS
	depends on FEC && ARCH_MXC
	select PTP_1588_CLOCK
	default y if SOC_IMX6Q
	--help---
	  Say Y here if you want to use PTP Hardware Clock (PHC) in the
	  driver.  Only the basic clock operations have been implemented.