blob: e0236167849104a7cc55253469fb8c980077a0b5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# SPDX-License-Identifier: GPL-2.0-only
# This file is part of the coreboot project.
config SUPERIO_FINTEK_F81803A
bool
select SUPERIO_FINTEK_COMMON_PRE_RAM
config SUPERIO_FINTEK_FAN_CONTROL
bool
default n
config SUPERIO_FINTEK_FAN_API_CALL
depends on SUPERIO_FINTEK_FAN_CONTROL
bool
default n
|