diff options
author | Vasily Khoruzhick <anarsoul@gmail.com> | 2010-05-11 02:55:07 -0400 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2010-05-11 20:19:01 -0400 |
commit | c394f17799523fe4bc92d173b3d9ac2d240c76a2 (patch) | |
tree | 9f6512dc84f98179078a89448d18cc1c01094dff /arch/arm/mach-s3c2440/Kconfig | |
parent | 7ebd467551ed6ae200d7835a84bbda0dcadaa511 (diff) |
ARM: S3C2440: Add HP iPAQ RX1950 machine support
Signed-off-by: Vasily Khoruzhick <anarsoul@gmail.com>
Signed-off-by: Denis Grigoriev <dgreenday@gmail.com>
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/mach-s3c2440/Kconfig')
-rw-r--r-- | arch/arm/mach-s3c2440/Kconfig | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c2440/Kconfig b/arch/arm/mach-s3c2440/Kconfig index 7f465265cf04..a6c5df6d41ef 100644 --- a/arch/arm/mach-s3c2440/Kconfig +++ b/arch/arm/mach-s3c2440/Kconfig | |||
@@ -187,4 +187,17 @@ config MACH_MINI2440 | |||
187 | Say Y here to select support for the MINI2440. Is a 10cm x 10cm board | 187 | Say Y here to select support for the MINI2440. Is a 10cm x 10cm board |
188 | available via various sources. It can come with a 3.5" or 7" touch LCD. | 188 | available via various sources. It can come with a 3.5" or 7" touch LCD. |
189 | 189 | ||
190 | config MACH_RX1950 | ||
191 | bool "HP iPAQ rx1950" | ||
192 | select CPU_S3C2442 | ||
193 | select S3C24XX_DCLK | ||
194 | select PM_H1940 if PM | ||
195 | select I2C | ||
196 | select S3C2410_PWM | ||
197 | select S3C_DEV_NAND | ||
198 | select S3C2410_IOTIMING if S3C2440_CPUFREQ | ||
199 | select S3C2440_XTAL_16934400 | ||
200 | help | ||
201 | Say Y here if you're using HP iPAQ rx1950 | ||
202 | |||
190 | endmenu | 203 | endmenu |