projectacrn.github.io/2.2/_sources/reference/kconfig/CONFIG_SERIAL_PCI.rst.txt

47 lines
850 B
ReStructuredText

:orphan:
.. title:: SERIAL_PCI
.. option:: CONFIG_SERIAL_PCI
*PCI*
Type: ``bool``
Help
====
Select this if the serial port shall be accessed via PCI memory-mapped
registers.
Direct dependencies
===================
\ :ref:`<choice: Serial IO type> <choice_1>`
*(Includes any dependencies from if's and menus.)*
Kconfig definition
==================
.. highlight:: kconfig
At ``arch/x86/Kconfig:117``
Included via ``Kconfig:3``
Menu path: (top menu) → Serial IO type
.. parsed-literal::
config SERIAL_PCI
bool
prompt "PCI" if \ :ref:`<choice: Serial IO type> <choice_1>`
depends on \ :ref:`<choice: Serial IO type> <choice_1>`
help
Select this if the serial port shall be accessed via PCI memory-mapped
registers.
*(Definitions include propagated dependencies, including from if's and menus.)*