CONFIG_SERIAL_MMIO

MMIO

Type: bool

Direct dependencies

<choice: serial IO type>

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

Kconfig definition

At arch/x86/Kconfig:52, in menu (top menu) serial IO type:

config SERIAL_MMIO
    bool
    prompt "MMIO" if <choice: serial IO type>
    depends on <choice: serial IO type>

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