{% extends "base.html" %} {% block head %} {% endblock %} {% block content %}
{{build.kconfig_file.absolute()}}
{% for kc in build.kconfigs %} {% endfor %}
Value Source
{{kc.sym_type}} {{kc.name}} {% if not kc.visible %} {% endif %} {% if kconfig_browser and "CONFIG_DT_HAS_" not in kc.name %} {% endif %} {% if kc.src == "unset" %} Not set {% else %} {{kc.value}} {% endif %} {{kc.src_html()|safe}} {{kc.loc_html()|safe}}
{% endblock %}