blob: cd9c416b2480ad08a8758798447e7c6b8c16437f [file] [log] [blame]
Stefan Reinauer86ddd732016-03-11 20:22:28 -08001config DRIVERS_MC146818
2 bool
3 default y if ARCH_X86
4 depends on PC80_SYSTEM
Nico Huberdee281d2021-07-12 17:10:59 +02005
6config 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.
Jonathon Hall78f83432023-05-01 13:42:46 -040012
13config PC_CMOS_BASE_PORT_BANK0
Arthur Heymans1f5d1682023-08-09 16:10:33 +020014 hex
Jonathon Hall78f83432023-05-01 13:42:46 -040015 default 0x70
16
17config PC_CMOS_BASE_PORT_BANK1
Arthur Heymans1f5d1682023-08-09 16:10:33 +020018 hex
Jonathon Hall78f83432023-05-01 13:42:46 -040019 default 0x72