-
CONFIG_SERIAL_PCI_BDF
¶
BDF of serial PCI device
Type: hex
Help¶
BDF: bus, device and function of the serial PCI device. The BDF is packed into a 16bit WORD with format (B:8, D:5, F:3). For an example, PCI device ttyS2: 0:18.2.
Defaults¶
- 0x00c2 if
SERIAL_PCI
Kconfig definition¶
At arch/x86/Kconfig:136
Included via Kconfig:3
Menu path: (top menu)
config SERIAL_PCI_BDF hex prompt "BDF of serial PCI device" ifSERIAL_PCI
default 0x00c2 ifSERIAL_PCI
depends onSERIAL_PCI
help BDF: bus, device and function of the serial PCI device. The BDF is packed into a 16bit WORD with format (B:8, D:5, F:3). For an example, PCI device ttyS2: 0:18.2.
(Definitions include propagated dependencies, including from if’s and menus.)