sys-kernel/coreos-modules: Switch PTP support to modules

PTP_1588_CLOCK defaults to =y, make it =m explicitly. Switch
PTP_1588_CLOCK_KVM to module as well, so tath it doesn't load on non-KVM
platforms. Enable PTP_1588_CLOCK_VMW so that PTP timesync to the host is
available there as well.

We don't need PTP support to be compiled into the kernel, it is not
essential for system boot.

Signed-off-by: Jeremi Piotrowski <jpiotrowski@microsoft.com>
This commit is contained in:
Jeremi Piotrowski 2024-03-25 11:19:36 +00:00
parent ca9dc79616
commit 2a33badb2a
2 changed files with 3 additions and 0 deletions

View File

@ -96,6 +96,7 @@ CONFIG_PMIC_OPREGION=y
# CONFIG_PNP_DEBUG_MESSAGES is not set
CONFIG_POWERCAP=y
CONFIG_PREEMPT_VOLUNTARY=y
CONFIG_PTP_1588_CLOCK_VMW=m
CONFIG_PVPANIC=y
CONFIG_PVPANIC_MMIO=m
CONFIG_SCHED_TRACER=y

View File

@ -749,6 +749,8 @@ CONFIG_PROC_KCORE=y
CONFIG_PROFILING=y
CONFIG_PSI=y
# CONFIG_PSI_DEFAULT_DISABLED is not set
CONFIG_PTP_1588_CLOCK=m
CONFIG_PTP_1588_CLOCK_KVM=m
CONFIG_QED=m
CONFIG_QEDE=m
CONFIG_QEDF=m