diff options
author | Ben Dooks <ben-linux@fluff.org> | 2007-02-17 08:04:33 -0500 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2007-02-17 10:00:31 -0500 |
commit | 64f33beafbaae55d116e933e8eae6b068fba617f (patch) | |
tree | ac1313713dbc80edda420b592f97f14f31a8bc49 /arch/arm/mach-s3c2412 | |
parent | 3d9dd6bdbd6765a86736ead09009daf29382a6f2 (diff) |
[ARM] 4218/1: S3C2412: fix CONFIG_CPU_S3C2412_ONLY wrt to S3C2443
Update the Kconfig of arch/arm/mach-s3c2443 to
add the CONFIG_CPU_S3C2443 to the list of config
variabls which mean CONFIG_CPU_S3C2412_ONLY cannot
be set
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-s3c2412')
-rw-r--r-- | arch/arm/mach-s3c2412/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-s3c2412/Kconfig b/arch/arm/mach-s3c2412/Kconfig index 6d629de84cdb..befc5fdbb613 100644 --- a/arch/arm/mach-s3c2412/Kconfig +++ b/arch/arm/mach-s3c2412/Kconfig | |||
@@ -15,7 +15,7 @@ config CPU_S3C2412 | |||
15 | config CPU_S3C2412_ONLY | 15 | config CPU_S3C2412_ONLY |
16 | bool | 16 | bool |
17 | depends on ARCH_S3C2410 && !CPU_S3C2400 && !CPU_S3C2410 && \ | 17 | depends on ARCH_S3C2410 && !CPU_S3C2400 && !CPU_S3C2410 && \ |
18 | !CPU_S3C2440 && !CPU_S3C2442 && CPU_S3C2412 | 18 | !CPU_S3C2440 && !CPU_S3C2442 && !CPU_S3C2443 && CPU_S3C2412 |
19 | default y if CPU_S3C2412 | 19 | default y if CPU_S3C2412 |
20 | 20 | ||
21 | config S3C2412_DMA | 21 | config S3C2412_DMA |