Skip to content

Commit ec5016b

Browse files
committed
test(vmclock): enable VMClock for Aarch64 kernels
Enable CONFIG_PTP_1588_CLOCK_VMCLOCK for both 5.10 and 6.1 kernels Signed-off-by: Babis Chalios <bchalios@amazon.es>
1 parent 4afc7a7 commit ec5016b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

resources/guest_configs/microvm-kernel-ci-aarch64-5.10.config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1767,6 +1767,7 @@ CONFIG_PTP_1588_CLOCK=y
17671767
# Enable PHYLIB and NETWORK_PHY_TIMESTAMPING to see the additional clocks.
17681768
#
17691769
CONFIG_PTP_1588_CLOCK_KVM=y
1770+
CONFIG_PTP_1588_CLOCK_VMCLOCK=y
17701771
# end of PTP clock support
17711772

17721773
# CONFIG_PINCTRL is not set

resources/guest_configs/microvm-kernel-ci-aarch64-6.1.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1864,7 +1864,7 @@ CONFIG_PTP_1588_CLOCK_OPTIONAL=y
18641864
# Enable PHYLIB and NETWORK_PHY_TIMESTAMPING to see the additional clocks.
18651865
#
18661866
CONFIG_PTP_1588_CLOCK_KVM=y
1867-
# CONFIG_PTP_1588_CLOCK_VMCLOCK is not set
1867+
CONFIG_PTP_1588_CLOCK_VMCLOCK=y
18681868
# end of PTP clock support
18691869

18701870
# CONFIG_PINCTRL is not set

0 commit comments

Comments
 (0)