On Sun, 06 Oct 2024 08:17:58 +0100 David Woodhouse wrote: > +config PTP_1588_CLOCK_VMCLOCK > + tristate "Virtual machine PTP clock" > + depends on X86_TSC || ARM_ARCH_TIMER > + depends on PTP_1588_CLOCK && ACPI && ARCH_SUPPORTS_INT128 > + default y Why default to enabled? Linus will not be happy..