From cfe1ad11e99e517480ebe1689106c266022df702 Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Fri, 22 Jul 2011 21:11:39 +0000 Subject: [PATCH] [armhf/mx5] Explicitly configure this flavour to support i.MX51 It is not currently possible to support other i.MX5x processors as well. svn path=/dists/trunk/linux-2.6/; revision=17848 --- debian/changelog | 2 ++ debian/config/armhf/config.mx5 | 2 ++ debian/config/armhf/defines | 4 ++-- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 853165e3c..7de7b900b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -19,6 +19,8 @@ linux-2.6 (3.0.0-1) UNRELEASED; urgency=low * [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 diff --git a/debian/config/armhf/config.mx5 b/debian/config/armhf/config.mx5 index 56d4b2499..4932b4dd6 100644 --- a/debian/config/armhf/config.mx5 +++ b/debian/config/armhf/config.mx5 @@ -14,11 +14,13 @@ CONFIG_NEON=y ## ## 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 diff --git a/debian/config/armhf/defines b/debian/config/armhf/defines index 029f232b4..06f7c8b8e 100644 --- a/debian/config/armhf/defines +++ b/debian/config/armhf/defines @@ -14,8 +14,8 @@ configs: 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