summaryrefslogtreecommitdiff
path: root/zephyr/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/Kconfig')
-rw-r--r--zephyr/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/zephyr/Kconfig b/zephyr/Kconfig
index e05d47a688..fb50ac9c31 100644
--- a/zephyr/Kconfig
+++ b/zephyr/Kconfig
@@ -203,6 +203,15 @@ config PLATFORM_EC_POWER_BUTTON
commands in platform/ec. This requires a GPIO named
GPIO_POWER_BUTTON_L in gpio_map.h.
+config PLATFORM_EC_CONSOLE_CMD_SHMEM
+ bool "Enable the 'shmem' command"
+ default y
+ help
+ This command prints basic information about the EC shared memory,
+ located at the top of RAM, above all RAM symbols: total size, bytes
+ used and the maximum number of bytes that have been used since
+ the EC started running.
+
menuconfig PLATFORM_EC_TIMER
bool "Enable the EC timer module"
default y