zephyr/drivers/hwinfo/Kconfig.stm32
Chris Friedt ccf7f72e6c drivers: hwinfo: split kconfig into separate files
Split Kconfig into separate files sorted by name.

Signed-off-by: Chris Friedt <cfriedt@tenstorrent.com>
2025-07-28 04:23:21 -04:00

11 lines
252 B
Plaintext

# Copyright The Zephyr Project Contributors
# SPDX-License-Identifier: Apache-2.0
config HWINFO_STM32
bool "STM32 hwinfo"
default y
depends on SOC_FAMILY_STM32 && !SOC_SERIES_STM32WB0X
select HWINFO_HAS_DRIVER
help
Enable STM32 hwinfo driver.