• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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