diff options
Diffstat (limited to 'drivers/net/ethernet/freescale/Kconfig')
-rw-r--r-- | drivers/net/ethernet/freescale/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/net/ethernet/freescale/Kconfig b/drivers/net/ethernet/freescale/Kconfig index feff51664dcf..ff3be53d0169 100644 --- a/drivers/net/ethernet/freescale/Kconfig +++ b/drivers/net/ethernet/freescale/Kconfig | |||
@@ -92,4 +92,13 @@ config GIANFAR | |||
92 | This driver supports the Gigabit TSEC on the MPC83xx, MPC85xx, | 92 | This driver supports the Gigabit TSEC on the MPC83xx, MPC85xx, |
93 | and MPC86xx family of chips, and the FEC on the 8540. | 93 | and MPC86xx family of chips, and the FEC on the 8540. |
94 | 94 | ||
95 | config FEC_PTP | ||
96 | bool "PTP Hardware Clock (PHC)" | ||
97 | depends on FEC | ||
98 | select PPS | ||
99 | select PTP_1588_CLOCK | ||
100 | --help--- | ||
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. | ||
103 | |||
95 | endif # NET_VENDOR_FREESCALE | 104 | endif # NET_VENDOR_FREESCALE |