[kernel] r14496 - in dists/trunk/linux-2.6/debian/config: mips mipsel

Bastian Blank waldi at alioth.debian.org
Thu Oct 29 11:05:18 UTC 2009


Author: waldi
Date: Thu Oct 29 11:05:14 2009
New Revision: 14496

Log:
debian/config/mips, debian/config/mipsel: Unify endianess selection.

Modified:
   dists/trunk/linux-2.6/debian/config/mips/config
   dists/trunk/linux-2.6/debian/config/mips/config.4kc-malta
   dists/trunk/linux-2.6/debian/config/mips/config.5kc-malta
   dists/trunk/linux-2.6/debian/config/mips/config.r4k-ip22
   dists/trunk/linux-2.6/debian/config/mips/config.r5k-ip32
   dists/trunk/linux-2.6/debian/config/mips/config.sb1-bcm91250a
   dists/trunk/linux-2.6/debian/config/mips/config.sb1a-bcm91480b
   dists/trunk/linux-2.6/debian/config/mipsel/config
   dists/trunk/linux-2.6/debian/config/mipsel/config.4kc-malta
   dists/trunk/linux-2.6/debian/config/mipsel/config.5kc-malta
   dists/trunk/linux-2.6/debian/config/mipsel/config.r5k-cobalt
   dists/trunk/linux-2.6/debian/config/mipsel/config.sb1-bcm91250a
   dists/trunk/linux-2.6/debian/config/mipsel/config.sb1a-bcm91480b

Modified: dists/trunk/linux-2.6/debian/config/mips/config
==============================================================================
--- dists/trunk/linux-2.6/debian/config/mips/config	Thu Oct 29 10:58:05 2009	(r14495)
+++ dists/trunk/linux-2.6/debian/config/mips/config	Thu Oct 29 11:05:14 2009	(r14496)
@@ -1,6 +1,10 @@
 ##
 ## file: arch/mips/Kconfig
 ##
+## choice: Endianess selection
+CONFIG_CPU_BIG_ENDIAN=y
+# CONFIG_CPU_LITTLE_ENDIAN is not set
+## end choice
 CONFIG_SECCOMP=y
 
 ##

Modified: dists/trunk/linux-2.6/debian/config/mips/config.4kc-malta
==============================================================================
--- dists/trunk/linux-2.6/debian/config/mips/config.4kc-malta	Thu Oct 29 10:58:05 2009	(r14495)
+++ dists/trunk/linux-2.6/debian/config/mips/config.4kc-malta	Thu Oct 29 11:05:14 2009	(r14496)
@@ -32,10 +32,6 @@
 # CONFIG_SNI_RM is not set
 # CONFIG_WR_PPMC is not set
 ## end choice
-## choice: Endianess selection
-CONFIG_CPU_BIG_ENDIAN=y
-# CONFIG_CPU_LITTLE_ENDIAN is not set
-## end choice
 ## choice: CPU type
 CONFIG_CPU_MIPS32_R1=y
 # CONFIG_CPU_MIPS32_R2 is not set

Modified: dists/trunk/linux-2.6/debian/config/mips/config.5kc-malta
==============================================================================
--- dists/trunk/linux-2.6/debian/config/mips/config.5kc-malta	Thu Oct 29 10:58:05 2009	(r14495)
+++ dists/trunk/linux-2.6/debian/config/mips/config.5kc-malta	Thu Oct 29 11:05:14 2009	(r14496)
@@ -33,10 +33,6 @@
 # CONFIG_SNI_RM is not set
 # CONFIG_WR_PPMC is not set
 ## end choice
-## choice: Endianess selection
-CONFIG_CPU_BIG_ENDIAN=y
-# CONFIG_CPU_LITTLE_ENDIAN is not set
-## end choice
 ## choice: CPU type
 # CONFIG_CPU_MIPS32_R1 is not set
 # CONFIG_CPU_MIPS32_R2 is not set

Modified: dists/trunk/linux-2.6/debian/config/mips/config.r4k-ip22
==============================================================================
--- dists/trunk/linux-2.6/debian/config/mips/config.r4k-ip22	Thu Oct 29 10:58:05 2009	(r14495)
+++ dists/trunk/linux-2.6/debian/config/mips/config.r4k-ip22	Thu Oct 29 11:05:14 2009	(r14496)
@@ -28,10 +28,6 @@
 # CONFIG_SIBYTE_SENTOSA is not set
 # CONFIG_SIBYTE_BIGSUR is not set
 ## end choice
