CONFIG_BOARD_ENABLE_DCDC_APP

Enable Application MCU DCDC converter

Enable Application MCU DCDC converter

Enable Application MCU DCDC converter

Type: bool

Defaults

  • y

  • y

  • y

Kconfig definitions

At <Zephyr>/boards/arm/bl5340_dvk/Kconfig:45

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:35<Zephyr>/boards/Kconfig:60

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

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

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:35<Zephyr>/boards/Kconfig:60

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

At <Zephyr>/boards/arm/thingy53_nrf5340/Kconfig:57

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:35<Zephyr>/boards/Kconfig:60

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

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