CONFIG_SERIAL_PIO

PIO

Type: bool

Direct dependencies

<choice: serial IO type>

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

Kconfig definition

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

config SERIAL_PIO
    bool
    prompt "PIO" if <choice: serial IO type>
    depends on <choice: serial IO type>

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