aboutsummaryrefslogtreecommitdiffstats
path: root/test/configs
diff options
context:
space:
mode:
authorDropeffect GmbH <code@dropeffect.com>2024-05-02 11:42:30 +0100
committerKevinOConnor <kevin@koconnor.net>2024-05-14 11:53:38 -0400
commit472d8e5b669de075d6d94b461b5f08d5901d3bda (patch)
tree128a0b6cd53839b6c07bdcf299eefbe97ff39177 /test/configs
parent80b55d352811c628bd0204fdda837acb9fce31d1 (diff)
downloadkutter-472d8e5b669de075d6d94b461b5f08d5901d3bda.tar.gz
kutter-472d8e5b669de075d6d94b461b5f08d5901d3bda.tar.xz
kutter-472d8e5b669de075d6d94b461b5f08d5901d3bda.zip
stm32: Add STM32G474 chip to Kconfig
Signed-off-by: Amr Elsayed from Dropeffect GmbH <code@dropeffect.com>
Diffstat (limited to 'test/configs')
-rw-r--r--test/configs/stm32g474.config3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/configs/stm32g474.config b/test/configs/stm32g474.config
new file mode 100644
index 00000000..da38a917
--- /dev/null
+++ b/test/configs/stm32g474.config
@@ -0,0 +1,3 @@
+# Base config file for STM32G474 ARM processor
+CONFIG_MACH_STM32=y
+CONFIG_MACH_STM32G474=y