CONFIG_SERIAL_PIO_BASE

Base address of serial PIO region

Type: hex

Help

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

Direct dependencies

SERIAL_LEGACY

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

Defaults

Kconfig definition

At arch/x86/Kconfig:141

Included via Kconfig:3

Menu path: (top menu)

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

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