-## choice: Endianess selection
-CONFIG_CPU_BIG_ENDIAN=y
-# CONFIG_CPU_LITTLE_ENDIAN is not set
-## end choice
 CONFIG_ARC_CONSOLE=y
 ## choice: CPU type
 # CONFIG_CPU_MIPS32_R1 is not set

Modified: dists/trunk/linux-2.6/debian/config/mips/config.r5k-ip32
==============================================================================
--- dists/trunk/linux-2.6/debian/config/mips/config.r5k-ip32	Thu Oct 29 10:58:05 2009	(r14495)
+++ dists/trunk/linux-2.6/debian/config/mips/config.r5k-ip32	Thu Oct 29 11:05:14 2009	(r14496)
@@ -28,10 +28,6 @@
 # CONFIG_SIBYTE_SENTOSA is not set
 # CONFIG_SIBYTE_BIGSUR is not set
 ## end choice
-## choice: Endianess selection
-CONFIG_CPU_BIG_ENDIAN=y
-# CONFIG_CPU_LITTLE_ENDIAN is not set
-## end choice
 ## choice: CPU type
 # CONFIG_CPU_MIPS32_R1 is not set
 # CONFIG_CPU_MIPS32_R2 is not set

Modified: dists/trunk/linux-2.6/debian/config/mips/config.sb1-bcm91250a
==============================================================================
--- dists/trunk/linux-2.6/debian/config/mips/config.sb1-bcm91250a	Thu Oct 29 10:58:05 2009	(r14495)
+++ dists/trunk/linux-2.6/debian/config/mips/config.sb1-bcm91250a	Thu Oct 29 11:05:14 2009	(r14496)
@@ -28,10 +28,6 @@
 # CONFIG_SIBYTE_SENTOSA is not set
 # CONFIG_SIBYTE_BIGSUR is not set
 ## end choice
-## choice: Endianess selection
-CONFIG_CPU_BIG_ENDIAN=y
-# CONFIG_CPU_LITTLE_ENDIAN is not set
-## end choice
 ## choice: CPU type
 # CONFIG_CPU_MIPS32_R1 is not set
 # CONFIG_CPU_MIPS32_R2 is not set

Modified: dists/trunk/linux-2.6/debian/config/mips/config.sb1a-bcm91480b
==============================================================================
--- dists/trunk/linux-2.6/debian/config/mips/config.sb1a-bcm91480b	Thu Oct 29 10:58:05 2009	(r14495)
+++ dists/trunk/linux-2.6/debian/config/mips/config.sb1a-bcm91480b	Thu Oct 29 11:05:14 2009	(r14496)
@@ -28,10 +28,6 @@
 # CONFIG_SIBYTE_SENTOSA is not set
 CONFIG_SIBYTE_BIGSUR=y
 ## end choice
-## choice: Endianess selection
-CONFIG_CPU_BIG_ENDIAN=y
-# CONFIG_CPU_LITTLE_ENDIAN is not set
-## end choice
 ## choice: CPU type
 # CONFIG_CPU_MIPS32_R1 is not set
 # CONFIG_CPU_MIPS32_R2 is not set

Modified: dists/trunk/linux-2.6/debian/config/mipsel/config
==============================================================================
--- dists/trunk/linux-2.6/debian/config/mipsel/config	Thu Oct 29 10:58:05 2009	(r14495)
+++ dists/trunk/linux-2.6/debian/config/mipsel/config	Thu Oct 29 11:05:14 2009	(r14496)
@@ -1,6 +1,10 @@
 ##
 ## file: arch/mips/Kconfig
 ##
+## choice: Endianess selection
+# CONFIG_CPU_BIG_ENDIAN is not set
+CONFIG_CPU_LITTLE_ENDIAN=y
+## end choice
 CONFIG_SECCOMP=y
 
 ##

Modified: dists/trunk/linux-2.6/debian/config/mipsel/config.4kc-malta
==============================================================================
--- dists/trunk/linux-2.6/debian/config/mipsel/config.4kc-malta	Thu Oct 29 10:58:05 2009	(r14495)
+++ dists/trunk/linux-2.6/debian/config/mipsel/config.4kc-malta	Thu Oct 29 11:05:14 2009	(r14496)
@@ -32,10 +32,6 @@
 # CONFIG_SNI_RM is not set
 # CONFIG_WR_PPMC is not set
 ## end choice
