mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-26 15:32:30 +00: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:
parent
5f2a9fad4d
commit
82efd2f267
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
|
||||
|
Loading…
Reference in New Issue
Block a user