ARM: Merge for-2635/acer-n35
[linux-2.6-block.git] / arch / arm / mach-s3c2410 / Kconfig
1 # Copyright 2007 Simtec Electronics
2 #
3 # Licensed under GPLv2
4
5 config CPU_S3C2410
6         bool
7         depends on ARCH_S3C2410
8         select CPU_ARM920T
9         select S3C2410_CLOCK
10         select S3C2410_GPIO
11         select CPU_LLSERIAL_S3C2410
12         select S3C2410_PM if PM
13         select S3C2410_CPUFREQ if CPU_FREQ_S3C24XX
14         help
15           Support for S3C2410 and S3C2410A family from the S3C24XX line
16           of Samsung Mobile CPUs.
17
18 config CPU_S3C2410_DMA
19         bool
20         depends on S3C2410_DMA && (CPU_S3C2410 || CPU_S3C2442)
21         default y if CPU_S3C2410 || CPU_S3C2442
22         help
23           DMA device selection for S3C2410 and compatible CPUs
24
25 config S3C2410_PM
26         bool
27         help
28           Power Management code common to S3C2410 and better
29
30 config S3C2410_GPIO
31         bool
32         help
33           GPIO code for S3C2410 and similar processors
34
35 config SIMTEC_NOR
36         bool
37         help
38           Internal node to specify machine has simtec NOR mapping
39
40 config MACH_BAST_IDE
41         bool
42         select HAVE_PATA_PLATFORM
43         help
44           Internal node for machines with an BAST style IDE
45           interface
46
47 # cpu frequency scaling support
48
49 config S3C2410_CPUFREQ
50         bool
51         depends on CPU_FREQ_S3C24XX && CPU_S3C2410
52         select S3C2410_CPUFREQ_UTILS
53         help
54           CPU Frequency scaling support for S3C2410
55
56 config S3C2410_PLLTABLE
57         bool
58         depends on S3C2410_CPUFREQ && CPU_FREQ_S3C24XX_PLL
59         default y
60         help
61           Select the PLL table for the S3C2410
62
63 menu "S3C2410 Machines"
64
65 config ARCH_SMDK2410
66         bool "SMDK2410/A9M2410"
67         select CPU_S3C2410
68         select MACH_SMDK
69         help
70            Say Y here if you are using the SMDK2410 or the derived module A9M2410
71            <http://www.fsforth.de>
72
73 config ARCH_H1940
74         bool "IPAQ H1940"
75         select CPU_S3C2410
76         select PM_H1940 if PM
77         select S3C_DEV_USB_HOST
78         select S3C_DEV_NAND
79         help
80           Say Y here if you are using the HP IPAQ H1940
81
82 config H1940BT
83         tristate "Control the state of H1940 bluetooth chip"
84         depends on ARCH_H1940
85         select RFKILL
86         help
87           This is a simple driver that is able to control
88           the state of built in bluetooth chip on h1940.
89
90 config PM_H1940
91         bool
92         help
93           Internal node for H1940 and related PM
94
95 config MACH_N30
96         bool "Acer N30 family"
97         select CPU_S3C2410
98         select MACH_N35
99         select S3C_DEV_USB_HOST
100         select S3C_DEV_NAND
101         help
102           Say Y here if you want suppt for the Acer N30, Acer N35,
103           Navman PiN570, Yakumo AlphaX or Airis NC05 PDAs.
104
105 config MACH_N35
106         bool
107         help
108           Internal node in order to enable support for Acer N35 if Acer N30 is
109           selected.
110
111 config ARCH_BAST
112         bool "Simtec Electronics BAST (EB2410ITX)"
113         select CPU_S3C2410
114         select S3C2410_IOTIMING if S3C2410_CPUFREQ
115         select PM_SIMTEC if PM
116         select SIMTEC_NOR
117         select MACH_BAST_IDE
118         select S3C24XX_DCLK
119         select ISA
120         select S3C_DEV_HWMON
121         select S3C_DEV_USB_HOST
122         select S3C_DEV_NAND
123         help
124           Say Y here if you are using the Simtec Electronics EB2410ITX
125           development board (also known as BAST)
126
127 config MACH_OTOM
128         bool "NexVision OTOM Board"
129         select CPU_S3C2410
130         select S3C_DEV_USB_HOST
131         select S3C_DEV_NAND
132         help
133           Say Y here if you are using the Nex Vision OTOM board
134
135 config MACH_AML_M5900
136         bool "AML M5900 Series"
137         select CPU_S3C2410
138         select PM_SIMTEC if PM
139         select S3C_DEV_USB_HOST
140         help
141            Say Y here if you are using the American Microsystems M5900 Series
142            <http://www.amltd.com>
143
144 config BAST_PC104_IRQ
145         bool "BAST PC104 IRQ support"
146         depends on ARCH_BAST
147         default y
148         help
149           Say Y here to enable the PC104 IRQ routing on the
150           Simtec BAST (EB2410ITX)
151
152 config MACH_TCT_HAMMER
153         bool "TCT Hammer Board"
154         select CPU_S3C2410
155         select S3C_DEV_USB_HOST
156         help
157            Say Y here if you are using the TinCanTools Hammer Board
158            <http://www.tincantools.com>
159
160 config MACH_VR1000
161         bool "Thorcom VR1000"
162         select PM_SIMTEC if PM
163         select S3C24XX_DCLK
164         select SIMTEC_NOR
165         select MACH_BAST_IDE
166         select CPU_S3C2410
167         select S3C_DEV_USB_HOST
168         help
169           Say Y here if you are using the Thorcom VR1000 board.
170
171 config MACH_QT2410
172         bool "QT2410"
173         select CPU_S3C2410
174         select S3C_DEV_USB_HOST
175         select S3C_DEV_NAND
176         help
177            Say Y here if you are using the Armzone QT2410
178
179 endmenu