kernel: Enabling PTP clock support in kernel

Allows time synchronization.

Fixes #587

Signed-off-by: Archana Shinde <archana.m.shinde@intel.com>
This commit is contained in:
Archana Shinde 2020-08-26 13:34:49 -07:00
parent 5f2a9fad4d
commit 82efd2f267
2 changed files with 7 additions and 1 deletions

View File

@ -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

View File

@ -1 +1 @@
82
83