projectacrn.github.io/0.7/_sources/reference/kconfig/CONFIG_COM_BASE.rst.txt

51 lines
878 B
ReStructuredText

:orphan:
.. title:: COM_BASE
.. option:: CONFIG_COM_BASE
*Base address of the vuart port*
Type: ``hex``
Help
====
Base address of the vuart port.
Direct dependencies
===================
!\ :option:`RELEASE <CONFIG_RELEASE>`
*(Includes any dependencies from if's and menus.)*
Defaults
========
- 0x3f8 if !\ :option:`RELEASE <CONFIG_RELEASE>`
Kconfig definition
==================
.. highlight:: kconfig
At ``arch/x86/Kconfig:170``
Included via ``Kconfig:3``
Menu path: (top menu)
.. parsed-literal::
config COM_BASE
hex
prompt "Base address of the vuart port" if !\ :option:`RELEASE <CONFIG_RELEASE>`
default 0x3f8 if !\ :option:`RELEASE <CONFIG_RELEASE>`
depends on !\ :option:`RELEASE <CONFIG_RELEASE>`
help
Base address of the vuart port.
*(Definitions include propagated dependencies, including from if's and menus.)*