-
choice: serial IO type
serial IO type
Type: bool
Defaults¶
Choice options¶
Kconfig definition¶
At arch/x86/Kconfig:47, in menu (top menu):
choice
bool
prompt "serial IO type"
default SERIAL_MMIO if PLATFORM_SBL
default SERIAL_PIO if PLATFORM_UEFI
(Definitions include propagated dependencies, including from if’s and menus.)