blob: bd44f414acb9d13fe126211eb56f3cb8f7487b6b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
## SPDX-License-Identifier: GPL-2.0-only
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
|