:orphan: .. title:: choice SOC_GECKO_EMU_DCDC_MODE: DC/DC mode .. _choice_119: .. describe:: choice SOC_GECKO_EMU_DCDC_MODE: DC/DC mode *DC/DC mode* *DC/DC mode* Type: ``bool`` Help ==== .. code-block:: none Select power configuration mode of the on chip DC/DC converter. Help ==== .. code-block:: none Select power configuration mode of the on chip DC/DC converter. Direct dependencies =================== (\ :kconfig:`SOC_GECKO_EMU_DCDC ` && \ :kconfig:`SOC_FAMILY_EXX32 `) || (\ :kconfig:`SOC_GECKO_EMU_DCDC ` && \ :kconfig:`SOC_FAMILY_EXX32 `) *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to the first (visible) choice option. Choice options ============== - \ :kconfig:`SOC_GECKO_EMU_DCDC_MODE_UNCONFIGURED ` - \ :kconfig:`SOC_GECKO_EMU_DCDC_MODE_ON ` - \ :kconfig:`SOC_GECKO_EMU_DCDC_MODE_OFF ` - \ :kconfig:`SOC_GECKO_EMU_DCDC_MODE_BYPASS ` - \ :kconfig:`SOC_GECKO_EMU_DCDC_MODE_UNCONFIGURED ` - \ :kconfig:`SOC_GECKO_EMU_DCDC_MODE_ON ` - \ :kconfig:`SOC_GECKO_EMU_DCDC_MODE_OFF ` - \ :kconfig:`SOC_GECKO_EMU_DCDC_MODE_BYPASS ` Kconfig definitions =================== At ``/arm/silabs_exx32/Kconfig:118`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:38`` → ``/Kconfig:15`` → ``/kconfig/Kconfig.soc.arch:2`` Menu path: (Top) → Hardware Configuration → Enable SoC DC/DC regulator .. code-block:: kconfig choice SOC_GECKO_EMU_DCDC_MODE bool "DC/DC mode" depends on SOC_GECKO_EMU_DCDC && SOC_FAMILY_EXX32 help Select power configuration mode of the on chip DC/DC converter. ---- At ``/arm/silabs_exx32/Kconfig:118`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:38`` → ``/Kconfig:18`` Menu path: (Top) → Hardware Configuration → Enable SoC DC/DC regulator .. code-block:: kconfig choice SOC_GECKO_EMU_DCDC_MODE bool "DC/DC mode" depends on SOC_GECKO_EMU_DCDC && SOC_FAMILY_EXX32 help Select power configuration mode of the on chip DC/DC converter. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*