CONFIG_SERIAL_PIO_BASE

Base address of serial PIO region

Type: hex

Help

The base address of the UART ports. This is logically 16-bit but used as a 64-bit integer.

Direct dependencies

SERIAL_PIO

(Includes any dependencies from if’s and menus.)

Defaults

Kconfig definition

At arch/x86/Kconfig:155

Included via Kconfig:3

Menu path: (top menu)

config SERIAL_PIO_BASE
    hex
    prompt "Base address of serial PIO region" if SERIAL_PIO
    default 0x3f8 if SERIAL_PIO
    depends on SERIAL_PIO
    help
      The base address of the UART ports. This is logically 16-bit but used
      as a 64-bit integer.

(Definitions include propagated dependencies, including from if’s and menus.)