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

/u-boot/tools/buildman/
H A Dkconfiglib.py5811 def indent_add_cond(s, cond): function in function:MenuNode._sym_choice_node_str
5836 indent_add_cond(prefix + ' "{}"'.format(escape(self.prompt[0])),
5853 indent_add_cond(
5859 indent_add_cond("default " + expr_str(default, sc_expr_str_fn),
5867 indent_add_cond("select " + sc_expr_str_fn(select), cond)
5870 indent_add_cond("imply " + sc_expr_str_fn(imply), cond)

Completed in 50 milliseconds