:orphan: .. title:: CONFIG_BOARD_ENABLE_DCDC_APP .. kconfig:: CONFIG_BOARD_ENABLE_DCDC_APP CONFIG_BOARD_ENABLE_DCDC_APP ############################ *Enable Application MCU DCDC converter* *Enable Application MCU DCDC converter* *Enable Application MCU DCDC converter* Type: ``bool`` Direct dependencies =================== \ :kconfig:`BOARD_BL5340_DVK_CPUAPP ` || \ :kconfig:`BOARD_BL5340_DVK_CPUAPP_NS ` || \ :kconfig:`BOARD_NRF5340DK_NRF5340_CPUAPP ` || \ :kconfig:`BOARD_NRF5340DK_NRF5340_CPUAPP_NS ` || \ :kconfig:`BOARD_THINGY53_NRF5340_CPUAPP ` || \ :kconfig:`BOARD_THINGY53_NRF5340_CPUAPP_NS ` *(Includes any dependencies from ifs and menus.)* Defaults ======== - y - y - y Symbols selected by this symbol =============================== - \ :kconfig:`SOC_DCDC_NRF53X_APP ` - \ :kconfig:`SOC_DCDC_NRF53X_APP ` - \ :kconfig:`SOC_DCDC_NRF53X_APP ` Kconfig definitions =================== At ``/arm/bl5340_dvk/Kconfig:45`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:37`` → ``/Kconfig:75`` 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_CPUAPP_NS ---- At ``/arm/nrf5340dk_nrf5340/Kconfig:44`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:37`` → ``/Kconfig:75`` 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_CPUAPP_NS ---- At ``/arm/thingy53_nrf5340/Kconfig:57`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:37`` → ``/Kconfig:75`` 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_CPUAPP_NS *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*