aboutsummaryrefslogtreecommitdiffstats
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 d58a155b..09351679 100644
--- a/programmer_table.c
+++ b/programmer_table.c
@@ -52,6 +52,10 @@ const struct programmer_entry *const programmer_table[] = {
&programmer_satasii,
#endif
+#if CONFIG_ASM106X == 1
+ &programmer_asm106x,
+#endif
+
#if CONFIG_ATAHPT == 1
&programmer_atahpt,
#endif