x86: Add virtualization time sync support
authorHauke Mehrtens <hauke@hauke-m.de>
Sun, 13 Aug 2023 21:02:03 +0000 (23:02 +0200)
committerHauke Mehrtens <hauke@hauke-m.de>
Tue, 15 Aug 2023 15:19:05 +0000 (17:19 +0200)
commitdd30399caefbb5418653f693e9af871741b4d03d
tree5059dbdfcc0bcf91c37e05f228e398e743509183
parentf28a2a50946d67d2bab8e96abc29169b0241ff93
x86: Add virtualization time sync support

This compiles the CONFIG_PTP_1588_CLOCK support into the kernel binary
and activates the drivers for KVM and VMware which allow syncing the
host time with the VM when OpenWrt is running in a VM. With this change
the CONFIG_HYPERV_UTILS driver is now build into the kernel, because it
depends on the PTP framework being compiled in. CONFIG_HYPERV_UTILS was
build as a module, but not packages before.

Fixes: #13277
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
(cherry picked from commit 54d470ed0ecaff9e8084c013ddbc95e8afc3ab42)
target/linux/x86/64/config-5.15
target/linux/x86/generic/config-5.15