diff options
author | Sven Rebhan <odinshorse@googlemail.com> | 2009-02-07 11:26:36 +0000 |
---|---|---|
committer | Andy Green <agreen@octopus.localdomain> | 2009-02-07 11:26:36 +0000 |
commit | 9de115606093ec1607d0f396969fdc2865d4c2ec (patch) | |
tree | 3df0adefe551d850a1a94eb4680e3e7d378e87b4 | |
parent | a7be0bd1ffc84bba9415da576c49973968f4ae28 (diff) |
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 <odinshorse@googlemail.com>
-rw-r--r-- | arch/arm/mach-s3c2442/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
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 |