aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/pc80/rtc/Kconfig
blob: 0d064571e62b7aad8e94b830f86576c2cf3b997e (plain)
1
2
3
4
5
6
7
8
9
10
11
config DRIVERS_MC146818
	bool
	default y if ARCH_X86
	depends on PC80_SYSTEM

config USE_PC_CMOS_ALTCENTURY
	bool "Use legacy-BIOS alt-century byte in CMOS"
	default y if !USE_OPTION_TABLE
	depends on DRIVERS_MC146818
	help
	  May be useful for legacy OSes that assume its presence.