:orphan: .. title:: BOARD_ENABLE_DCDC_APP .. option:: CONFIG_BOARD_ENABLE_DCDC_APP *Enable Application MCU DCDC converter* *Enable Application MCU DCDC converter* *Enable Application MCU DCDC converter* Type: ``bool`` Direct dependencies =================== \ :option:`BOARD_BL5340_DVK_CPUAPP ` || \ :option:`BOARD_BL5340_DVK_CPUAPPNS ` || \ :option:`BOARD_NRF5340DK_NRF5340_CPUAPP ` || \ :option:`BOARD_NRF5340DK_NRF5340_CPUAPPNS ` || \ :option:`BOARD_THINGY53_NRF5340_CPUAPP ` || \ :option:`BOARD_THINGY53_NRF5340_CPUAPPNS ` *(Includes any dependencies from ifs and menus.)* Defaults ======== - y - y - y Symbols selected by this symbol =============================== - \ :option:`SOC_DCDC_NRF53X_APP ` - \ :option:`SOC_DCDC_NRF53X_APP ` - \ :option:`SOC_DCDC_NRF53X_APP ` Kconfig definitions =================== At ``/arm/bl5340_dvk/Kconfig:45`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``/Kconfig:57`` Menu path: (Top) → Board Options .. code-block:: kconfig 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_CPUAPPNS ---- At ``/arm/nrf5340dk_nrf5340/Kconfig:44`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``/Kconfig:57`` Menu path: (Top) → Board Options .. code-block:: kconfig 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_CPUAPPNS ---- At ``/arm/thingy53_nrf5340/Kconfig:57`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``/Kconfig:57`` Menu path: (Top) → Board Options .. code-block:: kconfig 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_CPUAPPNS *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*