-
CONFIG_SERIAL_MMIO_BASE¶
Base address of serial MMIO region
Type: hex
Help¶
A 64-bit integer indicating the base physical address of the memory-mapped UART registers.
Defaults¶
- 0xfc000000 if
SERIAL_MMIO
Kconfig definition¶
At arch/x86/Kconfig:147
Included via Kconfig:3
Menu path: (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
help
A 64-bit integer indicating the base physical address of the
memory-mapped UART registers.
(Definitions include propagated dependencies, including from if’s and menus.)