CONFIG_BOARD_ENABLE_DCDC_HV

Enable High Voltage DCDC converter

Enable High Voltage DCDC converter

Enable High Voltage DCDC converter

Type: bool

Defaults

  • y

  • y

  • y

Kconfig definitions

At <Zephyr Boards>/arm/bl5340_dvk/Kconfig:55

Included via Kconfig:8Kconfig.zephyr:37<Zephyr Boards>/Kconfig:75

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_BL5340_DVK_CPUAPP || BOARD_BL5340_DVK_CPUAPP_NS

At <Zephyr Boards>/arm/nrf5340dk_nrf5340/Kconfig:54

Included via Kconfig:8Kconfig.zephyr:37<Zephyr Boards>/Kconfig:75

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_NRF5340DK_NRF5340_CPUAPP || BOARD_NRF5340DK_NRF5340_CPUAPP_NS

At <Zephyr Boards>/arm/thingy53_nrf5340/Kconfig:67

Included via Kconfig:8Kconfig.zephyr:37<Zephyr Boards>/Kconfig:75

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_THINGY53_NRF5340_CPUAPP || BOARD_THINGY53_NRF5340_CPUAPP_NS

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