Merge tag 'for-5.11/drivers-2020-12-14' of git://git.kernel.dk/linux-block
[linux-2.6-microblaze.git] / drivers / ptp / Kconfig
index 942f72d..476d7c7 100644 (file)
@@ -151,4 +151,18 @@ config PTP_1588_CLOCK_VMW
          To compile this driver as a module, choose M here: the module
          will be called ptp_vmw.
 
+config PTP_1588_CLOCK_OCP
+       tristate "OpenCompute TimeCard as PTP clock"
+       depends on PTP_1588_CLOCK
+       depends on HAS_IOMEM && PCI
+       default n
+       help
+         This driver adds support for an OpenCompute time card.
+
+         The OpenCompute time card is an atomic clock along with
+         a GPS receiver that provides a Grandmaster clock source
+         for a PTP enabled network.
+
+         More information is available at http://www.timingcard.com/
+
 endmenu