Lines Matching refs:config
39 def _run_conf(self, mode, dot_config=None, out_file='.config',
44 dot_config: .config file to use for configuration base
45 out_file: file name to contain the output config data
60 # if .config is given, copy it to the working directory
63 os.path.join(temp_dir, '.config'))
86 # Retrieve the resulted config data only when .config is supposed
87 # to exist. If the command fails, the .config does not exist.
88 # 'listnewconfig' does not produce .config in the first place.
91 self.config = f.read()
93 self.config = None
110 if self.config is not None:
112 print(self.config)
119 dot_config: .config file to use for configuration base (optional)
129 dot_config: .config file to use for configuration base (optional)
139 dot_config: .config file to use for configuration base (optional)
160 return self._run_conf('--{}config'.format(mode), extra_env=extra_env)
165 all_config: fragment config file for KCONFIG_ALLCONFIG (optional)
173 all_config: fragment config file for KCONFIG_ALLCONFIG (optional)
181 all_config: fragment config file for KCONFIG_ALLCONFIG (optional)
189 all_config: fragment config file for KCONFIG_ALLCONFIG (optional)
197 all_config: fragment config file for KCONFIG_ALLCONFIG (optional)
205 dot_config: .config file for input
213 dot_config: .config file to use for configuration base (optional)
245 return self._contains('config', expected)
253 return self._matches('config', expected)