summaryrefslogtreecommitdiffstats
path: root/src/drivers/pc80/rtc/Kconfig
blob: cd9c416b2480ad08a8758798447e7c6b8c16437f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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.

config PC_CMOS_BASE_PORT_BANK0
	hex
	default 0x70

config PC_CMOS_BASE_PORT_BANK1
	hex
	default 0x72