Skip to content

Commit

Permalink
net: fec: default select FEC_PTP at mx6 platform
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Frank Li authored and David S. Miller committed Nov 7, 2012
1 parent 50b5ca1 commit 0f2f7a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/net/ethernet/freescale/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 0f2f7a4

Please sign in to comment.