37 lines
757 B
ReStructuredText
37 lines
757 B
ReStructuredText
|
|
.. _CONFIG_DEBUG:
|
|
|
|
CONFIG_DEBUG
|
|
############
|
|
|
|
|
|
Build a kernel suitable for debugging. Right now, this option
|
|
only disables optimization, more debugging variants can be selected
|
|
from here to allow more debugging.
|
|
|
|
|
|
|
|
:Symbol: DEBUG
|
|
:Type: bool
|
|
:Value: "n"
|
|
:User value: (no user value)
|
|
:Visibility: "y"
|
|
:Is choice item: false
|
|
:Is defined: true
|
|
:Is from env.: false
|
|
:Is special: false
|
|
:Prompts:
|
|
|
|
* "Build kernel with debugging"
|
|
:Default values:
|
|
|
|
* n (value: "n")
|
|
* Condition: (none)
|
|
:Selects:
|
|
(no selects)
|
|
:Reverse (select-related) dependencies:
|
|
(no reverse dependencies)
|
|
:Additional dependencies from enclosing menus and ifs:
|
|
(no additional dependencies)
|
|
:Locations:
|
|
* misc/Kconfig:61 |