- 
choice: Serial IO type
Serial IO type
Type: bool
Help¶
If selected, this configures whether the physical serial port shall be accessed via memory-mapped registers or I/O ports.
If this is not selected, the serial port is disabled. This is the default.
Defaults¶
No defaults. Implicitly defaults to the first (visible) choice option.
Choice options¶
Kconfig definition¶
At arch/x86/Kconfig:108
Included via Kconfig:3
Menu path: (top menu)
choice
    bool "Serial IO type"
    optional
    depends on !RELEASE
    help
      If selected, this configures whether the physical serial port shall
      be accessed via memory-mapped registers or I/O ports.
      If this is not selected, the serial port is disabled. This is the
      default.
(Definitions include propagated dependencies, including from if’s and menus.)