Searched refs:imply_config (Results 1 – 1 of 1) sorted by relevance
1460 def find_kconfig_rules(kconf, config, imply_config): argument1472 sym = kconf.get_symbol(imply_config)1479 def check_imply_rule(kconf, config, imply_config): argument1497 sym = kconf.get_symbol(imply_config)1510 if data[linenum - 1] != 'config %s' % imply_config:1645 for imply_config in rest_configs:1646 if 'ERRATUM' in imply_config:1649 if 'CONFIG_CMD' in imply_config:1652 if 'CONFIG_TARGET' in imply_config:1656 imply_defconfig = defconfig_db[imply_config][all …]