Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - H index
The Linux kernel configuration item CONFIG_HPET_TIMER
has multiple definitions:
arch/x86/Kconfig
The configuration item CONFIG_HPET_TIMER:
CONFIG_X86_32
Use the IA-PC HPET (High Precision Event Timer) to manage time in preference to the PIT and RTC, if a HPET is present. HPET is the next generation timer replacing legacy 8254s. The HPET provides a stable time base on SMP systems, unlike the TSC, but it is more expensive to access, as it is off-chip. The interface used is documented in the HPET spec, revision 1.
You can safely choose Y here. However, HPET will only be activated if the platform and the BIOS support this feature. Otherwise the 8254 will be used for timing services.
Choose N to continue using the legacy 8254 timer.
arch/i386/Kconfig
The configuration item CONFIG_HPET_TIMER:
(none)
This enables the use of the HPET for the kernel's internal timer. HPET is the next generation timer replacing legacy 8254s. You can safely choose Y here. However, HPET will only be activated if the platform and the BIOS support this feature. Otherwise the 8254 will be used for timing services.
Choose N to continue using the legacy 8254 timer.
arch/x86_64/Kconfig
The configuration item CONFIG_HPET_TIMER:
(none)
Use the IA-PC HPET (High Precision Event Timer) to manage time in preference to the PIT and RTC, if a HPET is present. The HPET provides a stable time base on SMP systems, unlike the TSC, but it is more expensive to access, as it is off-chip. You can find the HPET spec at http://www.intel.com/hardwaredesign/hpetspec.htm.
Raw data from LKDDb:
(none)
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 - H index
Automatically generated (in year 2024). See also LKDDb sources on GitLab