[PATCH 1/2] CPU_S3C2442 does not depend on ARCH_S3C2440
Sven Rebhan
odinshorse at googlemail.com
Thu Feb 5 21:47:06 CET 2009
The dependency on ARCH_S3C2440 forces us to select at least one S3C2440 machine to get the makefile system to select the required options for our
S3C2442 GTA02. By removing this option I can build fine with only the GTA02 machine selected.
Signed-off-by: Sven Rebhan <odinshorse at googlemail.com>
diff --git a/arch/arm/mach-s3c2442/Kconfig b/arch/arm/mach-s3c2442/Kconfig
index 9832a25..6813758 100644
--- a/arch/arm/mach-s3c2442/Kconfig
+++ b/arch/arm/mach-s3c2442/Kconfig
@@ -8,7 +8,6 @@ config CPU_S3C2442
bool
depends on ARCH_S3C2410
select CPU_ARM920T
- depends on ARCH_S3C2440
select S3C2410_CLOCK
select S3C2410_GPIO
select S3C2410_PM if PM
--
1.6.0.6
More information about the openmoko-kernel
mailing list