From 6553b69763a52315bbad5f66beefae7bca227d47 Mon Sep 17 00:00:00 2001 From: Martin Michlmayr Date: Wed, 4 Jun 2008 17:29:36 +0000 Subject: [PATCH] [arm/iop32x, arm/ixp4xx, arm/versatile] Enable ARM_THUMB (closes: #484524). svn path=/dists/trunk/linux-2.6/; revision=11520 --- debian/changelog | 1 + debian/config/arm/config.iop32x | 2 +- debian/config/arm/config.ixp4xx | 2 +- debian/config/arm/config.versatile | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 555c03ca8..43ae9aab6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -42,6 +42,7 @@ linux-2.6 (2.6.26~rc4-1~experimental.1) UNRELEASED; urgency=low * [arm/orion5x] Disable more SCSI drivers. * [arm/ixp4xx] Disable ATA and more SCSI and network drivers. * [arm/versatile] Enable CONFIG_RTC_DRV_PL031. + * [arm/iop32x, arm/ixp4xx, arm/versatile] Enable ARM_THUMB (closes: #484524). [ Ian Campbell ] * Readme.build updated on how to generate orig tarballs. diff --git a/debian/config/arm/config.iop32x b/debian/config/arm/config.iop32x index d4aece1a2..c0d2d90e4 100644 --- a/debian/config/arm/config.iop32x +++ b/debian/config/arm/config.iop32x @@ -60,7 +60,7 @@ CONFIG_MACH_EM7210=y ## ## file: arch/arm/mm/Kconfig ## -# CONFIG_ARM_THUMB is not set +CONFIG_ARM_THUMB=y ## ## file: block/Kconfig diff --git a/debian/config/arm/config.ixp4xx b/debian/config/arm/config.ixp4xx index a40d0842c..9df1b1c60 100644 --- a/debian/config/arm/config.ixp4xx +++ b/debian/config/arm/config.ixp4xx @@ -66,7 +66,7 @@ CONFIG_IXP4XX_NPE=m ## ## file: arch/arm/mm/Kconfig ## -# CONFIG_ARM_THUMB is not set +CONFIG_ARM_THUMB=y # CONFIG_CPU_BIG_ENDIAN is not set ## diff --git a/debian/config/arm/config.versatile b/debian/config/arm/config.versatile index d36f8e43f..308d03929 100644 --- a/debian/config/arm/config.versatile +++ b/debian/config/arm/config.versatile @@ -65,7 +65,7 @@ CONFIG_MACH_VERSATILE_AB=y ## file: arch/arm/mm/Kconfig ## CONFIG_CPU_ARM926T=y -# CONFIG_ARM_THUMB is not set +CONFIG_ARM_THUMB=y # CONFIG_CPU_ICACHE_DISABLE is not set # CONFIG_CPU_DCACHE_DISABLE is not set # CONFIG_CPU_DCACHE_WRITETHROUGH is not set