-
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" ifSERIAL_MMIO
default 0xfc000000 ifSERIAL_MMIO
depends onSERIAL_MMIO
(Definitions include propagated dependencies, including from if’s and menus.)