The latest development version of this page may be more current than this released 2.7.5 version.

CONFIG_UART_APBUART

ABPUART serial driver

Type: bool

Help

This option enables the APBUART driver for LEON processors.

Direct dependencies

SOC_SPARC_LEON && SERIAL

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Symbols selected by this symbol

Kconfig definition

At drivers/serial/Kconfig.apbuart:4

Included via Kconfig:8Kconfig.zephyr:42drivers/Kconfig:26drivers/serial/Kconfig:162

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

config UART_APBUART
    bool "ABPUART serial driver"
    select SERIAL_HAS_DRIVER
    select SERIAL_SUPPORT_INTERRUPT
    depends on SOC_SPARC_LEON && SERIAL
    help
      This option enables the APBUART driver for LEON processors.

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