Split Kconfig into separate files sorted by name. Signed-off-by: Chris Friedt <cfriedt@tenstorrent.com>
12 lines
284 B
Plaintext
12 lines
284 B
Plaintext
# Copyright The Zephyr Project Contributors
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config HWINFO_GECKO
|
|
bool "GECKO hwinfo"
|
|
default y
|
|
depends on SOC_FAMILY_SILABS_S0 || SOC_FAMILY_SILABS_S1
|
|
select HWINFO_HAS_DRIVER
|
|
select SOC_GECKO_RMU
|
|
help
|
|
Enable Silabs GECKO hwinfo driver.
|