Searched refs:imply_flags (Results 1 – 1 of 1) sorted by relevance
1573 def do_imply_config(config_list, add_imply, imply_flags, skip_added, argument1671 if not (imply_flags & IMPLY_CMD):1674 if not (imply_flags & IMPLY_TARGET):1726 if num_common < (2 if imply_flags & IMPLY_MIN_2 else 5):1757 not (imply_flags & IMPLY_NON_ARCH_BOARD)):1845 imply_flags = 01846 if options.imply_flags == 'all':1847 imply_flags = -11849 elif options.imply_flags:1850 for flag in options.imply_flags.split(','):[all …]