xref: /aosp_15_r20/external/coreboot/src/superio/fintek/f81803a/Kconfig (revision b9411a12aaaa7e1e6a6fb7c5e057f44ee179a49c)
1# SPDX-License-Identifier: GPL-2.0-only
2
3config SUPERIO_FINTEK_F81803A
4	bool
5	select SUPERIO_FINTEK_COMMON_PRE_RAM
6
7config SUPERIO_FINTEK_FAN_CONTROL
8	bool
9	default n
10
11config SUPERIO_FINTEK_FAN_API_CALL
12	depends on SUPERIO_FINTEK_FAN_CONTROL
13	bool
14	default n
15