summaryrefslogtreecommitdiff
path: root/src/superio/ite/it8728f/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'src/superio/ite/it8728f/Kconfig')
-rw-r--r--src/superio/ite/it8728f/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/superio/ite/it8728f/Kconfig b/src/superio/ite/it8728f/Kconfig
index be16a2dbf6..c85e94a818 100644
--- a/src/superio/ite/it8728f/Kconfig
+++ b/src/superio/ite/it8728f/Kconfig
@@ -3,6 +3,7 @@
config SUPERIO_ITE_IT8728F
bool
select SUPERIO_ITE_COMMON_PRE_RAM
+ select SUPERIO_ITE_COMMON_GPIO_PRE_RAM
select SUPERIO_ITE_ENV_CTRL
select SUPERIO_ITE_ENV_CTRL_PWM_FREQ2
select SUPERIO_ITE_ENV_CTRL_FAN16_CONFIG
@@ -11,3 +12,10 @@ config SUPERIO_ITE_IT8728F
select SUPERIO_ITE_ENV_CTRL_7BIT_SLOPE_REG
select SUPERIO_ITE_ENV_CTRL_EXT_ANY_TMPIN
select SUPERIO_ITE_ENV_CTRL_FAN_VECTOR
+
+if SUPERIO_ITE_IT8728F
+
+config SUPERIO_ITE_COMMON_NUM_GPIO_SETS
+ default 8
+
+endif