Searched refs:imply_config (Results 1 – 1 of 1) sorted by relevance
1483 def find_kconfig_rules(kconf, config, imply_config): argument1495 sym = kconf.get_symbol(imply_config)1502 def check_imply_rule(kconf, config, imply_config): argument1520 sym = kconf.get_symbol(imply_config)1533 if data[linenum - 1] != 'config %s' % imply_config:1668 for imply_config in rest_configs:1669 if 'ERRATUM' in imply_config:1672 if 'CONFIG_CMD' in imply_config:1675 if 'CONFIG_TARGET' in imply_config:1679 imply_defconfig = defconfig_db[imply_config][all …]