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
64 # if .config is given, copy it to the working directory
67 os.path.join(temp_dir, '.config'))
90 # Retrieve the resulted config data only when .config is supposed
91 # to exist. If the command fails, the .config does not exist.
92 # 'listnewconfig' does not produce .config in the first place.
95 self.config = f.read()
97 self.config = None
114 if self.config is not None:
116 print(self.config)
123 dot_config: .config file to use for configuration base (optional)
133 dot_config: .config file to use for configuration base (optional)
143 dot_config: .config file to use for configuration base (optional)
164 return self._run_conf('--{}config'.format(mode), extra_env=extra_env)
169 all_config: fragment config file for KCONFIG_ALLCONFIG (optional)
177 all_config: fragment config file for KCONFIG_ALLCONFIG (optional)
185 all_config: fragment config file for KCONFIG_ALLCONFIG (optional)
193 all_config: fragment config file for KCONFIG_ALLCONFIG (optional)
201 all_config: fragment config file for KCONFIG_ALLCONFIG (optional)
209 dot_config: .config file for input
217 dot_config: .config file to use for configuration base (optional)
249 return self._contains('config', expected)
257 return self._matches('config', expected)