arm64: Update ptp.conf to correct time sync

Given the patch has been merged in linux upstream, it's safe to enable
these two options.

Signed-off-by: Bo Liu <152475812+liubocflt@users.noreply.github.com>
This commit is contained in:
Bo Liu
2025-03-14 15:14:42 -07:00
committed by Fabiano Fidêncio
parent 37a0c81b6a
commit c7f5ff45a2
2 changed files with 3 additions and 11 deletions

View File

@@ -1,12 +1,4 @@
# PTP clock support
#
# The implementation of ptp_kvm on arm is one experimental feature,
# you need to apply private patches to enable it on your host machine.
# See https://github.com/kata-containers/packaging/pull/998 for detailed info.
#
# as ptp_kvm is under review in upstream and linux kernel in virtio-fs branch
# will change with time, we need update the patch again and again. For now, we
# disable ptp_kvm to wait for the stable kernel version of virtio-fs or ptp_kvm
# accept by upstream.
#CONFIG_PTP_1588_CLOCK=y
#CONFIG_PTP_1588_CLOCK_KVM=y
CONFIG_PTP_1588_CLOCK=y
CONFIG_PTP_1588_CLOCK_KVM=y

View File

@@ -1 +1 @@
176
171