Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

Commit

Permalink
kernel: Enabling PTP clock support in kernel
Browse files Browse the repository at this point in the history
Allows time synchronization.

Fixes #1103

Signed-off-by: Archana Shinde <archana.m.shinde@intel.com>
(cherry picked from commit c2023a2)
  • Loading branch information
amshinde authored and fidencio committed Oct 16, 2020
1 parent 84f24ce commit 6c19fcf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions kernel/configs/fragments/x86_64/ptp.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# PTP clock support
#
# Needed for keeping the guest time in sync with the host
# provided a ptp client runs in the guest.
CONFIG_PTP_1588_CLOCK=y
CONFIG_PTP_1588_CLOCK_KVM=y
2 changes: 1 addition & 1 deletion kernel/kata_config_version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
75
76

0 comments on commit 6c19fcf

Please sign in to comment.