Merge tag 'asoc-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound...
[linux-2.6-microblaze.git] / drivers / ptp / Kconfig
index bdce332..384f661 100644 (file)
@@ -90,4 +90,16 @@ config PTP_1588_CLOCK_PCH
          To compile this driver as a module, choose M here: the module
          will be called ptp_pch.
 
+config PTP_1588_CLOCK_KVM
+       tristate "KVM virtual PTP clock"
+       depends on PTP_1588_CLOCK
+       depends on KVM_GUEST && X86
+       default y
+       help
+         This driver adds support for using kvm infrastructure as a PTP
+         clock. This clock is only useful if you are using KVM guests.
+
+         To compile this driver as a module, choose M here: the module
+         will be called ptp_kvm.
+
 endmenu