projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
71f608e
)
ARM: S3C2412: Fix typo in CONFIG_CPU_S3C2412_ONLY definition
author
Yauhen Kharuzhy
<jekhor@gmail.com>
Sun, 28 Nov 2010 18:30:27 +0000
(20:30 +0200)
committer
Ben Dooks
<ben-linux@fluff.org>
Tue, 30 Nov 2010 08:49:11 +0000
(08:49 +0000)
Dependency on (CPU_S3C2416 is not selected) was defined as "!CPU_2416",
instead of "!CPU_S3C2416". Fix it.
Signed-off-by: Yauhen Kharuzhy <jekhor@gmail.com>
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
arch/arm/mach-s3c2412/Kconfig
patch
|
blob
|
history
diff --git
a/arch/arm/mach-s3c2412/Kconfig
b/arch/arm/mach-s3c2412/Kconfig
index
cef6a65
..
fa2e5bf
100644
(file)
--- a/
arch/arm/mach-s3c2412/Kconfig
+++ b/
arch/arm/mach-s3c2412/Kconfig
@@
-16,7
+16,7
@@
config CPU_S3C2412
config CPU_S3C2412_ONLY
bool
depends on ARCH_S3C2410 && !CPU_S3C2400 && !CPU_S3C2410 && \
- !CPU_2416 && !CPU_S3C2440 && !CPU_S3C2442 && \
+ !CPU_
S3C
2416 && !CPU_S3C2440 && !CPU_S3C2442 && \
!CPU_S3C2443 && CPU_S3C2412
default y if CPU_S3C2412