]> err.no Git - linux-2.6/blob - arch/arm/mach-s3c2410/Kconfig
[ARM] 3854/2: S3C2410 - add machine type for AML M5900 series (resubmitted)
[linux-2.6] / arch / arm / mach-s3c2410 / Kconfig
1 if ARCH_S3C2410
2
3 menu "S3C24XX Implementations"
4
5 config MACH_AML_M5900
6         bool "AML M5900 Series"
7         select CPU_S3C2410
8         help
9            Say Y here if you are using the American Microsystems M5900 Series
10            <http://www.amltd.com>
11
12 config MACH_ANUBIS
13         bool "Simtec Electronics ANUBIS"
14         select CPU_S3C2440
15         help
16           Say Y gere if you are using the Simtec Electronics ANUBIS
17           development system
18
19 config MACH_OSIRIS
20         bool "Simtec IM2440D20 (OSIRIS) module"
21         select CPU_S3C2440
22         help
23           Say Y here if you are using the Simtec IM2440D20 module, also
24           known as the Osiris.
25
26 config ARCH_BAST
27         bool "Simtec Electronics BAST (EB2410ITX)"
28         select CPU_S3C2410
29         select ISA
30         help
31           Say Y here if you are using the Simtec Electronics EB2410ITX
32           development board (also known as BAST)
33
34           Product page: <http://www.simtec.co.uk/products/EB2410ITX/>.
35
36 config BAST_PC104_IRQ
37         bool "BAST PC104 IRQ support"
38         depends on ARCH_BAST
39         default y
40         help
41           Say Y here to enable the PC104 IRQ routing on the
42           Simtec BAST (EB2410ITX)
43
44 config ARCH_H1940
45         bool "IPAQ H1940"
46         select CPU_S3C2410
47         help
48           Say Y here if you are using the HP IPAQ H1940
49
50           <http://www.handhelds.org/projects/h1940.html>.
51
52 config MACH_N30
53         bool "Acer N30"
54         select CPU_S3C2410
55         help
56           Say Y here if you are using the Acer N30
57
58           <http://zoo.weinigel.se/n30>.
59
60 config MACH_SMDK
61         bool
62         help
63           Common machine code for SMDK2410 and SMDK2440
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_S3C2440
74         bool "SMDK2440"
75         select CPU_S3C2440
76         select MACH_SMDK
77         help
78           Say Y here if you are using the SMDK2440.
79
80 config SMDK2440_CPU2440
81         bool "SMDK2440 with S3C2440 CPU module"
82         depends on ARCH_S3C2440
83         default y if ARCH_S3C2440
84         select CPU_S3C2440
85
86 config SMDK2440_CPU2442
87         bool "SMDM2440 with S3C2442 CPU module"
88         depends on ARCH_S3C2440
89         select CPU_S3C2442
90
91 config MACH_S3C2413
92         bool
93         help
94           Internal node for S3C2413 verison of SMDK2413, so that
95           machine_is_s3c2413() will work when MACH_SMDK2413 is
96           selected
97
98 config MACH_SMDK2413
99         bool "SMDK2413"
100         select CPU_S3C2412
101         select MACH_S3C2413
102         select MACH_SMDK
103         help
104           Say Y here if you are using an SMDK2413
105
106 config MACH_VR1000
107         bool "Thorcom VR1000"
108         select CPU_S3C2410
109         help
110           Say Y here if you are using the Thorcom VR1000 board.
111
112           This linux port is currently being maintained by Simtec, on behalf
113           of Thorcom. Any queries, please contact Thorcom first.
114
115 config MACH_RX3715
116         bool "HP iPAQ rx3715"
117         select CPU_S3C2440
118         help
119           Say Y here if you are using the HP iPAQ rx3715.
120
121           See <http://www.handhelds.org/projects/rx3715.html> for more
122           information on this project
123
124 config MACH_OTOM
125         bool "NexVision OTOM Board"
126         select CPU_S3C2410
127         help
128           Say Y here if you are using the Nex Vision OTOM board
129
130 config MACH_NEXCODER_2440
131         bool "NexVision NEXCODER 2440 Light Board"
132         select CPU_S3C2440
133         help
134           Say Y here if you are using the Nex Vision NEXCODER 2440 Light Board
135
136 config MACH_VSTMS
137         bool "VMSTMS"
138         select CPU_S3C2412
139         help
140           Say Y here if you are using an VSTMS board
141
142 endmenu
143
144 config S3C2410_CLOCK
145         bool
146         help
147           Clock code for the S3C2410, and similar processors
148
149 config S3C2410_PM
150         bool
151         depends on CONFIG_PM
152         help
153           Power Management code common to S3C2410 and better
154
155 config CPU_S3C2410_DMA
156         bool
157         depends on S3C2410_DMA && (CPU_S3C2410 || CPU_S3C2442)
158         default y if CPU_S3C2410 || CPU_S3C2442
159         help
160           DMA device selection for S3C2410 and compatible CPUs
161
162 config CPU_S3C2410
163         bool
164         depends on ARCH_S3C2410
165         select S3C2410_CLOCK
166         select S3C2410_PM
167         help
168           Support for S3C2410 and S3C2410A family from the S3C24XX line
169           of Samsung Mobile CPUs.
170
171 # internal node to signify if we are only dealing with an S3C2412
172
173 config CPU_S3C2412_ONLY
174         bool
175         depends on ARCH_S3C2410 && !CPU_S3C2400 && !CPU_S3C2410 && \
176                    !CPU_S3C2440 && !CPU_S3C2442 && CPU_S3C2412
177         default y if CPU_S3C2412
178
179 config CPU_S3C2412
180         bool
181         depends on ARCH_S3C2410
182         help
183           Support for the S3C2412 and S3C2413 SoCs from the S3C24XX line
184
185 config CPU_S3C244X
186         bool
187         depends on ARCH_S3C2410 && (CPU_S3C2440 || CPU_S3C2442)
188         help
189           Support for S3C2440 and S3C2442 Samsung Mobile CPU based systems.
190
191 config CPU_S3C2440
192         bool
193         depends on ARCH_S3C2410
194         select S3C2410_CLOCK
195         select S3C2410_PM
196         select CPU_S3C244X
197         help
198           Support for S3C2440 Samsung Mobile CPU based systems.
199
200 config CPU_S3C2442
201         bool
202         depends on ARCH_S3C2420
203         select S3C2410_CLOCK
204         select S3C2410_PM
205         select CPU_S3C244X
206         help
207           Support for S3C2442 Samsung Mobile CPU based systems.
208
209 comment "S3C2410 Boot"
210
211 config S3C2410_BOOT_WATCHDOG
212         bool "S3C2410 Initialisation watchdog"
213         depends on ARCH_S3C2410 && S3C2410_WATCHDOG
214         help
215           Say y to enable the watchdog during the kernel decompression
216           stage. If the kernel fails to uncompress, then the watchdog
217           will trigger a reset and the system should restart.
218
219           Although this uses the same hardware unit as the kernel watchdog
220           driver, it is not a replacement for it. If you use this option,
221           you will have to use the watchdg driver to either stop the timeout
222           or restart it. If you do not, then your kernel will reboot after
223           startup.
224
225           The driver uses a fixed timeout value, so the exact time till the
226           system resets depends on the value of PCLK. The timeout on an
227           200MHz s3c2410 should be about 30 seconds.
228
229 config S3C2410_BOOT_ERROR_RESET
230         bool "S3C2410 Reboot on decompression error"
231         depends on ARCH_S3C2410
232         help
233           Say y here to use the watchdog to reset the system if the
234           kernel decompressor detects an error during decompression.
235
236
237 comment "S3C2410 Setup"
238
239 config S3C2410_DMA
240         bool "S3C2410 DMA support"
241         depends on ARCH_S3C2410
242         help
243           S3C2410 DMA support. This is needed for drivers like sound which
244           use the S3C2410's DMA system to move data to and from the
245           peripheral blocks.
246
247 config S3C2410_DMA_DEBUG
248         bool "S3C2410 DMA support debug"
249         depends on ARCH_S3C2410 && S3C2410_DMA
250         help
251           Enable debugging output for the DMA code. This option sends info
252           to the kernel log, at priority KERN_DEBUG.
253
254           Note, it is easy to create and fill the log buffer in a small
255           amount of time, as well as using an significant percentage of
256           the CPU time doing so.
257
258
259 config S3C2410_PM_DEBUG
260         bool "S3C2410 PM Suspend debug"
261         depends on ARCH_S3C2410 && PM
262         help
263           Say Y here if you want verbose debugging from the PM Suspend and
264           Resume code. See <file:Documentation/arm/Samsung-S3C24XX/Suspend.txt>
265           for more information.
266
267 config S3C2410_PM_CHECK
268         bool "S3C2410 PM Suspend Memory CRC"
269         depends on ARCH_S3C2410 && PM && CRC32
270         help
271           Enable the PM code's memory area checksum over sleep. This option
272           will generate CRCs of all blocks of memory, and store them before
273           going to sleep. The blocks are then checked on resume for any
274           errors.
275
276 config S3C2410_PM_CHECK_CHUNKSIZE
277         int "S3C2410 PM Suspend CRC Chunksize (KiB)"
278         depends on ARCH_S3C2410 && PM && S3C2410_PM_CHECK
279         default 64
280         help
281           Set the chunksize in Kilobytes of the CRC for checking memory
282           corruption over suspend and resume. A smaller value will mean that
283           the CRC data block will take more memory, but wil identify any
284           faults with better precision.
285
286 config PM_SIMTEC
287         bool
288         depends on PM && (ARCH_BAST || MACH_VR1000)
289         default y
290
291 config S3C2410_LOWLEVEL_UART_PORT
292         int "S3C2410 UART to use for low-level messages"
293         default 0
294         help
295           Choice of which UART port to use for the low-level messages,
296           such as the `Uncompressing...` at start time. The value of
297           this configuration should be between zero and two. The port
298           must have been initialised by the boot-loader before use.
299
300           Note, this does not affect the port used by the debug messages,
301           which is a separate configuration.
302
303 endif