summaryrefslogtreecommitdiff
path: root/zephyr/boards/arm/stm32g4/stm32g473_defconfig
blob: 5df31bb6f00257851ce9bcf924f88402066bdc55 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# Copyright 2023 The ChromiumOS Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.


# SOC Config
CONFIG_ARM_MPU=y
CONFIG_SOC_SERIES_STM32G4X=y
CONFIG_SOC_STM32G473XX=y

# Pinctrl Driver
CONFIG_PINCTRL=y

# GPIO Controller
CONFIG_GPIO=y

# Enable sys_reboot
CONFIG_REBOOT=y

# Clock configuration
CONFIG_CLOCK_CONTROL=y

# Watchdog configuration
CONFIG_WATCHDOG=y

# Enable HW Stack protection
CONFIG_HW_STACK_PROTECTION=y

# USB configuration
CONFIG_USB_DEVICE_MANUFACTURER="Google Inc."
CONFIG_USB_DEVICE_VID=0x18d1