Searched refs:imply_flags (Results 1 – 1 of 1) sorted by relevance
1551 def do_imply_config(config_list, add_imply, imply_flags, skip_added, argument1649 if not (imply_flags & IMPLY_CMD):1652 if not (imply_flags & IMPLY_TARGET):1704 if num_common < (2 if imply_flags & IMPLY_MIN_2 else 5):1735 not (imply_flags & IMPLY_NON_ARCH_BOARD)):1823 imply_flags = 01824 if options.imply_flags == 'all':1825 imply_flags = -11827 elif options.imply_flags:1828 for flag in options.imply_flags.split(','):[all …]