CONFIG_SERIAL_MMIO_BASE

Base address of serial MMIO region

Type: hex

Direct dependencies

SERIAL_MMIO

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

Defaults

Kconfig definition

At arch/x86/Kconfig:60, in menu (top menu):

config SERIAL_MMIO_BASE
    hex
    prompt "Base address of serial MMIO region" if SERIAL_MMIO
    default 0xfc000000 if SERIAL_MMIO
    depends on SERIAL_MMIO

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