diff options
author | Ben Dooks <ben-linux@fluff.org> | 2010-04-30 11:32:26 +0400 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2010-05-10 06:44:47 +0400 |
commit | 63b1f51b2405573d47bf5b9ab6e7cd5c697d3dcc (patch) | |
tree | db8949524533f70f61d64581d7eb83fab97c1063 /arch/arm/mach-s3c2416 | |
parent | eb90de4a2d2880f0037d2b2ba85a3e857a898b40 (diff) | |
download | linux-63b1f51b2405573d47bf5b9ab6e7cd5c697d3dcc.tar.xz |
ARM: SAMSUNG: Update S3C2416 entry with S3C2450
These devices are so similar that they share the same SoC
ID code, so note this.
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/mach-s3c2416')
-rw-r--r-- | arch/arm/mach-s3c2416/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c2416/Kconfig b/arch/arm/mach-s3c2416/Kconfig index 6d077b24d190..29103a6047de 100644 --- a/arch/arm/mach-s3c2416/Kconfig +++ b/arch/arm/mach-s3c2416/Kconfig @@ -4,6 +4,9 @@ # # Licensed under GPLv2 +# note, this also supports the S3C2450 which is so similar it has the same +# ID code as the S3C2416. + config CPU_S3C2416 bool depends on ARCH_S3C2410 |