diff options
author | Ben Dooks <ben-linux@fluff.org> | 2010-04-30 09:32:26 +0200 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2010-05-10 04:44:47 +0200 |
commit | 63b1f51b2405573d47bf5b9ab6e7cd5c697d3dcc (patch) | |
tree | db8949524533f70f61d64581d7eb83fab97c1063 /arch/arm/mach-s3c2416/Kconfig | |
parent | ARM: S3C2413: Update GPIO pull-up support (diff) | |
download | linux-63b1f51b2405573d47bf5b9ab6e7cd5c697d3dcc.tar.xz linux-63b1f51b2405573d47bf5b9ab6e7cd5c697d3dcc.zip |
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/Kconfig')
-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 |