summaryrefslogtreecommitdiff
path: root/zephyr/boards/arm/stm32g4/Kconfig.board
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/boards/arm/stm32g4/Kconfig.board')
-rw-r--r--zephyr/boards/arm/stm32g4/Kconfig.board10
1 files changed, 10 insertions, 0 deletions
diff --git a/zephyr/boards/arm/stm32g4/Kconfig.board b/zephyr/boards/arm/stm32g4/Kconfig.board
new file mode 100644
index 0000000000..115115b5fc
--- /dev/null
+++ b/zephyr/boards/arm/stm32g4/Kconfig.board
@@ -0,0 +1,10 @@
+# Copyright 2023 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+config BOARD_STM32G4_G473
+ bool "STM32G473"
+ depends on SOC_STM32G473XX
+ # Enables support for the STM32 HAL drivers
+ select HAS_STM32CUBE
+ select USE_STM32_HAL_CORTEX