diff options
author | Arun Parameswaran <arun.parameswaran@broadcom.com> | 2017-06-12 22:26:01 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-06-15 18:07:15 +0200 |
commit | 8a56aa107f1e812347cc1209aa674e1361375af8 (patch) | |
tree | ff69ae17b51913756ab48a76c72a6d69efe9c179 /drivers/ptp/Makefile | |
parent | dt-binding: ptp: add bindings document for dte based ptp clock (diff) | |
download | linux-8a56aa107f1e812347cc1209aa674e1361375af8.tar.xz linux-8a56aa107f1e812347cc1209aa674e1361375af8.zip |
ptp: Add a ptp clock driver for Broadcom DTE
This patch adds a ptp clock driver for the Broadcom SoCs using
the Digital timing Engine (DTE) nco.
Signed-off-by: Arun Parameswaran <arun.parameswaran@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/ptp/Makefile')
-rw-r--r-- | drivers/ptp/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/ptp/Makefile b/drivers/ptp/Makefile index 530736161a8b..d1f2fb19c980 100644 --- a/drivers/ptp/Makefile +++ b/drivers/ptp/Makefile @@ -4,6 +4,7 @@ ptp-y := ptp_clock.o ptp_chardev.o ptp_sysfs.o obj-$(CONFIG_PTP_1588_CLOCK) += ptp.o +obj-$(CONFIG_PTP_1588_CLOCK_DTE) += ptp_dte.o obj-$(CONFIG_PTP_1588_CLOCK_IXP46X) += ptp_ixp46x.o obj-$(CONFIG_PTP_1588_CLOCK_PCH) += ptp_pch.o obj-$(CONFIG_PTP_1588_CLOCK_KVM) += ptp_kvm.o |