--- scripts/kconfig/conf.c	2011-10-07 10:45:12.000000000 +0200
+++ scripts/kconfig/conf.c	2011-10-07 10:45:21.000000000 +0200
@@ -520,14 +520,9 @@
 	switch (input_mode) {
 	case defconfig:
 		if (!defconfig_file)
-			defconfig_file = conf_get_default_confname();
-		if (conf_read(defconfig_file)) {
-			printf(_("***\n"
-				"*** Can't find default configuration \"%s\"!\n"
-				"***\n"), defconfig_file);
-			exit(1);
-		}
-		break;
+			break;
+				/* Freetz: We don't have .defconfig file, create config from defaults */
+				/* defconfig_file = conf_get_default_confname(); */
 	case savedefconfig:
 	case silentoldconfig:
 	case oldaskconfig:
