Home
last modified time | relevance | path

Searched defs:kconf (Results 1 – 7 of 7) sorted by relevance

/Zephyr-latest/scripts/kconfig/
Dkconfigfunctions.py37 def _warn(kconf, msg): argument
58 def dt_chosen_label(kconf, _, chosen): argument
78 def dt_chosen_enabled(kconf, _, chosen): argument
90 def dt_chosen_path(kconf, _, chosen): argument
102 def dt_chosen_has_compat(kconf, _, chosen, compat): argument
120 def dt_node_enabled(kconf, name, node): argument
152 def dt_nodelabel_enabled(kconf, _, label): argument
280 def _dt_chosen_reg_addr(kconf, chosen, index=0, unit=None): argument
304 def _dt_chosen_reg_size(kconf, chosen, index=0, unit=None): argument
328 def dt_chosen_reg(kconf, name, chosen, index=0, unit=None): argument
[all …]
Dkconfig.py137 def check_no_promptless_assign(kconf): argument
148 def check_assigned_sym_values(kconf): argument
215 def check_assigned_choice_values(kconf): argument
248 def check_deprecated(kconf): argument
259 def check_experimental(kconf): argument
277 def write_kconfig_filenames(kconf, kconfig_list_path): argument
Dhardenconfig.py12 def hardenconfig(kconf): argument
39 def compare_with_hardened_conf(kconf, hardened_kconf_filename): argument
Dkconfiglib.py6280 def load_allconfig(kconf, filename): argument
6801 def _filename_fn(kconf, _): argument
6805 def _lineno_fn(kconf, _): argument
6809 def _info_fn(kconf, _, msg): argument
6815 def _warning_if_fn(kconf, _, cond, msg): argument
6822 def _error_if_fn(kconf, _, cond, msg): argument
6830 def _shell_fn(kconf, _, command): argument
Dguiconfig.py164 def menuconfig(kconf): argument
Dmenuconfig.py666 def menuconfig(kconf): argument
/Zephyr-latest/scripts/ci/
Dcheck_compliance.py649 def get_logging_syms(self, kconf): argument
682 def get_defined_syms(self, kconf): argument
708 def check_top_menu_not_too_long(self, kconf): argument
731 def check_no_redefined_in_defconfig(self, kconf): argument
746 def check_no_enable_in_boolean_prompt(self, kconf): argument
771 def check_no_pointless_menuconfigs(self, kconf): argument
797 def check_no_undef_within_kconfig(self, kconf): argument
808 def check_soc_name_sync(self, kconf): argument
836 def check_no_undef_outside_kconfig(self, kconf): argument