CONFIG_PWM_GECKO

GECKO MCU PWM driver

Type: bool

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.

Direct dependencies

(PWM && SOC_SERIES_EFR32FG1P && SOC_FAMILY_EXX32) || (SOC_FAMILY_EXX32 && PWM)

(Includes any dependencies from ifs and menus.)

Default

  • y

Symbols selected by this symbol

Kconfig definitions

At <Zephyr>/soc/arm/silabs_exx32/efr32fg1p/Kconfig.defconfig.efr32fg1p:26

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:19<BuildDir>/kconfig/Kconfig.soc.defconfig:1<Zephyr>/soc/arm/silabs_exx32/Kconfig.defconfig:5<Zephyr>/soc/arm/silabs_exx32/efr32fg1p/Kconfig.defconfig.series:18

Menu path: (Top)

config PWM_GECKO
    bool
    default y
    depends on PWM && SOC_SERIES_EFR32FG1P && SOC_FAMILY_EXX32

At <Zephyr>/drivers/pwm/Kconfig.gecko:6

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:32<Zephyr>/drivers/Kconfig:44<Zephyr>/drivers/pwm/Kconfig:64

Menu path: (Top) → Device Drivers → PWM (Pulse Width Modulation) Drivers

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.)