summaryrefslogtreecommitdiffstats
path: root/programmer_table.c
diff options
context:
space:
mode:
Diffstat (limited to 'programmer_table.c')
-rw-r--r--programmer_table.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/programmer_table.c b/programmer_table.c
index e406f6794..2a06c30d0 100644
--- a/programmer_table.c
+++ b/programmer_table.c
@@ -128,6 +128,10 @@ const struct programmer_entry *const programmer_table[] = {
&programmer_lspcon_i2c_spi,
#endif
+#if CONFIG_MEDIATEK_I2C_SPI == 1
+ &programmer_mediatek_i2c_spi,
+#endif
+
#if CONFIG_REALTEK_MST_I2C_SPI == 1
&programmer_realtek_mst_i2c_spi,
#endif