blob: da818344f9547359dc3d1b31a035823f50a4b5d8 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001if ARCH_S3C2410
2
3menu "S3C24XX Implementations"
4
Ben Dooks7efb8332005-09-07 11:49:23 +01005config MACH_ANUBIS
6 bool "Simtec Electronics ANUBIS"
7 select CPU_S3C2440
8 help
9 Say Y gere if you are using the Simtec Electronics ANUBIS
10 development system
11
Linus Torvalds1da177e2005-04-16 15:20:36 -070012config ARCH_BAST
13 bool "Simtec Electronics BAST (EB2410ITX)"
14 select CPU_S3C2410
15 help
16 Say Y here if you are using the Simtec Electronics EB2410ITX
17 development board (also known as BAST)
18
19 Product page: <http://www.simtec.co.uk/products/EB2410ITX/>.
20
21config ARCH_H1940
22 bool "IPAQ H1940"
23 select CPU_S3C2410
24 help
25 Say Y here if you are using the HP IPAQ H1940
26
27 <http://www.handhelds.org/projects/h1940.html>.
28
29config MACH_N30
30 bool "Acer N30"
31 select CPU_S3C2410
32 help
33 Say Y here if you are using the Acer N30
34
35 <http://zoo.weinigel.se/n30>.
36
37config ARCH_SMDK2410
38 bool "SMDK2410/A9M2410"
39 select CPU_S3C2410
40 help
41 Say Y here if you are using the SMDK2410 or the derived module A9M2410
42 <http://www.fsforth.de>
43
44config ARCH_S3C2440
45 bool "SMDK2440"
46 select CPU_S3C2440
47 help
48 Say Y here if you are using the SMDK2440.
49
50config MACH_VR1000
51 bool "Thorcom VR1000"
52 select CPU_S3C2410
53 help
54 Say Y here if you are using the Thorcom VR1000 board.
55
56 This linux port is currently being maintained by Simtec, on behalf
57 of Thorcom. Any queries, please contact Thorcom first.
58
59config MACH_RX3715
60 bool "HP iPAQ rx3715"
61 select CPU_S3C2440
62 help
63 Say Y here if you are using the HP iPAQ rx3715.
64
65 See <http://www.handhelds.org/projects/rx3715.html> for more
66 information on this project
67
68config MACH_OTOM
69 bool "NexVision OTOM Board"
70 select CPU_S3C2410
71 help
72 Say Y here if you are using the Nex Vision OTOM board
73
74config MACH_NEXCODER_2440
75 bool "NexVision NEXCODER 2440 Light Board"
76 select CPU_S3C2440
77 help
78 Say Y here if you are using the Nex Vision NEXCODER 2440 Light Board
79
80endmenu
81
82config CPU_S3C2410
83 bool
84 depends on ARCH_S3C2410
85 help
86 Support for S3C2410 and S3C2410A family from the S3C24XX line
87 of Samsung Mobile CPUs.
88
89config CPU_S3C2440
90 bool
91 depends on ARCH_S3C2410
92 help
93 Support for S3C2440 Samsung Mobile CPU based systems.
94
95comment "S3C2410 Boot"
96
97config S3C2410_BOOT_WATCHDOG
98 bool "S3C2410 Initialisation watchdog"
99 depends on ARCH_S3C2410 && S3C2410_WATCHDOG
100 help
101 Say y to enable the watchdog during the kernel decompression
102 stage. If the kernel fails to uncompress, then the watchdog
103 will trigger a reset and the system should restart.
104
105 Although this uses the same hardware unit as the kernel watchdog
106 driver, it is not a replacement for it. If you use this option,
107 you will have to use the watchdg driver to either stop the timeout
108 or restart it. If you do not, then your kernel will reboot after
109 startup.
110
111 The driver uses a fixed timeout value, so the exact time till the
112 system resets depends on the value of PCLK. The timeout on an
113 200MHz s3c2410 should be about 30 seconds.
114
115comment "S3C2410 Setup"
116
117config S3C2410_DMA
118 bool "S3C2410 DMA support"
119 depends on ARCH_S3C2410
120 help
121 S3C2410 DMA support. This is needed for drivers like sound which
122 use the S3C2410's DMA system to move data to and from the
123 peripheral blocks.
124
125config S3C2410_DMA_DEBUG
126 bool "S3C2410 DMA support debug"
127 depends on ARCH_S3C2410 && S3C2410_DMA
128 help
129 Enable debugging output for the DMA code. This option sends info
130 to the kernel log, at priority KERN_DEBUG.
131
132 Note, it is easy to create and fill the log buffer in a small
133 amount of time, as well as using an significant percentage of
134 the CPU time doing so.
135
136
137config S3C2410_PM_DEBUG
138 bool "S3C2410 PM Suspend debug"
139 depends on ARCH_S3C2410 && PM
140 help
141 Say Y here if you want verbose debugging from the PM Suspend and
142 Resume code. See `Documentation/arm/Samsing-S3C24XX/Suspend.txt`
143 for more information.
144
145config S3C2410_PM_CHECK
146 bool "S3C2410 PM Suspend Memory CRC"
147 depends on ARCH_S3C2410 && PM && CRC32
148 help
149 Enable the PM code's memory area checksum over sleep. This option
150 will generate CRCs of all blocks of memory, and store them before
151 going to sleep. The blocks are then checked on resume for any
152 errors.
153
154config S3C2410_PM_CHECK_CHUNKSIZE
155 int "S3C2410 PM Suspend CRC Chunksize (KiB)"
156 depends on ARCH_S3C2410 && PM && S3C2410_PM_CHECK
157 default 64
158 help
159 Set the chunksize in Kilobytes of the CRC for checking memory
160 corruption over suspend and resume. A smaller value will mean that
161 the CRC data block will take more memory, but wil identify any
162 faults with better precision.
163
Ben Dooksf705b1a2005-06-29 11:09:15 +0100164config PM_SIMTEC
165 bool
166 depends on PM && (ARCH_BAST || MACH_VR1000)
167 default y
168
Linus Torvalds1da177e2005-04-16 15:20:36 -0700169config S3C2410_LOWLEVEL_UART_PORT
170 int "S3C2410 UART to use for low-level messages"
171 default 0
172 help
173 Choice of which UART port to use for the low-level messages,
174 such as the `Uncompressing...` at start time. The value of
175 this configuration should be between zero and two. The port
176 must have been initialised by the boot-loader before use.
177
178 Note, this does not affect the port used by the debug messages,
179 which is a separate configuration.
180
181endif