[kernel] r17236 - dists/trunk/linux-2.6/debian/config/armel

Ben Hutchings benh at alioth.debian.org
Thu Apr 21 01:28:18 UTC 2011


Author: benh
Date: Thu Apr 21 01:28:16 2011
New Revision: 17236

Log:
Explicitly set MMU and ARM_THUMB, per default

Modified:
   dists/trunk/linux-2.6/debian/config/armel/config

Modified: dists/trunk/linux-2.6/debian/config/armel/config
==============================================================================
--- dists/trunk/linux-2.6/debian/config/armel/config	Thu Apr 21 01:25:23 2011	(r17235)
+++ dists/trunk/linux-2.6/debian/config/armel/config	Thu Apr 21 01:28:16 2011	(r17236)
@@ -1,6 +1,7 @@
 ##
 ## file: arch/arm/Kconfig
 ##
+CONFIG_MMU=y
 CONFIG_AEABI=y
 CONFIG_OABI_COMPAT=y
 
@@ -11,6 +12,12 @@
 CONFIG_EARLY_PRINTK=y
 
 ##
+## file: "arch/arm/mm/Kconfig"
+##
+#. Support Thumb user binaries
+CONFIG_ARM_THUMB=y
+
+##
 ## file: drivers/input/misc/Kconfig
 ##
 CONFIG_INPUT_MISC=y



More information about the Kernel-svn-changes mailing list