Home
last modified time | relevance | path

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

/Zephyr-Core-2.7.6/scripts/kconfig/
Dkconfiglib.py5806 def indent_add(s): function
5812 indent_add(s)
5825 indent_add(TYPE_TO_STR[sc.orig_type])
5839 indent_add("option allnoconfig_y")
5842 indent_add("option defconfig_list")
5845 indent_add('option env="{}"'.format(sc.env_var))
5848 indent_add("option modules")
5861 indent_add("optional")
5871 indent_add("depends on " + expr_str(self.dep, sc_expr_str_fn))
5874 indent_add("help")
[all …]