diff options
author | Yangbo Lu <yangbo.lu@nxp.com> | 2018-06-25 20:37:08 +0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-06-26 22:15:14 +0900 |
commit | a8f62d0c6fe533e07cd1acce7588278f9d6e7720 (patch) | |
tree | 0b531d7e111700573f22ed1cf30642f7ea486281 /drivers/ptp/Kconfig | |
parent | c4015302565c9869bfc16824096211a32ba4d416 (diff) | |
download | linux-a8f62d0c6fe533e07cd1acce7588278f9d6e7720.tar.gz linux-a8f62d0c6fe533e07cd1acce7588278f9d6e7720.tar.bz2 linux-a8f62d0c6fe533e07cd1acce7588278f9d6e7720.zip |
ptp: support DPAA FMan 1588 timer in ptp_qoriq
This patch is to support DPAA (Data Path Acceleration Architecture)
1588 timer by adding "fsl,fman-ptp-timer" compatible, sharing
interrupt with FMan, adding FSL_DPAA_ETH dependency, and fixing
up register offset.
Signed-off-by: Yangbo Lu <yangbo.lu@nxp.com>
Acked-by: Richard Cochran <richardcochran@gmail.com>
Acked-by: Madalin Bucur <madalin.bucur@nxp.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/ptp/Kconfig')
-rw-r--r-- | drivers/ptp/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ptp/Kconfig b/drivers/ptp/Kconfig index 474c988d2e95..d137c480db46 100644 --- a/drivers/ptp/Kconfig +++ b/drivers/ptp/Kconfig @@ -43,7 +43,7 @@ config PTP_1588_CLOCK_DTE config PTP_1588_CLOCK_QORIQ tristate "Freescale QorIQ 1588 timer as PTP clock" - depends on GIANFAR + depends on GIANFAR || FSL_DPAA_ETH depends on PTP_1588_CLOCK default y help |