Author: waldi Date: Sat Sep 23 20:11:02 2006 New Revision: 7496 Modified: dists/trunk/linux-2.6/debian/arch/alpha/config dists/trunk/linux-2.6/debian/arch/amd64/config dists/trunk/linux-2.6/debian/arch/arm/config.iop32x dists/trunk/linux-2.6/debian/arch/arm/config.ixp4xx dists/trunk/linux-2.6/debian/arch/arm/config.rpc dists/trunk/linux-2.6/debian/arch/arm/config.s3c2410 dists/trunk/linux-2.6/debian/arch/config dists/trunk/linux-2.6/debian/arch/hppa/config dists/trunk/linux-2.6/debian/arch/i386/config dists/trunk/linux-2.6/debian/arch/ia64/config dists/trunk/linux-2.6/debian/arch/m68k/config dists/trunk/linux-2.6/debian/arch/mips/config.r4k-ip22 dists/trunk/linux-2.6/debian/arch/mips/config.r5k-ip32 dists/trunk/linux-2.6/debian/arch/powerpc/config dists/trunk/linux-2.6/debian/arch/powerpc/config.apus dists/trunk/linux-2.6/debian/arch/s390/config dists/trunk/linux-2.6/debian/arch/sparc/config dists/trunk/linux-2.6/debian/arch/sparc/config.sparc32
Log: debian/arch: Unify embedded config. Modified: dists/trunk/linux-2.6/debian/arch/alpha/config ============================================================================== --- dists/trunk/linux-2.6/debian/arch/alpha/config (original) +++ dists/trunk/linux-2.6/debian/arch/alpha/config Sat Sep 23 20:11:02 2006 @@ -6,7 +6,6 @@ CONFIG_CLEAN_COMPILE=y CONFIG_KOBJECT_UEVENT=y # CONFIG_IKCONFIG is not set -# CONFIG_EMBEDDED is not set # CONFIG_KALLSYMS_ALL is not set CONFIG_ALPHA_GENERIC=y # CONFIG_ALPHA_ALCOR is not set Modified: dists/trunk/linux-2.6/debian/arch/amd64/config ============================================================================== --- dists/trunk/linux-2.6/debian/arch/amd64/config (original) +++ dists/trunk/linux-2.6/debian/arch/amd64/config Sat Sep 23 20:11:02 2006 @@ -7,7 +7,6 @@ CONFIG_GENERIC_IOMAP=y CONFIG_IKCONFIG=y CONFIG_IKCONFIG_PROC=y -# CONFIG_EMBEDDED is not set # CONFIG_KALLSYMS_ALL is not set CONFIG_X86_TSC=y CONFIG_X86_GOOD_APIC=y Modified: dists/trunk/linux-2.6/debian/arch/arm/config.iop32x ============================================================================== --- dists/trunk/linux-2.6/debian/arch/arm/config.iop32x (original) +++ dists/trunk/linux-2.6/debian/arch/arm/config.iop32x Sat Sep 23 20:11:02 2006 @@ -26,7 +26,6 @@ CONFIG_INITRAMFS_SOURCE="" CONFIG_UID16=y CONFIG_CC_OPTIMIZE_FOR_SIZE=y -# CONFIG_EMBEDDED is not set CONFIG_KALLSYMS=y # CONFIG_KALLSYMS_EXTRA_PASS is not set CONFIG_HOTPLUG=y Modified: dists/trunk/linux-2.6/debian/arch/arm/config.ixp4xx ============================================================================== --- dists/trunk/linux-2.6/debian/arch/arm/config.ixp4xx (original) +++ dists/trunk/linux-2.6/debian/arch/arm/config.ixp4xx Sat Sep 23 20:11:02 2006 @@ -23,7 +23,6 @@ CONFIG_INITRAMFS_SOURCE="" CONFIG_UID16=y CONFIG_CC_OPTIMIZE_FOR_SIZE=y -# CONFIG_EMBEDDED is not set CONFIG_KALLSYMS=y # CONFIG_KALLSYMS_EXTRA_PASS is not set CONFIG_HOTPLUG=y Modified: dists/trunk/linux-2.6/debian/arch/arm/config.rpc ============================================================================== --- dists/trunk/linux-2.6/debian/arch/arm/config.rpc (original) +++ dists/trunk/linux-2.6/debian/arch/arm/config.rpc Sat Sep 23 20:11:02 2006 @@ -26,7 +26,6 @@ # CONFIG_AUDIT is not set # CONFIG_IKCONFIG is not set CONFIG_INITRAMFS_SOURCE="" -# CONFIG_EMBEDDED is not set CONFIG_KALLSYMS=y # CONFIG_KALLSYMS_ALL is not set # CONFIG_KALLSYMS_EXTRA_PASS is not set Modified: dists/trunk/linux-2.6/debian/arch/arm/config.s3c2410 ============================================================================== --- dists/trunk/linux-2.6/debian/arch/arm/config.s3c2410 (original) +++ dists/trunk/linux-2.6/debian/arch/arm/config.s3c2410 Sat Sep 23 20:11:02 2006 @@ -24,7 +24,6 @@ # CONFIG_AUDIT is not set # CONFIG_IKCONFIG is not set CONFIG_INITRAMFS_SOURCE="" -# CONFIG_EMBEDDED is not set CONFIG_KALLSYMS=y # CONFIG_KALLSYMS_ALL is not set # CONFIG_KALLSYMS_EXTRA_PASS is not set Modified: dists/trunk/linux-2.6/debian/arch/config ============================================================================== --- dists/trunk/linux-2.6/debian/arch/config (original) +++ dists/trunk/linux-2.6/debian/arch/config Sat Sep 23 20:11:02 2006 @@ -1035,3 +1035,4 @@ CONFIG_PARPORT_PC_PCMCIA=m CONFIG_PARPORT_1284=y # CONFIG_INPUT_EVBUG is not set +# CONFIG_EMBEDDED is not set Modified: dists/trunk/linux-2.6/debian/arch/hppa/config ============================================================================== --- dists/trunk/linux-2.6/debian/arch/hppa/config (original) +++ dists/trunk/linux-2.6/debian/arch/hppa/config Sat Sep 23 20:11:02 2006 @@ -18,7 +18,6 @@ CONFIG_KOBJECT_UEVENT=y CONFIG_IKCONFIG=y # CONFIG_IKCONFIG_PROC is not set -# CONFIG_EMBEDDED is not set CONFIG_KALLSYMS=y # CONFIG_KALLSYMS_ALL is not set # CONFIG_KALLSYMS_EXTRA_PASS is not set Modified: dists/trunk/linux-2.6/debian/arch/i386/config ============================================================================== --- dists/trunk/linux-2.6/debian/arch/i386/config (original) +++ dists/trunk/linux-2.6/debian/arch/i386/config Sat Sep 23 20:11:02 2006 @@ -3,7 +3,6 @@ CONFIG_GENERIC_ISA_DMA=y CONFIG_GENERIC_IOMAP=y # CONFIG_IKCONFIG is not set -# CONFIG_EMBEDDED is not set # CONFIG_KALLSYMS_ALL is not set CONFIG_X86_PC=y # CONFIG_X86_ELAN is not set Modified: dists/trunk/linux-2.6/debian/arch/ia64/config ============================================================================== --- dists/trunk/linux-2.6/debian/arch/ia64/config (original) +++ dists/trunk/linux-2.6/debian/arch/ia64/config Sat Sep 23 20:11:02 2006 @@ -2,7 +2,6 @@ CONFIG_KOBJECT_UEVENT=y CONFIG_IKCONFIG=y CONFIG_IKCONFIG_PROC=y -# CONFIG_EMBEDDED is not set # CONFIG_KALLSYMS_ALL is not set CONFIG_IA64=y CONFIG_64BIT=y Modified: dists/trunk/linux-2.6/debian/arch/m68k/config ============================================================================== --- dists/trunk/linux-2.6/debian/arch/m68k/config (original) +++ dists/trunk/linux-2.6/debian/arch/m68k/config Sat Sep 23 20:11:02 2006 @@ -24,7 +24,6 @@ # CONFIG_HOTPLUG is not set CONFIG_KOBJECT_UEVENT=y # CONFIG_IKCONFIG is not set -# CONFIG_EMBEDDED is not set CONFIG_KALLSYMS=y # CONFIG_KALLSYMS_ALL is not set # CONFIG_KALLSYMS_EXTRA_PASS is not set Modified: dists/trunk/linux-2.6/debian/arch/mips/config.r4k-ip22 ============================================================================== --- dists/trunk/linux-2.6/debian/arch/mips/config.r4k-ip22 (original) +++ dists/trunk/linux-2.6/debian/arch/mips/config.r4k-ip22 Sat Sep 23 20:11:02 2006 @@ -152,7 +152,6 @@ # CONFIG_IKCONFIG is not set CONFIG_INITRAMFS_SOURCE="" # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set -CONFIG_EMBEDDED=y CONFIG_KALLSYMS=y # CONFIG_KALLSYMS_EXTRA_PASS is not set CONFIG_HOTPLUG=y Modified: dists/trunk/linux-2.6/debian/arch/mips/config.r5k-ip32 ============================================================================== --- dists/trunk/linux-2.6/debian/arch/mips/config.r5k-ip32 (original) +++ dists/trunk/linux-2.6/debian/arch/mips/config.r5k-ip32 Sat Sep 23 20:11:02 2006 @@ -153,7 +153,6 @@ # CONFIG_IKCONFIG is not set CONFIG_INITRAMFS_SOURCE="" # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set -CONFIG_EMBEDDED=y CONFIG_KALLSYMS=y # CONFIG_KALLSYMS_EXTRA_PASS is not set CONFIG_HOTPLUG=y Modified: dists/trunk/linux-2.6/debian/arch/powerpc/config ============================================================================== --- dists/trunk/linux-2.6/debian/arch/powerpc/config (original) +++ dists/trunk/linux-2.6/debian/arch/powerpc/config Sat Sep 23 20:11:02 2006 @@ -7,7 +7,6 @@ CONFIG_CLEAN_COMPILE=y CONFIG_KOBJECT_UEVENT=y # CONFIG_IKCONFIG is not set -# CONFIG_EMBEDDED is not set # CONFIG_KALLSYMS_ALL is not set CONFIG_6xx=y # CONFIG_40x is not set Modified: dists/trunk/linux-2.6/debian/arch/powerpc/config.apus ============================================================================== --- dists/trunk/linux-2.6/debian/arch/powerpc/config.apus (original) +++ dists/trunk/linux-2.6/debian/arch/powerpc/config.apus Sat Sep 23 20:11:02 2006 @@ -32,7 +32,6 @@ CONFIG_SYSCTL=y CONFIG_KOBJECT_UEVENT=y # CONFIG_IKCONFIG is not set -# CONFIG_EMBEDDED is not set CONFIG_KALLSYMS=y # CONFIG_KALLSYMS_ALL is not set # CONFIG_KALLSYMS_EXTRA_PASS is not set Modified: dists/trunk/linux-2.6/debian/arch/s390/config ============================================================================== --- dists/trunk/linux-2.6/debian/arch/s390/config (original) +++ dists/trunk/linux-2.6/debian/arch/s390/config Sat Sep 23 20:11:02 2006 @@ -5,7 +5,6 @@ CONFIG_KOBJECT_UEVENT=y # CONFIG_IKCONFIG is not set CONFIG_CPUSETS=y -# CONFIG_EMBEDDED is not set CONFIG_STOP_MACHINE=y CONFIG_SMP=y CONFIG_NR_CPUS=32 Modified: dists/trunk/linux-2.6/debian/arch/sparc/config ============================================================================== --- dists/trunk/linux-2.6/debian/arch/sparc/config (original) +++ dists/trunk/linux-2.6/debian/arch/sparc/config Sat Sep 23 20:11:02 2006 @@ -1,7 +1,6 @@ CONFIG_CLEAN_COMPILE=y CONFIG_KOBJECT_UEVENT=y # CONFIG_IKCONFIG is not set -# CONFIG_EMBEDDED is not set CONFIG_VT=y CONFIG_VT_CONSOLE=y CONFIG_HW_CONSOLE=y Modified: dists/trunk/linux-2.6/debian/arch/sparc/config.sparc32 ============================================================================== --- dists/trunk/linux-2.6/debian/arch/sparc/config.sparc32 (original) +++ dists/trunk/linux-2.6/debian/arch/sparc/config.sparc32 Sat Sep 23 20:11:02 2006 @@ -29,7 +29,6 @@ CONFIG_INITRAMFS_SOURCE="" CONFIG_UID16=y CONFIG_CC_OPTIMIZE_FOR_SIZE=y -# CONFIG_EMBEDDED is not set CONFIG_KALLSYMS=y # CONFIG_KALLSYMS_EXTRA_PASS is not set CONFIG_HOTPLUG=y _______________________________________________ Kernel-svn-changes mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/kernel-svn-changes

