- 
CONFIG_SERIAL_PCI_BDF¶
BDF of serial PCI device
Type: string
Help¶
BDF: bus, device and function of the serial PCI device; for an example, PCI device ttyS2: 0:18.2.
Defaults¶
- “0:18.2” if SERIAL_PCI
Kconfig definition¶
At arch/x86/Kconfig:154
Included via Kconfig:3
Menu path: (top menu)
config SERIAL_PCI_BDF
    string
    prompt "BDF of serial PCI device" if SERIAL_PCI
    default "0:18.2" if SERIAL_PCI
    depends on SERIAL_PCI
    help
      BDF: bus, device and function of the serial PCI device; for an example,
      PCI device ttyS2: 0:18.2.
(Definitions include propagated dependencies, including from if’s and menus.)