Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/scripts/kconfig/
Dkconfiglib.py5807 def indent_add(s): function
5813 indent_add(s)
5826 indent_add(TYPE_TO_STR[sc.orig_type])
5840 indent_add("option allnoconfig_y")
5843 indent_add("option defconfig_list")
5846 indent_add('option env="{}"'.format(sc.env_var))
5849 indent_add("option modules")
5862 indent_add("optional")
5872 indent_add("depends on " + expr_str(self.dep, sc_expr_str_fn))
5875 indent_add("help")
[all …]