summaryrefslogtreecommitdiff
path: root/zephyr/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/Kconfig')
-rw-r--r--zephyr/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/zephyr/Kconfig b/zephyr/Kconfig
index 8647c1bfac..e80a10d476 100644
--- a/zephyr/Kconfig
+++ b/zephyr/Kconfig
@@ -219,6 +219,12 @@ config PLATFORM_EC_CHIPSET_RESUME_INIT_HOOK
Require to initialize it first such that it can receive a host resume
event, that notifies the normal resume hook.
+config PLATFORM_EC_CHIP_INIT_ROM_REGION
+ bool "Enables the use of a dedicated init ROM region"
+ help
+ Enable this flag if the board has a `.init_rom` region. This will
+ activate routines in `init_rom.h` to access objects in this region.
+
config PLATFORM_EC_CONSOLE_CMD_HCDEBUG
bool "Console command: hcdebug"
default y