:orphan: .. title:: PWM_GECKO .. option:: CONFIG_PWM_GECKO *GECKO MCU PWM driver* Type: ``bool`` Help ==== .. code-block:: none This option enables the PWM driver for EXX32 GECKO family of processors. Say y if you wish to use PWM port on EXX32 MCU. Direct dependencies =================== (\ :option:`PWM ` && \ :option:`SOC_SERIES_EFR32FG1P ` && \ :option:`SOC_FAMILY_EXX32 `) || (\ :option:`SOC_FAMILY_EXX32 ` && \ :option:`PWM `) *(Includes any dependencies from ifs and menus.)* Default ======= - y Symbols selected by this symbol =============================== - \ :option:`SOC_GECKO_TIMER ` Kconfig definitions =================== At ``/arm/silabs_exx32/efr32fg1p/Kconfig.defconfig.efr32fg1p:26`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/kconfig/Kconfig.soc.defconfig:1`` → ``/arm/silabs_exx32/Kconfig.defconfig:5`` → ``/arm/silabs_exx32/efr32fg1p/Kconfig.defconfig.series:18`` Menu path: (Top) .. code-block:: kconfig config PWM_GECKO bool default y depends on PWM && SOC_SERIES_EFR32FG1P && SOC_FAMILY_EXX32 ---- At ``/pwm/Kconfig.gecko:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:44`` → ``/pwm/Kconfig:64`` Menu path: (Top) → Device Drivers → PWM (Pulse Width Modulation) Drivers .. code-block:: kconfig config PWM_GECKO bool "GECKO MCU PWM driver" select SOC_GECKO_TIMER depends on SOC_FAMILY_EXX32 && PWM help This option enables the PWM driver for EXX32 GECKO family of processors. Say y if you wish to use PWM port on EXX32 MCU. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*