diff options
Diffstat (limited to 'drivers/net/ethernet/freescale')
-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 ff3be53d016..5ba6e1cbd34 100644 --- a/drivers/net/ethernet/freescale/Kconfig +++ b/drivers/net/ethernet/freescale/Kconfig | |||
@@ -94,9 +94,9 @@ config GIANFAR | |||
94 | 94 | ||
95 | config FEC_PTP | 95 | config 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. |