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