You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
422 B
18 lines
422 B
# Copyright (c) 2024 GARDENA GmbH |
|
# |
|
# SPDX-License-Identifier: Apache-2.0 |
|
|
|
config CLOCK_CONTROL_SI32_PLL |
|
bool "SI32 PLL clock control" |
|
default y |
|
depends on DT_HAS_SILABS_SI32_PLL_ENABLED |
|
|
|
config CLOCK_CONTROL_SI32_AHB |
|
bool "SI32 AHB clock control" |
|
default y |
|
depends on DT_HAS_SILABS_SI32_AHB_ENABLED |
|
|
|
config CLOCK_CONTROL_SI32_APB |
|
bool "SI32 APB clock control" |
|
default y |
|
depends on DT_HAS_SILABS_SI32_APB_ENABLED
|
|
|