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 <[email protected]> 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
