summaryrefslogtreecommitdiffstats
path: root/drivers/ptp/Kconfig
diff options
context:
space:
mode:
authorVadim Fedorenko <vadim.fedorenko@linux.dev>2023-09-13 21:49:42 +0100
committerDavid S. Miller <davem@davemloft.net>2023-09-17 11:50:20 +0100
commit09eeb3aecc6c74c9a911396f9ab46b1a41fcd7b8 (patch)
tree802ef9d4c5544b07a63fab0b35991df008e20309 /drivers/ptp/Kconfig
parentd7999f5ea64bb10d2857b8cbfe973be373bac7c9 (diff)
downloadlinux-stable-09eeb3aecc6c74c9a911396f9ab46b1a41fcd7b8.tar.gz
linux-stable-09eeb3aecc6c74c9a911396f9ab46b1a41fcd7b8.tar.bz2
linux-stable-09eeb3aecc6c74c9a911396f9ab46b1a41fcd7b8.zip
ptp_ocp: implement DPLL ops
Implement basic DPLL operations in ptp_ocp driver as the simplest example of using new subsystem. Signed-off-by: Vadim Fedorenko <vadim.fedorenko@linux.dev> Signed-off-by: Arkadiusz Kubalewski <arkadiusz.kubalewski@intel.com> Signed-off-by: Jiri Pirko <jiri@nvidia.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/ptp/Kconfig')
-rw-r--r--drivers/ptp/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/ptp/Kconfig b/drivers/ptp/Kconfig
index ed9d97a032f1..5dd5f188e14f 100644
--- a/drivers/ptp/Kconfig
+++ b/drivers/ptp/Kconfig
@@ -188,6 +188,7 @@ config PTP_1588_CLOCK_OCP
depends on COMMON_CLK
select NET_DEVLINK
select CRC16
+ select DPLL
help
This driver adds support for an OpenCompute time card.