Home
last modified time | relevance | path

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

/hal_nxp-3.6.0/mcux/mcux-sdk/scripts/kconfig/
Dkconfiglib.py5810 def indent_add_cond(s, cond): function
5835 indent_add_cond(prefix + ' "{}"'.format(escape(self.prompt[0])),
5852 indent_add_cond(
5858 indent_add_cond("default " + expr_str(default, sc_expr_str_fn),
5866 indent_add_cond("select " + sc_expr_str_fn(select), cond)
5869 indent_add_cond("imply " + sc_expr_str_fn(imply), cond)