soc/intel/alderlake: Add ADL-P 4+4 with 28W TDP
[coreboot.git] / src / drivers / pc80 / rtc / Kconfig
blob0d064571e62b7aad8e94b830f86576c2cf3b997e
1 config DRIVERS_MC146818
2         bool
3         default y if ARCH_X86
4         depends on PC80_SYSTEM
6 config USE_PC_CMOS_ALTCENTURY
7         bool "Use legacy-BIOS alt-century byte in CMOS"
8         default y if !USE_OPTION_TABLE
9         depends on DRIVERS_MC146818
10         help
11           May be useful for legacy OSes that assume its presence.