diff options
author | Ben Dooks <ben-linux@fluff.org> | 2010-01-26 02:06:46 -0500 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2010-02-01 12:55:25 -0500 |
commit | 5cbcccb370355d4cd8534796bf32ac8bb04627cc (patch) | |
tree | 357325c8368da597c16224ab04a8a5dd5963c119 /arch/arm/mach-s3c2442/Kconfig | |
parent | 87aef30eb3c5dac0491c83fe3b90bc61f1df24ec (diff) |
ARM: S3C24XX: Merge s3c2442 and s3c2440 machines into mach-s3c2440
Move the pair of machines in arch/arm/mach-s3c2442 into the mach-s3c2440
directory as the S3C2440 and S3C2442 are very close.
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/mach-s3c2442/Kconfig')
-rw-r--r-- | arch/arm/mach-s3c2442/Kconfig | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/arch/arm/mach-s3c2442/Kconfig b/arch/arm/mach-s3c2442/Kconfig index 8d3811852fc7..4832cd6ccfbc 100644 --- a/arch/arm/mach-s3c2442/Kconfig +++ b/arch/arm/mach-s3c2442/Kconfig | |||
@@ -13,25 +13,3 @@ config CPU_S3C2442 | |||
13 | select CPU_LLSERIAL_S3C2440 | 13 | select CPU_LLSERIAL_S3C2440 |
14 | help | 14 | help |
15 | Support for S3C2442 Samsung Mobile CPU based systems. | 15 | Support for S3C2442 Samsung Mobile CPU based systems. |
16 | |||
17 | |||
18 | menu "S3C2442 Machines" | ||
19 | |||
20 | config SMDK2440_CPU2442 | ||
21 | bool "SMDM2440 with S3C2442 CPU module" | ||
22 | depends on ARCH_S3C2440 | ||
23 | select CPU_S3C2442 | ||
24 | |||
25 | config MACH_NEO1973_GTA02 | ||
26 | bool "Openmoko GTA02 / Freerunner phone" | ||
27 | select CPU_S3C2442 | ||
28 | select MFD_PCF50633 | ||
29 | select PCF50633_GPIO | ||
30 | select I2C | ||
31 | select POWER_SUPPLY | ||
32 | select MACH_NEO1973 | ||
33 | select S3C2410_PWM | ||
34 | help | ||
35 | Say Y here if you are using the Openmoko GTA02 / Freerunner GSM Phone | ||
36 | |||
37 | endmenu | ||