Searched refs:Kconfig (Results 1 – 11 of 11) sorted by relevance
31 class Kconfig: class81 def parse_file(path: str) -> Kconfig:85 def parse_from_string(blob: str) -> Kconfig:87 kconfig = Kconfig()
58 def make_arch_config(self, base_kunitconfig: kunit_config.Kconfig) -> kunit_config.Kconfig: argument115 def make_arch_config(self, base_kunitconfig: kunit_config.Kconfig) -> kunit_config.Kconfig: argument147 def make_arch_config(self, base_kunitconfig: kunit_config.Kconfig) -> kunit_config.Kconfig: argument173 kunitconfig_paths: Optional[List[str]]=None) -> kunit_config.Kconfig:180 merged = kunit_config.Kconfig()
45 kconfig0 = kunit_config.Kconfig()48 kconfig1 = kunit_config.Kconfig()59 expected_kconfig = kunit_config.Kconfig()71 expected_kconfig = kunit_config.Kconfig()437 want_kconfig = kunit_config.Kconfig()466 want_kconfig = kunit_config.Kconfig()
4 Kconfig Parameters:14 Kconfig Parameters Ignored:
5 Kconfig Parameters:39 Kconfig Parameters Ignored:
14 Kconfig required:
53 Kconfig options:63 It's also recommended that you also include the following Kconfig options:72 There is a `Kconfig` file in this directory whose contents you can append to81 [BTF](https://docs.kernel.org/bpf/btf.html) (i.e. with the BTF-related Kconfig
45 echo ' ---' Kconfig fragment at: $config_template >> $resdir/log
59 your existing Kconfig), recompiles the bpf selftests, runs them (by default
461 So to start with, in order to add HAVE_PERF_EVENTS to your Kconfig, you
334 Kconfig options set properly, KCSAN can be quite helpful, although
Completed in 11 milliseconds