- 
CONFIG_SERIAL_MMIO_BASE¶
Base address of serial MMIO region
Type: hex
Defaults¶
- 0xfc000000 if SERIAL_MMIO
Kconfig definition¶
At arch/x86/Kconfig:72, 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.)