vserver 1.9.3
[linux-2.6.git] / arch / arm / mach-s3c2410 / Kconfig
1 if ARCH_S3C2410
2
3 menu "S3C24XX Implementations"
4
5 config ARCH_BAST
6         bool "Simtec Electronics BAST (EB2410ITX)"
7         select CPU_S3C2410
8         help
9           Say Y here if you are using the Simtec Electronics EB2410ITX
10           development board (also known as BAST)
11
12           Product page: <http://www.simtec.co.uk/products/EB2410ITX/>.
13
14 config ARCH_H1940
15         bool "IPAQ H1940"
16         select CPU_S3C2410
17         help
18           Say Y here if you are using the HP IPAQ H1940
19
20           <http://www.handhelds.org/projects/h1940.html>.
21
22 config ARCH_SMDK2410
23         bool "SMDK2410/A9M2410"
24         select CPU_S3C2410
25         help
26            Say Y here if you are using the SMDK2410 or the derived module A9M2410
27            <http://www.fsforth.de>
28
29 config MACH_VR1000
30         bool "Thorcom VR1000"
31         select CPU_S3C2410
32         help
33           Say Y here if you are using the Thorcom VR1000 board.
34
35           This linux port is currently being maintained by Simtec, on behalf
36           of Thorcom. Any queries, please contact Thorcom first.
37
38 endmenu
39
40 config CPU_S3C2410
41         bool
42         depends on ARCH_S3C2410
43         help
44           Support for S3C2410 and S3C2410A family from the S3C24XX line
45           of Samsung Mobile CPUs.
46
47 config CPU_S3C2440
48         bool
49         depends on ARCH_S3C2410
50         help
51           Support for S3C2440 Samsung Mobile CPU based systems.
52
53 comment "S3C2410 Setup"
54
55 config S3C2410_DMA
56         bool "S3C2410 DMA support"
57         depends on ARCH_S3C2410
58         help
59           S3C2410 DMA support. This is needed for drivers like sound which
60           use the S3C2410's DMA system to move data to and from the
61           peripheral blocks.
62
63 config S3C2410_DMA_DEBUG
64         bool "S3C2410 DMA support debug"
65         depends on ARCH_S3C2410 && S3C2410_DMA
66         help
67           Enable debugging output for the DMA code. This option sends info
68           to the kernel log, at priority KERN_DEBUG.
69
70           Note, it is easy to create and fill the log buffer in a small
71           amount of time, as well as using an significant percantage of
72           the CPU time doing so.
73
74
75 endif