Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - X index
The Linux kernel configuration item CONFIG_X86_PM_TIMER
has multiple definitions:
drivers/acpi/Kconfig
The configuration item CONFIG_X86_PM_TIMER:
( CONFIG_EXPERT ) && ( CONFIG_X86 && ( CONFIG_ACPI || CONFIG_JAILHOUSE_GUEST ))
The Power Management Timer is available on all ACPI-capable, in most cases even if ACPI is unusable or blacklisted.
This timing source is not affected by power management features like aggressive processor idling, throttling, frequency and/or voltage scaling, unlike the commonly used Time Stamp Counter (TSC) timing source.
You should nearly always say Y here because many modern systems require this timer.
arch/x86_64/Kconfig
The configuration item CONFIG_X86_PM_TIMER:
CONFIG_ACPI
Support the ACPI PM timer for time keeping. This is slow, but is useful on some chipsets without HPET on systems with more than one CPU. On a single processor or single socket multi core system it is normally not required. When the PM timer is active 64bit vsyscalls are disabled and should not be enabled (/proc/sys/kernel/vsyscall64 should not be changed). The kernel selects the PM timer only as a last resort, so it is useful to enable just in case.
Numeric ID (from LKDDb) and names (from pci.ids) of recognized devices:
8086
("Intel Corporation"), device: 24c0
("82801DB/DBL (ICH4/ICH4-L) LPC Interface Bridge")Raw data from LKDDb:
lkddb pci 8086 24c0 .... .... ...... : CONFIG_X86_PM_TIMER : arch/i386/kernel/timers/timer_pm.c # in 2.6.17
This page is automaticly generated with free (libre, open) software lkddb(see lkddb-sources).
The data is retrived from:
Popular queries:
Navigation: Linux Kernel Driver DataBase - web LKDDB: main index - X index
Automatically generated (in year 2025). See also LKDDb sources on GitLab