soc/intel/pantherlake: Remove soc_info.[hc] interface
[coreboot2.git] / src / soc / intel / common / block / timer / Kconfig
blob6a1d3ea5b7127c6fbfce95f1c02a5875bed1c5b6
1 ## SPDX-License-Identifier: GPL-2.0-only
3 config SOC_INTEL_COMMON_BLOCK_TIMER
4         bool
5         help
6           Intel Processor common TIMER support
8 config USE_LEGACY_8254_TIMER
9         bool "Use Legacy 8254 Timer"
10         default y if PAYLOAD_SEABIOS || VGA_ROM_RUN
11         default n
12         help
13           Setting this makes the Legacy 8254 Timer available by disabling
14           clock gating. This needs to be enabled in order to boot a legacy
15           BIOS or OS not supporting other timers like PM timer or TSC.
17           While SeaBIOS does not require this timer anymore, it is needed
18           when OpRoms are being used.
20           Disable this setting to save power, when the timer is not needed.