summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--chip/it83xx/config_chip.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/chip/it83xx/config_chip.h b/chip/it83xx/config_chip.h
index 2f1f049dd9..6571d4fefe 100644
--- a/chip/it83xx/config_chip.h
+++ b/chip/it83xx/config_chip.h
@@ -106,6 +106,7 @@
#define CONFIG_PECI
#define CONFIG_PWM
#define CONFIG_SPI
+#define CONFIG_SWITCH
#define GPIO_PIN(port, index) GPIO_##port, (1 << index)
#define GPIO_PIN_MASK(port, mask) GPIO_##port, (mask)