diff options
author | Ben Dooks <ben-linux@fluff.org> | 2006-06-26 10:12:56 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2006-06-26 10:12:56 -0400 |
commit | 52c5ceceb145fad10b9996ce414dadcb6b02d959 (patch) | |
tree | c5a690fbe00650290f9980cb3a373ef8f7e6fd60 | |
parent | 689391210a4a8a1bf35119f87c51b3e01ef549e6 (diff) |
[ARM] 3649/1: S3C24XX: Fix capitalisation of CPU on SMDK2440
Patch from Ben Dooks
Make CPU uppercase on the SMDK2440 KConfig entries--
Signed-off-by: Ben Dooks <ben-linux@fluff.org>Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
-rw-r--r-- | arch/arm/mach-s3c2410/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-s3c2410/Kconfig b/arch/arm/mach-s3c2410/Kconfig index f5d9cd498a5f..b4171dd43df0 100644 --- a/arch/arm/mach-s3c2410/Kconfig +++ b/arch/arm/mach-s3c2410/Kconfig | |||
@@ -71,13 +71,13 @@ config ARCH_S3C2440 | |||
71 | Say Y here if you are using the SMDK2440. | 71 | Say Y here if you are using the SMDK2440. |
72 | 72 | ||
73 | config SMDK2440_CPU2440 | 73 | config SMDK2440_CPU2440 |
74 | bool "SMDK2440 with S3C2440 cpu module" | 74 | bool "SMDK2440 with S3C2440 CPU module" |
75 | depends on ARCH_S3C2440 | 75 | depends on ARCH_S3C2440 |
76 | default y if ARCH_S3C2440 | 76 | default y if ARCH_S3C2440 |
77 | select CPU_S3C2440 | 77 | select CPU_S3C2440 |
78 | 78 | ||
79 | config SMDK2440_CPU2442 | 79 | config SMDK2440_CPU2442 |
80 | bool "SMDM2440 with S3C2442 cpu module" | 80 | bool "SMDM2440 with S3C2442 CPU module" |
81 | depends on ARCH_S3C2440 | 81 | depends on ARCH_S3C2440 |
82 | select CPU_S3C2442 | 82 | select CPU_S3C2442 |
83 | 83 | ||