repo.or.cz
/
coreboot.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
soc/intel/alderlake: Add ADL-P 4+4 with 28W TDP
[coreboot.git]
/
src
/
drivers
/
pc80
/
rtc
/
Kconfig
blob
0d064571e62b7aad8e94b830f86576c2cf3b997e
1
config DRIVERS_MC146818
2
bool
3
default y if ARCH_X86
4
depends on PC80_SYSTEM
5
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.