CONFIG_BOARD_ENABLE_DCDC_HV

Enable High Voltage DCDC converter

Type: bool

Default

  • y

Symbols selected by this symbol

Kconfig definition

At <Zephyr>/boards/arm/nrf5340dk_nrf5340/Kconfig:18

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:27<Zephyr>/boards/Kconfig:48

Menu path: (Top) → Board Options

config BOARD_ENABLE_DCDC_HV
    bool "Enable High Voltage DCDC converter"
    default y
    select SOC_DCDC_NRF53X_HV
    depends on BOARD_NRF5340PDK_NRF5340_CPUAPP || BOARD_NRF5340PDK_NRF5340_CPUAPPNS || BOARD_NRF5340DK_NRF5340_CPUAPP || BOARD_NRF5340DK_NRF5340_CPUAPPNS

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)