Lines Matching refs:detected
14 $(shell printf "" > $(OUTPUT).config-detected)
15 detected = $(shell echo "$(1)=y" >> $(OUTPUT).config-detected) macro
16 detected_var = $(shell echo "$(1)=$($(1))" >> $(OUTPUT).config-detected)
28 $(call detected,CONFIG_X86)
33 $(call detected,CONFIG_X86_64)
51 $(call detected,CONFIG_PERF_REGS)
287 $(call detected,CONFIG_LIBELF)
312 $(call detected,CONFIG_DWARF)
319 $(call detected,CONFIG_LIBBPF)
354 $(call detected,CONFIG_LIBDW_DWARF_UNWIND)
358 $(call detected,CONFIG_LIBUNWIND)
367 $(call detected,CONFIG_DWARF_UNWIND)
396 $(call detected,CONFIG_AUDIT)
413 $(call detected,CONFIG_SLANG)
452 $(call detected,CONFIG_LIBPERL)
511 $(call detected,CONFIG_LIBPYTHON)
569 $(call detected,CONFIG_ZLIB)
579 $(call detected,CONFIG_LZMA)
603 $(call detected,CONFIG_NUMA)
643 $(call detected,CONFIG_LIBBABELTRACE)
654 $(call detected,CONFIG_AUXTRACE)