summaryrefslogtreecommitdiff
path: root/zephyr/linker/iterables-rom.ld
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/linker/iterables-rom.ld')
-rw-r--r--zephyr/linker/iterables-rom.ld4
1 files changed, 4 insertions, 0 deletions
diff --git a/zephyr/linker/iterables-rom.ld b/zephyr/linker/iterables-rom.ld
index dea5731465..b8e451a085 100644
--- a/zephyr/linker/iterables-rom.ld
+++ b/zephyr/linker/iterables-rom.ld
@@ -1,3 +1,7 @@
#ifdef CONFIG_PLATFORM_EC_HOSTCMD
ITERABLE_SECTION_ROM(host_command, 4)
#endif
+
+#ifdef CONFIG_PLATFORM_EC_MKBP_EVENT
+ITERABLE_SECTION_ROM(mkbp_event_source, 4)
+#endif