Skip to content
Permalink
Browse files
OSE TGPIO driver
  • Loading branch information
christopher-s-hall authored and nanli2x committed Nov 1, 2021
1 parent ba88170 commit c9103da26a3efbbd443b37671f2e19a5e1ac9c14
Show file tree
Hide file tree
Showing 3 changed files with 589 additions and 0 deletions.
@@ -106,6 +106,14 @@ config PTP_1588_CLOCK_PCH
To compile this driver as a module, choose M here: the module
will be called ptp_pch.

config PTP_INTEL_TGPIO
tristate "Intel Timed GPIO"
depends on X86
depends on PCI
imply PTP_1588_CLOCK
help
This driver asdds support for Intel Timed GPIO

config PTP_INTEL_PMC_TGPIO
tristate "Intel PMC Timed GPIO"
depends on X86
@@ -16,3 +16,4 @@ obj-$(CONFIG_PTP_1588_CLOCK_IDTCM) += ptp_clockmatrix.o
obj-$(CONFIG_PTP_1588_CLOCK_IDT82P33) += ptp_idt82p33.o
obj-$(CONFIG_PTP_1588_CLOCK_VMW) += ptp_vmw.o
obj-$(CONFIG_PTP_INTEL_PMC_TGPIO) += ptp-intel-pmc-tgpio.o
obj-$(CONFIG_PTP_INTEL_TGPIO) += ptp-intel-tgpio.o

0 comments on commit c9103da

Please sign in to comment.