-
choice: serial IO type
serial IO type
Type: bool
Help¶
Whether the physical serial port shall be accessed via memory-mapped registers or I/O ports.
Defaults¶
SERIAL_MMIO
ifPLATFORM_SBL
&& !RELEASE
SERIAL_PIO
ifPLATFORM_UEFI
&& !RELEASE
Choice options¶
Kconfig definition¶
At arch/x86/Kconfig:124
Included via Kconfig:3
Menu path: (top menu)
choice bool prompt "serial IO type" if !RELEASE
defaultSERIAL_MMIO
ifPLATFORM_SBL
&& !RELEASE
defaultSERIAL_PIO
ifPLATFORM_UEFI
&& !RELEASE
depends on !RELEASE
help Whether the physical serial port shall be accessed via memory-mapped registers or I/O ports.
(Definitions include propagated dependencies, including from if’s and menus.)