soc: bflb: enable clock_control for bl60x

This enables the clock_control driver build on bl60x.
It is currently deferred init, due to being incompatible
with current SDK-based boot, to avoid later giant PR.

Signed-off-by: Camille BAUD <mail@massdriver.space>
This commit is contained in:
Camille BAUD 2025-05-19 23:03:57 +02:00 committed by Benjamin Cabé
commit 8c385be293
2 changed files with 55 additions and 0 deletions

View file

@ -4,6 +4,7 @@
config SOC_SERIES_BL60X
select ATOMIC_OPERATIONS_C
select CLOCK_CONTROL
select CPU_HAS_FPU
select INCLUDE_RESET_VECTOR
select RISCV