1# Copyright The Zephyr Project Contributors
2# SPDX-License-Identifier: Apache-2.0
3
4config HWINFO_SMARTBOND
5	bool "Smartbond device reset cause"
6	default y
7	depends on SOC_FAMILY_RENESAS_SMARTBOND
8	select HWINFO_HAS_DRIVER
9	help
10	  Enable Smartbond reset cause hwinfo driver.
11