summaryrefslogtreecommitdiff
path: root/chip/stm32
diff options
context:
space:
mode:
authorNamyoon Woo <namyoon@chromium.org>2020-06-08 10:53:53 -0700
committerCommit Bot <commit-bot@chromium.org>2021-06-10 04:19:00 +0000
commit0fae876b6e6e72899066f4475c2d4ae1108cf031 (patch)
tree52f28011af9a5a67a484fc01d5430939cce2ac6e /chip/stm32
parent9e7318c19871c3687844f8118baa31a71946e877 (diff)
downloadchrome-ec-0fae876b6e6e72899066f4475c2d4ae1108cf031.tar.gz
stm32f4: undef CONFIG_CMD_CHARGEN
This patch excludes CONFIG_CMD_CHARGEN from stm32f4 build config set explicitly. stm32f4 has its own USB console implementation, which chargen doesn't support yet. The affected boards are polyberry, sweetberry and stm32f446e-eval. BUG=none BRANCH=all TEST=buildall Signed-off-by: Namyoon Woo <namyoon@chromium.org> Change-Id: I0f3dadd55fa2c197fff32afbe3fecb773491003e Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2951862 Reviewed-by: Aseda Aboagye <aaboagye@chromium.org>
Diffstat (limited to 'chip/stm32')
-rw-r--r--chip/stm32/config-stm32f4.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/chip/stm32/config-stm32f4.h b/chip/stm32/config-stm32f4.h
index 60b1affd3c..73c9a3694f 100644
--- a/chip/stm32/config-stm32f4.h
+++ b/chip/stm32/config-stm32f4.h
@@ -68,3 +68,5 @@
/* Number of IRQ vectors on the NVIC */
#define CONFIG_IRQ_COUNT 97
+
+#undef CONFIG_CMD_CHARGEN