CONFIG_LEUART_GECKO

Gecko leuart driver

Type: bool

Help

Enable the Gecko leuart driver.

Defaults

  • n

  • y

  • y

  • y

  • y

Kconfig definitions

At <Zephyr>/boards/arm/efm32gg_slwstk6121a/Kconfig.defconfig:26

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:24

Menu path: (Top)

config LEUART_GECKO
    bool
    default n
    depends on BOARD_EFM32GG_SLWSTK6121A

At <Zephyr>/soc/arm/silabs_exx32/efm32gg11b/Kconfig.defconfig.efm32gg11b:15

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:25<BuildDir>/Kconfig/Kconfig.soc.defconfig:1<Zephyr>/soc/arm/silabs_exx32/Kconfig.defconfig:5<Zephyr>/soc/arm/silabs_exx32/efm32gg11b/Kconfig.defconfig.series:20

Menu path: (Top)

config LEUART_GECKO
    bool
    default y
    depends on SERIAL && SOC_SERIES_EFM32GG11B && SOC_FAMILY_EXX32

At <Zephyr>/soc/arm/silabs_exx32/efm32jg12b/Kconfig.defconfig.efm32jg12b:15

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

Menu path: (Top)

config LEUART_GECKO
    bool
    default y
    depends on SERIAL && SOC_SERIES_EFM32JG12B && SOC_FAMILY_EXX32

At <Zephyr>/soc/arm/silabs_exx32/efm32pg12b/Kconfig.defconfig.efm32pg12b:15

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

Menu path: (Top)

config LEUART_GECKO
    bool
    default y
    depends on SERIAL && SOC_SERIES_EFM32PG12B && SOC_FAMILY_EXX32

At <Zephyr>/soc/arm/silabs_exx32/efr32mg12p/Kconfig.defconfig.efr32mg12p:15

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

Menu path: (Top)

config LEUART_GECKO
    bool
    default y
    depends on SERIAL && SOC_SERIES_EFR32MG12P && SOC_FAMILY_EXX32

At <Zephyr>/drivers/serial/Kconfig.leuart_gecko:6

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:32<Zephyr>/drivers/Kconfig:24<Zephyr>/drivers/serial/Kconfig:109

Menu path: (Top) → Device Drivers → Serial Drivers

config LEUART_GECKO
    bool "Gecko leuart driver"
    select SERIAL_HAS_DRIVER
    select SERIAL_SUPPORT_INTERRUPT
    select SOC_GECKO_LEUART
    depends on HAS_SILABS_GECKO && GPIO_GECKO && SERIAL
    help
      Enable the Gecko leuart driver.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)