aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/freescale
diff options
context:
space:
mode:
authorFrank Li <Frank.Li@freescale.com>2012-11-06 15:14:43 -0500
committerDavid S. Miller <davem@davemloft.net>2012-11-07 18:52:12 -0500
commit0f2f7a40f9ae91b9e837c3cd2cacd7f46c168eb1 (patch)
treeb3e08376b08b8d6f2a834edc0efa05f00e4716a2 /drivers/net/ethernet/freescale
parent50b5ca168a86de65551b46db3597b326f3e6225a (diff)
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>
Diffstat (limited to 'drivers/net/ethernet/freescale')
-rw-r--r--drivers/net/ethernet/freescale/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/ethernet/freescale/Kconfig b/drivers/net/ethernet/freescale/Kconfig
index ff3be53d016..5ba6e1cbd34 100644
--- a/drivers/net/ethernet/freescale/Kconfig
+++ b/drivers/net/ethernet/freescale/Kconfig
@@ -94,9 +94,9 @@ config GIANFAR
94 94
95config FEC_PTP 95config FEC_PTP
96 bool "PTP Hardware Clock (PHC)" 96 bool "PTP Hardware Clock (PHC)"
97 depends on FEC 97 depends on FEC && ARCH_MXC
98 select PPS
99 select PTP_1588_CLOCK 98 select PTP_1588_CLOCK
99 default y if SOC_IMX6Q
100 --help--- 100 --help---
101 Say Y here if you want to use PTP Hardware Clock (PHC) in the 101 Say Y here if you want to use PTP Hardware Clock (PHC) in the
102 driver. Only the basic clock operations have been implemented. 102 driver. Only the basic clock operations have been implemented.