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:
parent
46b5d05ae1
commit
8c385be293
2 changed files with 55 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue