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

42 lines
580 B
ReStructuredText

:orphan:
.. title:: BOARD
.. option:: CONFIG_BOARD
*Target board*
Type: ``string``
Help
====
The target board this build runs on top of.
Defaults
========
No defaults. Implicitly defaults to the empty string.
Kconfig definition
==================
.. highlight:: kconfig
At ``arch/x86/Kconfig:43``
Included via ``Kconfig:3``
Menu path: (top menu)
.. parsed-literal::
config BOARD
string
prompt "Target board"
help
The target board this build runs on top of.
*(Definitions include propagated dependencies, including from if's and menus.)*