-
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:143
Included via Kconfig:3
Menu path: (top menu)
config SERIAL_PCI_BDF string prompt "BDF of serial PCI device" ifSERIAL_PCI
default "0:18.2" ifSERIAL_PCI
depends onSERIAL_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.)