-## choice: Endianess selection
-# CONFIG_CPU_BIG_ENDIAN is not set
-CONFIG_CPU_LITTLE_ENDIAN=y
-## end choice
 ## choice: CPU type
 CONFIG_CPU_MIPS32_R1=y
 # CONFIG_CPU_MIPS32_R2 is not set

Modified: dists/trunk/linux-2.6/debian/config/mipsel/config.5kc-malta
==============================================================================
--- dists/trunk/linux-2.6/debian/config/mipsel/config.5kc-malta	Thu Oct 29 10:58:05 2009	(r14495)
+++ dists/trunk/linux-2.6/debian/config/mipsel/config.5kc-malta	Thu Oct 29 11:05:14 2009	(r14496)
@@ -33,10 +33,6 @@
 # CONFIG_SNI_RM is not set
 # CONFIG_WR_PPMC is not set
 ## end choice
-## choice: Endianess selection
-# CONFIG_CPU_BIG_ENDIAN is not set
-CONFIG_CPU_LITTLE_ENDIAN=y
-## end choice
 ## choice: CPU type
 # CONFIG_CPU_MIPS32_R1 is not set
 # CONFIG_CPU_MIPS32_R2 is not set

Modified: dists/trunk/linux-2.6/debian/config/mipsel/config.r5k-cobalt
==============================================================================
--- dists/trunk/linux-2.6/debian/config/mipsel/config.r5k-cobalt	Thu Oct 29 10:58:05 2009	(r14495)
+++ dists/trunk/linux-2.6/debian/config/mipsel/config.r5k-cobalt	Thu Oct 29 11:05:14 2009	(r14496)
@@ -23,10 +23,6 @@
 # CONFIG_SIBYTE_SENTOSA is not set
 # CONFIG_SIBYTE_BIGSUR is not set
 ## end choice
-## choice: Endianess selection
-# CONFIG_CPU_BIG_ENDIAN is not set
-CONFIG_CPU_LITTLE_ENDIAN=y
-## end choice
 ## choice: CPU type
 # CONFIG_CPU_MIPS32_R1 is not set
 # CONFIG_CPU_MIPS32_R2 is not set

Modified: dists/trunk/linux-2.6/debian/config/mipsel/config.sb1-bcm91250a
==============================================================================
--- dists/trunk/linux-2.6/debian/config/mipsel/config.sb1-bcm91250a	Thu Oct 29 10:58:05 2009	(r14495)
+++ dists/trunk/linux-2.6/debian/config/mipsel/config.sb1-bcm91250a	Thu Oct 29 11:05:14 2009	(r14496)
@@ -28,10 +28,6 @@
 # CONFIG_SIBYTE_SENTOSA is not set
 # CONFIG_SIBYTE_BIGSUR is not set
 ## end choice
-## choice: Endianess selection
-# CONFIG_CPU_BIG_ENDIAN is not set
-CONFIG_CPU_LITTLE_ENDIAN=y
-## end choice
 ## choice: CPU type
 # CONFIG_CPU_MIPS32_R1 is not set
 # CONFIG_CPU_MIPS32_R2 is not set

Modified: dists/trunk/linux-2.6/debian/config/mipsel/config.sb1a-bcm91480b
==============================================================================
--- dists/trunk/linux-2.6/debian/config/mipsel/config.sb1a-bcm91480b	Thu Oct 29 10:58:05 2009	(r14495)
+++ dists/trunk/linux-2.6/debian/config/mipsel/config.sb1a-bcm91480b	Thu Oct 29 11:05:14 2009	(r14496)
@@ -28,10 +28,6 @@
 # CONFIG_SIBYTE_SENTOSA is not set
 CONFIG_SIBYTE_BIGSUR=y
 ## end choice
-## choice: Endianess selection
-# CONFIG_CPU_BIG_ENDIAN is not set
-CONFIG_CPU_LITTLE_ENDIAN=y
-## end choice
 ## choice: CPU type
 # CONFIG_CPU_MIPS32_R1 is not set
 # CONFIG_CPU_MIPS32_R2 is not set



More information about the Kernel-svn-changes mailing list