Hello.
On 25-05-2012 1:03, Steven J. Hill wrote:
From: "Steven J. Hill"<sjhill@mips.com>
Signed-off-by: Steven J. Hill<sjhill@mips.com>
---
arch/mips/configs/malta_defconfig | 1793 ++++++++++++++++++++++++++++++++-
arch/mips/configs/maltaaprp_defconfig | 1739 ++++++++++++++++++++++++++++++++
arch/mips/configs/maltasmtc_defconfig | 1746 ++++++++++++++++++++++++++++++++
arch/mips/configs/maltasmvp_defconfig | 1750 ++++++++++++++++++++++++++++++++
arch/mips/configs/maltaup_defconfig | 1734 +++++++++++++++++++++++++++++++
5 files changed, 8730 insertions(+), 32 deletions(-)
create mode 100644 arch/mips/configs/maltaaprp_defconfig
create mode 100644 arch/mips/configs/maltasmtc_defconfig
create mode 100644 arch/mips/configs/maltasmvp_defconfig
create mode 100644 arch/mips/configs/maltaup_defconfig
diff --git a/arch/mips/configs/malta_defconfig
b/arch/mips/configs/malta_defconfig
index 5527abb..d412195 100644
--- a/arch/mips/configs/malta_defconfig
+++ b/arch/mips/configs/malta_defconfig
@@ -1,58 +1,465 @@
+#
+# Automatically generated file; DO NOT EDIT.
+# Linux/mips 3.4.0 Kernel Configuration
+#
+CONFIG_MIPS=y
+
+#
+# Machine selection
+#
+CONFIG_ZONE_DMA=y
+# CONFIG_MIPS_ALCHEMY is not set
+# CONFIG_AR7 is not set
+# CONFIG_ATH79 is not set
+# CONFIG_BCM47XX is not set
+# CONFIG_BCM63XX is not set
+# CONFIG_MIPS_COBALT is not set
+# CONFIG_MACH_DECSTATION is not set
+# CONFIG_MACH_JAZZ is not set
+# CONFIG_MACH_JZ4740 is not set
+# CONFIG_LANTIQ is not set
+# CONFIG_LASAT is not set
+# CONFIG_MACH_LOONGSON is not set
I think you should use 'make savedefconfig' to save space on non-seleected
items. At least 'malta_defconfig' was clearly generated that way before --
using that target has become a common practice nowadays.
WBR, Sergei
|