mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-02-01 12:44:23 +01:00
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:
6
tools/packaging/kernel/configs/fragments/x86_64/ptp.conf
Normal file
6
tools/packaging/kernel/configs/fragments/x86_64/ptp.conf
Normal 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
|
||||
@@ -1 +1 @@
|
||||
82
|
||||
83
|
||||
|
||||
Reference in New Issue
Block a user