diff --git a/tools/packaging/kernel/configs/fragments/arm64/ptp.conf b/tools/packaging/kernel/configs/fragments/arm64/ptp.conf index 2685bd8a13..03209de136 100644 --- a/tools/packaging/kernel/configs/fragments/arm64/ptp.conf +++ b/tools/packaging/kernel/configs/fragments/arm64/ptp.conf @@ -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 diff --git a/tools/packaging/kernel/kata_config_version b/tools/packaging/kernel/kata_config_version index 1057e9a273..b34c321e9c 100644 --- a/tools/packaging/kernel/kata_config_version +++ b/tools/packaging/kernel/kata_config_version @@ -1 +1 @@ -176 +171