Kconfig is organized in a hierarchical structure where child options are nested under parent options. In some cases, the parent option must be enabled first before the child option is visible. Similarly, enabling a parent node can also enable one or more of its children.
You can customize the Kconfig option settings in one of the following ways, depending on the option type:
-
For options with the checkbox, you can tick or untick the checkbox to enable or disable the option, respectively.
-
For options with a pencil icon, you can write the new value in the input field.
To see details about a particular option, click the item in the tree or click the View Information button.
The Kconfig option details appear in the adjacent information area and the breadcrumb is updated with the path to the selected Kconfig option.
To see where the Kconfig symbol is defined, click the Jump to Definition button. This opens the related Kconfig file in the editor.
The changes are not applied until you save them.
Note
You cannot edit hidden nodes.