Home
last modified time | relevance | path

Searched refs:expr_str (Results 1 – 5 of 5) sorted by relevance

/Zephyr-Core-3.6.0/doc/_extensions/zephyr/kconfig/
D__init__.py265 fmt = kconfiglib.expr_str(value, sc_fmt)
301 dependencies = kconfiglib.expr_str(node.dep, sc_fmt)
305 fmt = kconfiglib.expr_str(value, sc_fmt)
312 fmt = kconfiglib.expr_str(value, sc_fmt)
319 fmt = kconfiglib.expr_str(value, sc_fmt)
337 choices.append(kconfiglib.expr_str(sym, sc_fmt))
/Zephyr-Core-3.6.0/scripts/kconfig/
Dkconfig.py26 from kconfiglib import Kconfig, split_expr, expr_value, expr_str, BOOL, \
166 estr = expr_str(expr)
Dkconfiglib.py3806 sym.name_and_loc, expr_str(default)))
3884 .format(choice.name_and_loc, expr_str(default)))
4999 .format(self.name_and_loc, expr_str(self.direct_dep),
5019 expr_str(selecting_sym.direct_dep),
5024 .format(expr_str(select[2]),
5837 s += "\n\tdepends on {}".format(expr_str(self.dep, sc_expr_str_fn))
5840 s += "\n\tvisible if {}".format(expr_str(self.visibility,
5851 s += " if " + expr_str(cond, sc_expr_str_fn)
5902 indent_add_cond("default " + expr_str(default, sc_expr_str_fn),
5916 indent_add("depends on " + expr_str(self.dep, sc_expr_str_fn))
[all …]
Dguiconfig.py85 expr_str, expr_value, split_expr, \
2308 return expr_str(expr, _name_and_val_str)
Dmenuconfig.py221 expr_str, expr_value, split_expr, \
2840 return expr_str(expr, _name_and_val_str)