diff --git a/config/Kconfig b/config/Kconfig index 4c13bb7..aef9c4e 100644 --- a/config/Kconfig +++ b/config/Kconfig @@ -8,3 +8,9 @@ config BOARD_SOFLE_LEFT config BOARD_SOFLE_RIGHT bool + +config BOARD_ENABLE_DCDC + bool "Enable DCDC mode" + select SOC_DCDC_NRF52X + default y + depends on BOARD_sofle