This introduces a clock_control driver for bl60x Signed-off-by: Camille BAUD <mail@massdriver.space>
8 lines
238 B
Plaintext
8 lines
238 B
Plaintext
# Copyright (c) 2025 MASSDRIVER EI (massdriver.space)
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config CLOCK_CONTROL_BOUFFALOLAB_BL60X
|
|
bool "Bouffalolab BL60x Clock Control"
|
|
default y
|
|
depends on DT_HAS_BFLB_BL60X_CLOCK_CONTROLLER_ENABLED
|