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

47 lines
873 B
ReStructuredText

:orphan:
.. title:: SERIAL_LEGACY
.. option:: CONFIG_SERIAL_LEGACY
*Legacy*
Type: ``bool``
Help
====
Select this if the serial port shall be accessed via legacy port in/out
instructions.
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:123``
Included via ``Kconfig:3``
Menu path: (top menu) → Serial IO type
.. parsed-literal::
config SERIAL_LEGACY
bool
prompt "Legacy" 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 legacy port in/out
instructions.
*(Definitions include propagated dependencies, including from if's and menus.)*