diff --git a/config/boards/arm/corne/Kconfig.defconfig b/config/boards/arm/corne/Kconfig.defconfig index af9b2ed..55a36f2 100644 --- a/config/boards/arm/corne/Kconfig.defconfig +++ b/config/boards/arm/corne/Kconfig.defconfig @@ -23,6 +23,12 @@ config BOARD_ENABLE_DCDC bool "Enable DCDC mode" select SOC_DCDC_NRF52X default y + +config BOARD_ENABLE_DCDC_HV + bool "Enable High Voltage DCDC converter" + default y + select SOC_DCDC_NRF52X_HV + depends on (BOARD_CORNE_LEFT || BOARD_CORNE_RIGHT) config ZMK_SPLIT