From 9de115606093ec1607d0f396969fdc2865d4c2ec Mon Sep 17 00:00:00 2001 From: Sven Rebhan Date: Sat, 7 Feb 2009 11:26:36 +0000 Subject: CPU_S3C2442 does not depend on ARCH_S3C2440 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 --- arch/arm/mach-s3c2442/Kconfig | 1 - 1 file changed, 1 deletion(-) (limited to 'arch/arm/mach-s3c2442') diff --git a/arch/arm/mach-s3c2442/Kconfig b/arch/arm/mach-s3c2442/Kconfig index 9832a252249..6813758da5c 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 -- cgit v1.2.3