summaryrefslogtreecommitdiff
path: root/src/superio/ite/it8712f/Kconfig
blob: 81b3c624da49c28e28a710db7b65e1f6bc9ab658 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# SPDX-License-Identifier: GPL-2.0-only

config SUPERIO_ITE_IT8712F
	bool
	select SUPERIO_ITE_COMMON_PRE_RAM
	select SUPERIO_ITE_COMMON_GPIO_PRE_RAM

if SUPERIO_ITE_IT8712F

config SUPERIO_ITE_COMMON_NUM_GPIO_SETS
	default 5

endif