From 7f83b0a2532799dedccf6b6fc8ec7a5d735f3d67 Mon Sep 17 00:00:00 2001 From: 1218 <98438916+a741725193@users.noreply.github.com> Date: Sat, 12 Oct 2024 13:03:26 +0800 Subject: [PATCH] Update Kconfig.defconfig --- config/boards/arm/corne/Kconfig.defconfig | 6 ++++++ 1 file changed, 6 insertions(+) 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