:orphan: .. title:: SOC_DCDC_NRF53X_APP .. option:: CONFIG_SOC_DCDC_NRF53X_APP *(No prompt -- not directly user assignable.)* Type: ``bool`` Help ==== .. code-block:: none Enable nRF53 series System on Chip Application MCU DC/DC converter. Direct dependencies =================== \ :option:`SOC_NRF5340_CPUAPP ` && \ :option:`SOC_FAMILY_NRF ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :option:`BOARD_ENABLE_DCDC_APP ` - \ :option:`BOARD_ENABLE_DCDC_APP ` - \ :option:`BOARD_ENABLE_DCDC_APP ` Kconfig definition ================== At ``/arm/nordic_nrf/nrf53/Kconfig.soc:120`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:28`` → ``/Kconfig:11`` → ``/kconfig/Kconfig.soc.arch:2`` → ``/arm/nordic_nrf/Kconfig:17`` Menu path: (Top) → Hardware Configuration .. code-block:: kconfig config SOC_DCDC_NRF53X_APP bool depends on SOC_NRF5340_CPUAPP && SOC_FAMILY_NRF help Enable nRF53 series System on Chip Application MCU DC/DC converter. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*