Add clock control driver for Silicon Labs Series 2 and newer. Signed-off-by: Aksel Skauge Mellbye <aksel.mellbye@silabs.com>
9 lines
314 B
Text
9 lines
314 B
Text
# Copyright (c) 2024 Silicon Laboratories Inc.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config CLOCK_CONTROL_SILABS_SERIES
|
|
bool "Silicon Labs Series 2+ clock control driver"
|
|
default y
|
|
depends on DT_HAS_SILABS_SERIES_CLOCK_ENABLED
|
|
help
|
|
Enable Silicon Labs Series 2+ Clock Management Unit clock control driver.
|