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: Frank Li <Frank.Li@freescale.com> Acked-by: Richard Cochran <richardcochran@gmail.com> Acked-by: Ben Hutchings <bhutchings@solarflare.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
50b5ca168a
commit
0f2f7a40f9
|
@ -94,9 +94,9 @@ config GIANFAR
|
||||||
|
|
||||||
config FEC_PTP
|
config FEC_PTP
|
||||||
bool "PTP Hardware Clock (PHC)"
|
bool "PTP Hardware Clock (PHC)"
|
||||||
depends on FEC
|
depends on FEC && ARCH_MXC
|
||||||
select PPS
|
|
||||||
select PTP_1588_CLOCK
|
select PTP_1588_CLOCK
|
||||||
|
default y if SOC_IMX6Q
|
||||||
--help---
|
--help---
|
||||||
Say Y here if you want to use PTP Hardware Clock (PHC) in the
|
Say Y here if you want to use PTP Hardware Clock (PHC) in the
|
||||||
driver. Only the basic clock operations have been implemented.
|
driver. Only the basic clock operations have been implemented.
|
||||||
|
|
Loading…
Reference in New Issue