diff options
Diffstat (limited to 'arch/arm/mach-s3c2442/Kconfig')
-rw-r--r-- | arch/arm/mach-s3c2442/Kconfig | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/arch/arm/mach-s3c2442/Kconfig b/arch/arm/mach-s3c2442/Kconfig deleted file mode 100644 index 8d3811852fc7..000000000000 --- a/arch/arm/mach-s3c2442/Kconfig +++ /dev/null | |||
@@ -1,37 +0,0 @@ | |||
1 | # Copyright 2007 Simtec Electronics | ||
2 | # | ||
3 | # Licensed under GPLv2 | ||
4 | |||
5 | config CPU_S3C2442 | ||
6 | bool | ||
7 | depends on ARCH_S3C2410 | ||
8 | select CPU_ARM920T | ||
9 | select S3C2410_CLOCK | ||
10 | select S3C2410_GPIO | ||
11 | select S3C2410_PM if PM | ||
12 | select CPU_S3C244X | ||
13 | select CPU_LLSERIAL_S3C2440 | ||
14 | help | ||
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 | ||