Searched defs:kconf (Results 1 – 7 of 7) sorted by relevance
/scripts/kconfig/ |
A D | kconfig.py | 139 def check_no_promptless_assign(kconf): argument 150 def check_assigned_sym_values(kconf): argument 217 def check_assigned_choice_values(kconf): argument 250 def check_deprecated(kconf): argument 261 def check_experimental(kconf): argument 271 def check_not_secure(kconf): argument 289 def write_kconfig_filenames(kconf, kconfig_list_path): argument
|
A D | kconfigfunctions.py | 37 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 120 def dt_node_enabled(kconf, name, node): argument 152 def dt_nodelabel_exists(kconf, _, label): argument 752 def dt_has_compat(kconf, _, compat): argument 923 def dt_node_parent(kconf, _, path): argument 943 def dt_gpio_hogs_enabled(kconf, _): argument 990 def arith(kconf, name, *args): argument [all …]
|
A D | hardenconfig.py | 12 def hardenconfig(kconf): argument 39 def compare_with_hardened_conf(kconf, hardened_kconf_filename): argument
|
A D | kconfiglib.py | 6282 def load_allconfig(kconf, filename): argument 6803 def _filename_fn(kconf, _): argument 6807 def _lineno_fn(kconf, _): argument 6811 def _info_fn(kconf, _, msg): argument 6817 def _warning_if_fn(kconf, _, cond, msg): argument 6824 def _error_if_fn(kconf, _, cond, msg): argument 6832 def _shell_fn(kconf, _, command): argument
|
A D | guiconfig.py | 164 def menuconfig(kconf): argument
|
A D | menuconfig.py | 666 def menuconfig(kconf): argument
|
/scripts/ci/ |
A D | check_compliance.py | 781 def get_logging_syms(self, kconf): argument 830 def check_disallowed_defconfigs(self, kconf): argument 943 def get_defined_syms(self, kconf): argument 968 def check_top_menu_not_too_long(self, kconf): argument 991 def check_no_redefined_in_defconfig(self, kconf): argument 1006 def check_no_enable_in_boolean_prompt(self, kconf): argument 1031 def check_no_pointless_menuconfigs(self, kconf): argument 1057 def check_no_undef_within_kconfig(self, kconf): argument 1068 def check_soc_name_sync(self, kconf): argument 1096 def check_no_undef_outside_kconfig(self, kconf): argument [all …]
|
Completed in 29 milliseconds