drivers/uart: Replace 'unsigned long int' by 'unsigned long'
[coreboot2.git] / src / superio / ite / it8721f / Kconfig
blob8c2e6767f0b70250d1c95a7372bbc73b0eb98f23
1 # SPDX-License-Identifier: GPL-2.0-only
3 config SUPERIO_ITE_IT8721F
4         bool
5         select SUPERIO_ITE_COMMON_PRE_RAM
6         select SUPERIO_ITE_COMMON_GPIO_PRE_RAM
7         select SUPERIO_ITE_ENV_CTRL
8         select SUPERIO_ITE_ENV_CTRL_FAN16_CONFIG
9         select SUPERIO_ITE_ENV_CTRL_PWM_FREQ2
10         select SUPERIO_ITE_ENV_CTRL_EXT_ANY_TMPIN
12 if SUPERIO_ITE_IT8721F
14 config SUPERIO_ITE_COMMON_NUM_GPIO_SETS
15         default 8
17 endif