Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/scripts/kconfig/
Dkconfiglib.py5809 def indent_add_cond(s, cond): function
5834 indent_add_cond(prefix + ' "{}"'.format(escape(self.prompt[0])),
5851 indent_add_cond(
5857 indent_add_cond("default " + expr_str(default, sc_expr_str_fn),
5865 indent_add_cond("select " + sc_expr_str_fn(select), cond)
5868 indent_add_cond("imply " + sc_expr_str_fn(imply), cond)