blob: 103e913f2258af6f293e62be21f79a282c25a0e1 [file] [log] [blame]
Ben Dooksa21765a2007-02-11 18:31:01 +01001# arch/arm/mach-s3c2442/Kconfig
2#
3# Copyright 2007 Simtec Electronics
4#
5# Licensed under GPLv2
6
7config CPU_S3C2442
8 bool
Krzysztof Helt9857caa2007-08-09 16:37:01 +01009 depends on ARCH_S3C2410
Russell Kingc7508152008-10-26 10:55:14 +000010 select CPU_ARM920T
Ben Dooksa21765a2007-02-11 18:31:01 +010011 select S3C2410_CLOCK
12 select S3C2410_GPIO
13 select S3C2410_PM if PM
14 select CPU_S3C244X
Ben Dooksb2627582007-07-22 16:09:44 +010015 select CPU_LLSERIAL_S3C2440
Ben Dooksa21765a2007-02-11 18:31:01 +010016 help
17 Support for S3C2442 Samsung Mobile CPU based systems.
18
19
20menu "S3C2442 Machines"
21
22config SMDK2440_CPU2442
23 bool "SMDM2440 with S3C2442 CPU module"
24 depends on ARCH_S3C2440
25 select CPU_S3C2442
26
Andy Green9d762952009-05-19 06:41:42 -030027config 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
Ben Dooksa21765a2007-02-11 18:31:01 +010039
40endmenu
41