:orphan: .. title:: BOARD_ENABLE_DCDC_HV .. option:: CONFIG_BOARD_ENABLE_DCDC_HV *Enable High Voltage DCDC converter* Type: ``bool`` Direct dependencies =================== \ :option:`BOARD_NRF5340_DK_NRF5340_CPUAPP ` || \ :option:`BOARD_NRF5340_DK_NRF5340_CPUAPPNS ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Symbols selected by this symbol =============================== - \ :option:`SOC_DCDC_NRF53X_HV ` Kconfig definition ================== .. highlight:: kconfig At ``boards/arm/nrf5340_dk_nrf5340/Kconfig:18`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:30`` → ``boards/Kconfig:32`` Menu path: (Top) → Board Options .. parsed-literal:: config BOARD_ENABLE_DCDC_HV bool "Enable High Voltage DCDC converter" default y select \ :option:`SOC_DCDC_NRF53X_HV ` depends on \ :option:`BOARD_NRF5340_DK_NRF5340_CPUAPP ` || \ :option:`BOARD_NRF5340_DK_NRF5340_CPUAPPNS ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*