:orphan: .. title:: choice SOC_GECKO_EMU_DCDC_MODE: DC/DC mode .. _choice_101: .. describe:: choice SOC_GECKO_EMU_DCDC_MODE: DC/DC mode *DC/DC mode* Type: ``bool`` Help ==== Select power configuration mode of the on chip DC/DC converter. Direct dependencies =================== \ :option:`SOC_GECKO_EMU_DCDC ` && \ :option:`SOC_FAMILY_EXX32 ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to the first (visible) choice option. Choice options ============== - \ :option:`SOC_GECKO_EMU_DCDC_MODE_UNCONFIGURED ` - \ :option:`SOC_GECKO_EMU_DCDC_MODE_ON ` - \ :option:`SOC_GECKO_EMU_DCDC_MODE_OFF ` - \ :option:`SOC_GECKO_EMU_DCDC_MODE_BYPASS ` Kconfig definition ================== .. highlight:: kconfig At ``soc/arm/silabs_exx32/Kconfig:116`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:28`` → ``soc/Kconfig:11`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.arch:2`` Menu path: (Top) → Hardware Configuration → Enable SoC DC/DC regulator .. parsed-literal:: choice SOC_GECKO_EMU_DCDC_MODE bool "DC/DC mode" depends on \ :option:`SOC_GECKO_EMU_DCDC ` && \ :option:`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.)*