Searched refs:imply_config (Results 1 – 1 of 1) sorted by relevance
1461 def find_kconfig_rules(kconf, config, imply_config): argument1473 sym = kconf.get_symbol(imply_config)1480 def check_imply_rule(kconf, config, imply_config): argument1498 sym = kconf.get_symbol(imply_config)1511 if data[linenum - 1] != 'config %s' % imply_config:1646 for imply_config in rest_configs:1647 if 'ERRATUM' in imply_config:1650 if 'CONFIG_CMD' in imply_config:1653 if 'CONFIG_TARGET' in imply_config:1657 imply_defconfig = defconfig_db[imply_config][all …]