summaryrefslogtreecommitdiff
path: root/board/host/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/host/board.c')
-rw-r--r--board/host/board.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/board/host/board.c b/board/host/board.c
index 2253475dde..b59b570d52 100644
--- a/board/host/board.c
+++ b/board/host/board.c
@@ -69,6 +69,8 @@ const struct i2c_port_t i2c_ports[] = {
{"tcpc", I2C_PORT_HOST_TCPC, 100, 0, 0},
#elif defined I2C_PORT_EEPROM
{"eeprom", I2C_PORT_EEPROM, 100, 0, 0},
+#elif defined I2C_PORT_WLC
+ {"wlc", I2C_PORT_WLC, 100, 0, 0},
#endif
};