Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
refs/heads/upstream/main
/
.
/
drivers
/
hwinfo
/
Kconfig.stm32
blob: 9f7cf8974eb1b3330ea100c6ef163aa754cfcec0 [
file
] [
edit
]
# Copyright The Zephyr Project Contributors
# SPDX-License-Identifier: Apache-2.0
config HWINFO_STM32
bool
"STM32 hwinfo"
default
y
depends on SOC_FAMILY_STM32
select
HWINFO_HAS_DRIVER
help
Enable
STM32 hwinfo driver
.