Merge branch 'x86-asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[pandora-kernel.git] / arch / arm / mach-s3c2442 / Kconfig
1 # arch/arm/mach-s3c2442/Kconfig
2 #
3 # Copyright 2007 Simtec Electronics
4 #
5 # Licensed under GPLv2
6
7 config CPU_S3C2442
8         bool
9         depends on ARCH_S3C2410
10         select CPU_ARM920T
11         select S3C2410_CLOCK
12         select S3C2410_GPIO
13         select S3C2410_PM if PM
14         select CPU_S3C244X
15         select CPU_LLSERIAL_S3C2440
16         help
17           Support for S3C2442 Samsung Mobile CPU based systems.
18
19
20 menu "S3C2442 Machines"
21
22 config SMDK2440_CPU2442
23         bool "SMDM2440 with S3C2442 CPU module"
24         depends on ARCH_S3C2440
25         select CPU_S3C2442
26
27 config MACH_NEO1973_GTA02
28         bool "Openmoko GTA02 / Freerunner phone"
29         select CPU_S3C2442
30         select MFD_PCF50633
31         select PCF50633_GPIO
32         select I2C
33         select POWER_SUPPLY
34         select MACH_NEO1973
35         select S3C2410_PWM
36         help
37            Say Y here if you are using the Openmoko GTA02 / Freerunner GSM Phone
38
39
40 endmenu
41