summaryrefslogtreecommitdiff
path: root/src/superio/ite/it8613e/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'src/superio/ite/it8613e/Kconfig')
-rw-r--r--src/superio/ite/it8613e/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/superio/ite/it8613e/Kconfig b/src/superio/ite/it8613e/Kconfig
index e6f01c4cac..cc709ae816 100644
--- a/src/superio/ite/it8613e/Kconfig
+++ b/src/superio/ite/it8613e/Kconfig
@@ -3,9 +3,18 @@
config SUPERIO_ITE_IT8613E
bool
select SUPERIO_ITE_COMMON_PRE_RAM
+ select SUPERIO_ITE_COMMON_GPIO_PRE_RAM
+ select SUPERIO_ITE_COMMON_GPIO_LED_FREQ_5BIT
select SUPERIO_ITE_ENV_CTRL
select SUPERIO_ITE_ENV_CTRL_PWM_FREQ2
select SUPERIO_ITE_ENV_CTRL_8BIT_PWM
select SUPERIO_ITE_ENV_CTRL_5FANS
select SUPERIO_ITE_ENV_CTRL_NO_ONOFF
select SUPERIO_ITE_ENV_CTRL_EXT_ANY_TMPIN
+
+if SUPERIO_ITE_IT8613E
+
+config SUPERIO_ITE_COMMON_NUM_GPIO_SETS
+ default 6
+
+endif