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