Searched refs:defconfig_file (Results 1 - 1 of 1) sorted by relevance

/scripts/kconfig/
H A Dconf.c484 const char *name, *defconfig_file = NULL /* gcc uninit */; local
499 defconfig_file = optarg;
554 if (!defconfig_file)
555 defconfig_file = conf_get_default_confname();
556 if (conf_read(defconfig_file)) {
559 "***\n"), defconfig_file);
663 if (conf_write_defconfig(defconfig_file)) {
665 defconfig_file);

Completed in 66 milliseconds