1# Copyright The Zephyr Project Contributors
2# SPDX-License-Identifier: Apache-2.0
3
4config HWINFO_MAX32
5	bool "MAX32 hwinfo"
6	default y
7	depends on SOC_FAMILY_MAX32
8	depends on !TRUSTED_EXECUTION_NONSECURE
9	select HWINFO_HAS_DRIVER
10	help
11	  Enable MAX32 hwinfo driver.
12