[kernel] r17848 - in dists/trunk/linux-2.6/debian: . config/armhf

Ben Hutchings benh at alioth.debian.org
Fri Jul 22 21:11:40 UTC 2011


Author: benh
Date: Fri Jul 22 21:11:39 2011
New Revision: 17848

Log:
[armhf/mx5] Explicitly configure this flavour to support i.MX51

It is not currently possible to support other i.MX5x processors as well.

Modified:
   dists/trunk/linux-2.6/debian/changelog
   dists/trunk/linux-2.6/debian/config/armhf/config.mx5
   dists/trunk/linux-2.6/debian/config/armhf/defines

Modified: dists/trunk/linux-2.6/debian/changelog
==============================================================================
--- dists/trunk/linux-2.6/debian/changelog	Fri Jul 22 19:50:21 2011	(r17847)
+++ dists/trunk/linux-2.6/debian/changelog	Fri Jul 22 21:11:39 2011	(r17848)
@@ -19,6 +19,8 @@
   * [x86] comedi: Enable the same drivers as in stable (squeeze), except
     for ISA drivers on amd64 (Closes: #633516)
   * Reduce required initramfs-tools version to 0.99~, to ease backporting
+  * [armhf/mx5] Explicitly configure this flavour to support i.MX51; it
+    is not currently possible to support other i.MX5x processors as well
 
   [ Arnaud Patard ]
   * Merge ixp4xx build fix and enable ixp4xx back

Modified: dists/trunk/linux-2.6/debian/config/armhf/config.mx5
==============================================================================
--- dists/trunk/linux-2.6/debian/config/armhf/config.mx5	Fri Jul 22 19:50:21 2011	(r17847)
+++ dists/trunk/linux-2.6/debian/config/armhf/config.mx5	Fri Jul 22 21:11:39 2011	(r17848)
@@ -14,11 +14,13 @@
 ##
 ## file: arch/arm/mach-mx5/Kconfig
 ##
+CONFIG_SOC_IMX51=y
 CONFIG_MACH_MX51_EFIKAMX=y
 
 ##
 ## file: arch/arm/plat-mxc/Kconfig
 ##
+CONFIG_ARCH_MX51=y
 #. Enable PWM driver
 CONFIG_MXC_PWM=y
 

Modified: dists/trunk/linux-2.6/debian/config/armhf/defines
==============================================================================
--- dists/trunk/linux-2.6/debian/config/armhf/defines	Fri Jul 22 19:50:21 2011	(r17847)
+++ dists/trunk/linux-2.6/debian/config/armhf/defines	Fri Jul 22 21:11:39 2011	(r17848)
@@ -14,8 +14,8 @@
 image-file: arch/arm/boot/zImage
 
 [mx5_description]
-hardware: Freescale MXC/iMX-based
-hardware-long: Support for Freescale MXC/iMX-based family of processors
+hardware: Freescale i.MX51
+hardware-long: Support for Freescale i.MX51 family of processors
 
 [omap_build]
 image-file: arch/arm/boot/zImage



More information about the Kernel-svn-changes mailing list