Home
last modified time | relevance | path

Searched refs:kconf (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/u-boot/tools/
H A Dmoveconfig.py1461 def find_kconfig_rules(kconf, config, imply_config): argument
1473 sym = kconf.get_symbol(imply_config)
1480 def check_imply_rule(kconf, config, imply_config): argument
1498 sym = kconf.get_symbol(imply_config)
1593 kconf = KconfigScanner().conf if check_kconfig else None
1710 if kconf:
1711 sym = find_kconfig_rules(kconf, config[CONFIG_LEN:],
1724 sym = kconf.get_symbol(iconfig[CONFIG_LEN:])
1740 fname, linenum, kconfig_info = (check_imply_rule(kconf,
/OK3568_Linux_fs/yocto/poky/documentation/kernel-dev/
H A Dadvanced.rst227 kconf hardware smp.cfg
248 Also within the ``smp.scc`` file, the ``kconf`` command includes the
258 The description file can include multiple ``kconf`` statements, one per
339 kconf non-hardware myfeature.cfg
341 This example shows how the ``patch`` and ``kconf`` commands are used as well
421 kconf non-hardware standard.cfg
437 directly pull in configuration fragments and patches with the ``kconf``
546 kconf hardware mybsp-extra.cfg
561 kconf hardware mti-malta32-le.cfg
595 kconf hardware cfg/8250.cfg
[all …]
/OK3568_Linux_fs/
H A DMakefile58 BUILD_DIR := $(OUTDIR)/kconf
/OK3568_Linux_fs/device/rockchip/common/
H A DMakefile58 BUILD_DIR := $(OUTDIR)/kconf
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Ddevtool-source.bbclass104 if line and line[0] in ('kconf', 'patch'):