summaryrefslogtreecommitdiff
path: root/src/superio/ite/it8786e/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'src/superio/ite/it8786e/Kconfig')
-rw-r--r--src/superio/ite/it8786e/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/superio/ite/it8786e/Kconfig b/src/superio/ite/it8786e/Kconfig
index 216d6f5bf8..ab4a92fcd6 100644
--- a/src/superio/ite/it8786e/Kconfig
+++ b/src/superio/ite/it8786e/Kconfig
@@ -3,8 +3,16 @@
config SUPERIO_ITE_IT8786E
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_8BIT_PWM
select SUPERIO_ITE_ENV_CTRL_7BIT_SLOPE_REG
select SUPERIO_ITE_ENV_CTRL_EXT_ANY_TMPIN
+
+if SUPERIO_ITE_IT8786E
+
+config SUPERIO_ITE_COMMON_NUM_GPIO_SETS
+ default 10
+
+endif