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
payloads/edk2: Disable the CPU Timer Lib unless supported
[coreboot.git]
/
src
/
superio
/
fintek
/
f81803a
/
Kconfig
blob
5e8a6ad839f103f4b0c82c0dddc549778715efd7
1
# SPDX-License-Identifier: GPL-2.0-only
2
3
config SUPERIO_FINTEK_F81803A
4
bool
5
select SUPERIO_FINTEK_COMMON_PRE_RAM
6
7
config SUPERIO_FINTEK_FAN_CONTROL
8
bool
9
default n
10
11
config SUPERIO_FINTEK_FAN_API_CALL
12
depends on SUPERIO_FINTEK_FAN_CONTROL
13
bool
14
default n