summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Marheine <pmarheine@chromium.org>2022-09-15 10:01:44 +1000
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-09-15 15:49:17 +0000
commit95b71c4df2bd92a751ca60e122f6c1004115c443 (patch)
treef787418cce4ca8a12a96480e6e3433b4ea2f1887
parent5a6bb07b3766ea29d29cb7cf5b024d017fa42bde (diff)
downloadchrome-ec-95b71c4df2bd92a751ca60e122f6c1004115c443.tar.gz
zephyr: enable the chargen console command by default
This command is used by some firmware tests, and it should have a very small effect on overall EC image size (but boards can still disable it if needed). BUG=b:246007302 TEST=zmake build --all BRANCH=none Signed-off-by: Peter Marheine <pmarheine@chromium.org> Change-Id: Id15fcd3afe7801fe279ae237e1d238bf22581910 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3897910 Commit-Queue: Al Semjonovs <asemjonovs@google.com> Reviewed-by: Al Semjonovs <asemjonovs@google.com>
-rw-r--r--zephyr/Kconfig.flash1
1 files changed, 1 insertions, 0 deletions
diff --git a/zephyr/Kconfig.flash b/zephyr/Kconfig.flash
index e632b71e94..b8b176e987 100644
--- a/zephyr/Kconfig.flash
+++ b/zephyr/Kconfig.flash
@@ -18,6 +18,7 @@ config PLATFORM_EC_SPI_FLASH_REGS
config PLATFORM_EC_CONSOLE_CMD_CHARGEN
bool "Console command: chargen"
depends on UART_INTERRUPT_DRIVEN
+ default y
help
Enables the "chargen" console command, which sends a continuous
stream of characters to the EC console.