Split Kconfig into separate files sorted by name. Signed-off-by: Chris Friedt <cfriedt@tenstorrent.com>
11 lines
275 B
Plaintext
11 lines
275 B
Plaintext
# Copyright The Zephyr Project Contributors
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config HWINFO_SMARTBOND
|
|
bool "Smartbond device reset cause"
|
|
default y
|
|
depends on SOC_FAMILY_RENESAS_SMARTBOND
|
|
select HWINFO_HAS_DRIVER
|
|
help
|
|
Enable Smartbond reset cause hwinfo driver.
|