diff options
author | Frank Li <Frank.Li@freescale.com> | 2012-11-06 21:14:43 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-11-08 00:52:12 +0100 |
commit | 0f2f7a40f9ae91b9e837c3cd2cacd7f46c168eb1 (patch) | |
tree | b3e08376b08b8d6f2a834edc0efa05f00e4716a2 /drivers/net/ethernet/freescale/Kconfig | |
parent | net/at91_ether: fix comment and style issues (diff) | |
download | linux-0f2f7a40f9ae91b9e837c3cd2cacd7f46c168eb1.tar.xz linux-0f2f7a40f9ae91b9e837c3cd2cacd7f46c168eb1.zip |
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 '')
-rw-r--r-- | drivers/net/ethernet/freescale/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/ethernet/freescale/Kconfig b/drivers/net/ethernet/freescale/Kconfig index ff3be53d0169..5ba6e1cbd346 100644 --- a/drivers/net/ethernet/freescale/Kconfig +++ b/drivers/net/ethernet/freescale/Kconfig @@ -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. |