CONFIG_BOARD_ENABLE_DCDC_APP

Enable Application MCU DCDC converter

Type: bool

Default

  • y

Symbols selected by this symbol

Kconfig definition

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

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

Menu path: (Top) → Board Options

config BOARD_ENABLE_DCDC_APP
    bool "Enable Application MCU DCDC converter"
    default y
    select SOC_DCDC_NRF53X_APP
    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.)