diff --git a/config/boards/arm/sofle/Kconfig.defconfig b/config/boards/arm/sofle/Kconfig.defconfig index ffcaab9..5025515 100644 --- a/config/boards/arm/sofle/Kconfig.defconfig +++ b/config/boards/arm/sofle/Kconfig.defconfig @@ -84,3 +84,9 @@ config BOARD_ENABLE_DCDC default y depends on (BOARD_SOFLE_LEFT || BOARD_SOFLE_RIGHT) +config BOARD_ENABLE_DCDC_HV + bool "Enable High Voltage DCDC converter" + default y + select SOC_DCDC_NRF52X_HV + depends on (BOARD_SOFLE_LEFT || BOARD_SOFLE_RIGHT) +