[PATCH 05/10] ARM S3C2443: Select properly ARM core type
Yauhen Kharuzhy
jekhor at gmail.com
Sun Nov 28 13:30:23 EST 2010
From: Yauhen Kharuzhy <yauhen.kharuzhy at promwad.com>
Select ARM920T core when compiling kernel for s3c2443.
Signed-off-by: Yauhen Kharuzhy <yauhen.kharuzhy at promwad.com>
---
arch/arm/mach-s3c2443/Kconfig | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/arch/arm/mach-s3c2443/Kconfig b/arch/arm/mach-s3c2443/Kconfig
index 0b7f0d6..8814031 100644
--- a/arch/arm/mach-s3c2443/Kconfig
+++ b/arch/arm/mach-s3c2443/Kconfig
@@ -5,6 +5,7 @@
config CPU_S3C2443
bool
depends on ARCH_S3C2410
+ select CPU_ARM920T
select S3C2443_DMA if S3C2410_DMA
select CPU_LLSERIAL_S3C2440
select SAMSUNG_CLKSRC
--
1.7.2.3
More information about the linux-arm-kernel
mailing list