Searched refs:allnoconfig (Results 1 – 14 of 14) sorted by relevance
27 allnoconfig, enumerator 630 {"allnoconfig", no_argument, &input_mode_opt, allnoconfig}, in conf_usage() 662 printf(" --allnoconfig New config where all options are answered with no\n"); in main() 751 case allnoconfig: in main() 769 case allnoconfig: name = "allno.config"; break; in main() 804 case allnoconfig: in main()
27 echo " -n use allnoconfig instead of alldefconfig"53 ALLTARGET=allnoconfig293 # allnoconfig: Fills in any missing symbols with # CONFIG_* is not set
78 simple-targets := oldconfig allnoconfig allyesconfig allmodconfig \117 $(Q)KCONFIG_ALLCONFIG=kernel/configs/tiny-base.config $(MAKE) -f $(srctree)/Makefile allnoconfig
23 assert conf.allnoconfig() == 0
78 The allyesconfig/allmodconfig/alldefconfig/allnoconfig/randconfig variants99 KCONFIG_ALLCONFIG=custom-notebook.config make allnoconfig103 KCONFIG_ALLCONFIG=mini.config make allnoconfig107 make KCONFIG_ALLCONFIG=mini.config allnoconfig109 These examples will disable most options (allnoconfig) but enable or
6 # make KBUILD_KCONFIG=Documentation/kbuild/Kconfig.recursion-issue-01 allnoconfig
6 # make KBUILD_KCONFIG=Documentation/kbuild/Kconfig.recursion-issue-02 allnoconfig
681 make KBUILD_KCONFIG=Documentation/kbuild/Kconfig.recursion-issue-01 allnoconfig690 make KBUILD_KCONFIG=Documentation/kbuild/Kconfig.recursion-issue-02 allnoconfig
20 # pretty useless systems starting from allnoconfig
199 def allnoconfig(self, all_config=None): member in Conf
174 "make allnoconfig" 通过尽可能将选项值设置为“n”,创建一个
92 b) con ``allnoconfig``, ``allmodconfig``
92 b) Passa em ``allnoconfig``, ``allmodconfig``
337 $(MAKE) -C $(KERNEL_PATH) O=$(KERNEL_BUILD_PATH) ARCH=$(KERNEL_ARCH) allnoconfig