Lines Matching refs:Kconfig
10 Kconfig := $(KBUILD_KCONFIG)
12 Kconfig := Kconfig
23 $(Q)$< $(silent) $(Kconfig)
26 $(Q)$< $(silent) $(Kconfig)
29 $(Q)$< $(silent) $(Kconfig)
32 $(Q)$< $(silent) --oldaskconfig $(Kconfig)
35 $(Q)$< $(silent) $(Kconfig)
46 $(Q)$(PERL) $(srctree)/$(src)/streamline_config.pl --$@ $(srctree) $(Kconfig) > .tmp.config
51 $< $(silent) --oldconfig $(Kconfig); \
55 $< $(silent) --oldconfig $(Kconfig); \
71 $(Q)$< $(silent) --$@ $(Kconfig)
76 $(Q)$< $(silent) --$@=defconfig $(Kconfig)
81 $(Q)$< $(silent) --defconfig=arch/$(SRCARCH)/configs/$(KBUILD_DEFCONFIG) $(Kconfig)
88 $(Q)$< $(silent) --defconfig=arch/$(SRCARCH)/configs/$@ $(Kconfig)
145 @echo ' testconfig - Run Kconfig unit tests (requires python3 and pytest)'