[arm/iop32x, arm/ixp4xx, arm/versatile] Enable ARM_THUMB (closes: #484524).

svn path=/dists/trunk/linux-2.6/; revision=11520
This commit is contained in:
Martin Michlmayr 2008-06-04 17:29:36 +00:00
parent 29e4dd7e49
commit 6553b69763
4 changed files with 4 additions and 3 deletions

1
debian/changelog vendored
View File

@ -42,6 +42,7 @@ linux-2.6 (2.6.26~rc4-1~experimental.1) UNRELEASED; urgency=low
* [arm/orion5x] Disable more SCSI drivers. * [arm/orion5x] Disable more SCSI drivers.
* [arm/ixp4xx] Disable ATA and more SCSI and network drivers. * [arm/ixp4xx] Disable ATA and more SCSI and network drivers.
* [arm/versatile] Enable CONFIG_RTC_DRV_PL031. * [arm/versatile] Enable CONFIG_RTC_DRV_PL031.
* [arm/iop32x, arm/ixp4xx, arm/versatile] Enable ARM_THUMB (closes: #484524).
[ Ian Campbell ] [ Ian Campbell ]
* Readme.build updated on how to generate orig tarballs. * Readme.build updated on how to generate orig tarballs.

View File

@ -60,7 +60,7 @@ CONFIG_MACH_EM7210=y
## ##
## file: arch/arm/mm/Kconfig ## file: arch/arm/mm/Kconfig
## ##
# CONFIG_ARM_THUMB is not set CONFIG_ARM_THUMB=y
## ##
## file: block/Kconfig ## file: block/Kconfig

View File

@ -66,7 +66,7 @@ CONFIG_IXP4XX_NPE=m
## ##
## file: arch/arm/mm/Kconfig ## file: arch/arm/mm/Kconfig
## ##
# CONFIG_ARM_THUMB is not set CONFIG_ARM_THUMB=y
# CONFIG_CPU_BIG_ENDIAN is not set # CONFIG_CPU_BIG_ENDIAN is not set
## ##

View File

@ -65,7 +65,7 @@ CONFIG_MACH_VERSATILE_AB=y
## file: arch/arm/mm/Kconfig ## file: arch/arm/mm/Kconfig
## ##
CONFIG_CPU_ARM926T=y CONFIG_CPU_ARM926T=y
# CONFIG_ARM_THUMB is not set CONFIG_ARM_THUMB=y
# CONFIG_CPU_ICACHE_DISABLE is not set # CONFIG_CPU_ICACHE_DISABLE is not set
# CONFIG_CPU_DCACHE_DISABLE is not set # CONFIG_CPU_DCACHE_DISABLE is not set
# CONFIG_CPU_DCACHE_WRITETHROUGH is not set # CONFIG_CPU_DCACHE_WRITETHROUGH is not set