CONFIG_SERIAL_MMIO

MMIO

Type: bool

Help

Select this if the serial port shall be accessed via memory-mapped registers.

Direct dependencies

<choice: serial IO type>

(Includes any dependencies from if’s and menus.)

Kconfig definition

At arch/x86/Kconfig:133

Included via Kconfig:3

Menu path: (top menu) → serial IO type

config SERIAL_MMIO
    bool
    prompt "MMIO" if <choice: serial IO type>
    depends on <choice: serial IO type>
    help
      Select this if the serial port shall be accessed via memory-mapped
      registers.

(Definitions include propagated dependencies, including from if’s and menus.)