blob: 31eacad5b3e9d2409dad5c288590cd67971b58cd [file] [log] [blame]
Kukjin Kim85fd6d62012-02-06 09:38:19 +09001# arch/arm/mach-s3c24xx/Kconfig
2#
3# Copyright (c) 2012 Samsung Electronics Co., Ltd.
4# http://www.samsung.com/
5#
6# Copyright 2007 Simtec Electronics
7#
8# Licensed under GPLv2
9
10if ARCH_S3C24XX
11
Kukjin Kim09ec1d72013-01-31 16:54:38 -080012config PLAT_S3C24XX
13 def_bool y
14 select ARCH_REQUIRE_GPIOLIB
15 select NO_IOPORT
16 select S3C_DEV_NAND
17 select IRQ_DOMAIN
18 help
19 Base platform code for any Samsung S3C24XX device
20
Kukjin Kim85fd6d62012-02-06 09:38:19 +090021menu "SAMSUNG S3C24XX SoCs Support"
22
23comment "S3C24XX SoCs"
24
25config CPU_S3C2410
26 bool "SAMSUNG S3C2410"
27 default y
28 select CPU_ARM920T
Kukjin Kim85fd6d62012-02-06 09:38:19 +090029 select CPU_LLSERIAL_S3C2410
Russell Kingb1b3f492012-10-06 17:12:25 +010030 select S3C2410_CLOCK
Kukjin Kim85fd6d62012-02-06 09:38:19 +090031 select S3C2410_CPUFREQ if CPU_FREQ_S3C24XX
Russell Kingb1b3f492012-10-06 17:12:25 +010032 select S3C2410_PM if PM
Kukjin Kim85fd6d62012-02-06 09:38:19 +090033 help
34 Support for S3C2410 and S3C2410A family from the S3C24XX line
35 of Samsung Mobile CPUs.
36
Kukjin Kim85e2a262012-02-06 10:02:01 +090037config CPU_S3C2412
38 bool "SAMSUNG S3C2412"
39 depends on ARCH_S3C24XX
40 select CPU_ARM926T
41 select CPU_LLSERIAL_S3C2440
Kukjin Kim85e2a262012-02-06 10:02:01 +090042 select S3C2412_DMA if S3C24XX_DMA
Russell Kingb1b3f492012-10-06 17:12:25 +010043 select S3C2412_PM if PM
Kukjin Kim85e2a262012-02-06 10:02:01 +090044 help
45 Support for the S3C2412 and S3C2413 SoCs from the S3C24XX line
46
Kukjin Kim26febf82012-02-06 10:59:47 +090047config CPU_S3C2416
48 bool "SAMSUNG S3C2416/S3C2450"
49 depends on ARCH_S3C24XX
50 select CPU_ARM926T
51 select CPU_LLSERIAL_S3C2440
Russell Kingb1b3f492012-10-06 17:12:25 +010052 select S3C2416_PM if PM
Heiko Stuebner8c3d7c32012-03-03 07:49:12 +090053 select S3C2443_COMMON
Heiko Stuebner46cdaba2012-03-07 01:53:17 -080054 select S3C2443_DMA if S3C24XX_DMA
Russell Kingb1b3f492012-10-06 17:12:25 +010055 select SAMSUNG_CLKSRC
Kukjin Kim26febf82012-02-06 10:59:47 +090056 help
57 Support for the S3C2416 SoC from the S3C24XX line
58
Kukjin Kimdd6f01b2012-02-06 13:10:11 +090059config CPU_S3C2440
60 bool "SAMSUNG S3C2440"
61 select CPU_ARM920T
62 select CPU_LLSERIAL_S3C2440
63 select S3C2410_CLOCK
64 select S3C2410_PM if PM
65 select S3C2440_DMA if S3C24XX_DMA
66 help
67 Support for S3C2440 Samsung Mobile CPU based systems.
68
69config CPU_S3C2442
70 bool "SAMSUNG S3C2442"
71 select CPU_ARM920T
72 select CPU_LLSERIAL_S3C2440
73 select S3C2410_CLOCK
74 select S3C2410_PM if PM
75 help
76 Support for S3C2442 Samsung Mobile CPU based systems.
77
78config CPU_S3C244X
79 def_bool y
80 depends on CPU_S3C2440 || CPU_S3C2442
81
Kukjin Kim84c028b2012-02-06 13:21:03 +090082config CPU_S3C2443
83 bool "SAMSUNG S3C2443"
84 depends on ARCH_S3C24XX
85 select CPU_ARM920T
86 select CPU_LLSERIAL_S3C2440
Heiko Stuebner8c3d7c32012-03-03 07:49:12 +090087 select S3C2443_COMMON
Kukjin Kim84c028b2012-02-06 13:21:03 +090088 select S3C2443_DMA if S3C24XX_DMA
Russell Kingb1b3f492012-10-06 17:12:25 +010089 select SAMSUNG_CLKSRC
Kukjin Kim84c028b2012-02-06 13:21:03 +090090 help
91 Support for the S3C2443 SoC from the S3C24XX line
92
Heiko Stuebner28c569f2012-03-07 01:47:01 -080093# common code
94
Kukjin Kim09ec1d72013-01-31 16:54:38 -080095config S3C2410_CLOCK
96 bool
97 help
98 Clock code for the S3C2410, and similar processors which
99 is currently includes the S3C2410, S3C2440, S3C2442.
100
101config S3C24XX_DCLK
102 bool
103 help
104 Clock code for supporting DCLK/CLKOUT on S3C24XX architectures
105
Heiko Stuebner28c569f2012-03-07 01:47:01 -0800106config S3C24XX_SMDK
107 bool
108 help
109 Common machine code for SMDK2410 and SMDK2440
110
Heiko Stuebner9072dc92012-03-07 01:47:05 -0800111config S3C24XX_SIMTEC_AUDIO
112 bool
113 depends on (ARCH_BAST || MACH_VR1000 || MACH_OSIRIS || MACH_ANUBIS)
114 default y
115 help
116 Add audio devices for common Simtec S3C24XX boards
117
118config S3C24XX_SIMTEC_PM
119 bool
120 help
121 Common power management code for systems that are
122 compatible with the Simtec style of power management
123
Heiko Stuebnerec2cc752012-03-07 01:47:11 -0800124config S3C24XX_SIMTEC_USB
125 bool
126 help
127 USB management code for common Simtec S3C24XX boards
128
Heiko Stuebner2c5689a2012-03-07 01:47:15 -0800129config S3C24XX_SETUP_TS
130 bool
131 help
132 Compile in platform device definition for Samsung TouchScreen.
133
Kukjin Kim09ec1d72013-01-31 16:54:38 -0800134config S3C24XX_DMA
135 bool "S3C2410 DMA support"
136 depends on ARCH_S3C24XX
137 select S3C_DMA
138 help
139 S3C2410 DMA support. This is needed for drivers like sound which
140 use the S3C2410's DMA system to move data to and from the
141 peripheral blocks.
142
143config S3C2410_DMA_DEBUG
144 bool "S3C2410 DMA support debug"
145 depends on ARCH_S3C24XX && S3C2410_DMA
146 help
147 Enable debugging output for the DMA code. This option sends info
148 to the kernel log, at priority KERN_DEBUG.
149
Kukjin Kim85fd6d62012-02-06 09:38:19 +0900150config S3C2410_DMA
151 bool
Kukjin Kimdd6f01b2012-02-06 13:10:11 +0900152 depends on S3C24XX_DMA && (CPU_S3C2410 || CPU_S3C2442)
153 default y if CPU_S3C2410 || CPU_S3C2442
Kukjin Kim85fd6d62012-02-06 09:38:19 +0900154 help
155 DMA device selection for S3C2410 and compatible CPUs
156
157config S3C2410_PM
158 bool
159 help
160 Power Management code common to S3C2410 and better
161
Kukjin Kim09ec1d72013-01-31 16:54:38 -0800162# low-level serial option nodes
163
164config CPU_LLSERIAL_S3C2410_ONLY
165 bool
166 default y if CPU_LLSERIAL_S3C2410 && !CPU_LLSERIAL_S3C2440
167
168config CPU_LLSERIAL_S3C2440_ONLY
169 bool
170 default y if CPU_LLSERIAL_S3C2440 && !CPU_LLSERIAL_S3C2410
171
172config CPU_LLSERIAL_S3C2410
173 bool
174 help
175 Selected if there is an S3C2410 (or register compatible) serial
176 low-level implementation needed
177
178config CPU_LLSERIAL_S3C2440
179 bool
180 help
181 Selected if there is an S3C2440 (or register compatible) serial
182 low-level implementation needed
183
184# gpio configurations
185
186config S3C24XX_GPIO_EXTRA
187 int
188 default 128 if S3C24XX_GPIO_EXTRA128
189 default 64 if S3C24XX_GPIO_EXTRA64
190 default 16 if ARCH_H1940
191 default 0
192
193config S3C24XX_GPIO_EXTRA64
194 bool
195 help
196 Add an extra 64 gpio numbers to the available GPIO pool. This is
197 available for boards that need extra gpios for external devices.
198
199config S3C24XX_GPIO_EXTRA128
200 bool
201 help
202 Add an extra 128 gpio numbers to the available GPIO pool. This is
203 available for boards that need extra gpios for external devices.
204
205# cpu frequency items common between s3c2410 and s3c2440/s3c2442
206
207config S3C2410_IOTIMING
208 bool
209 depends on CPU_FREQ_S3C24XX
210 help
211 Internal node to select io timing code that is common to the s3c2410
212 and s3c2440/s3c2442 cpu frequency support.
213
214config S3C2410_CPUFREQ_UTILS
215 bool
216 depends on CPU_FREQ_S3C24XX
217 help
218 Internal node to select timing code that is common to the s3c2410
219 and s3c2440/s3c244 cpu frequency support.
220
221# cpu frequency support common to s3c2412, s3c2413 and s3c2442
222
223config S3C2412_IOTIMING
224 bool
225 depends on CPU_FREQ_S3C24XX && (CPU_S3C2412 || CPU_S3C2443)
226 help
227 Intel node to select io timing code that is common to the s3c2412
228 and the s3c2443.
229
Kukjin Kim7518dde2012-04-21 07:55:33 -0700230# cpu-specific sections
231
232if CPU_S3C2410
233
Kukjin Kim98713e42013-01-21 14:51:08 -0800234config S3C2410_CPUFREQ
235 bool
236 depends on CPU_FREQ_S3C24XX && CPU_S3C2410
237 select S3C2410_CPUFREQ_UTILS
238 help
239 CPU Frequency scaling support for S3C2410
240
Kukjin Kim82c18712013-01-21 15:16:35 -0800241config S3C2410_PLL
242 bool
243 depends on S3C2410_CPUFREQ && CPU_FREQ_S3C24XX_PLL
244 default y
245 help
246 Select the PLL table for the S3C2410
247
Heiko Stuebnerec2cc752012-03-07 01:47:11 -0800248config S3C24XX_SIMTEC_NOR
Kukjin Kim85fd6d62012-02-06 09:38:19 +0900249 bool
250 help
251 Internal node to specify machine has simtec NOR mapping
252
253config MACH_BAST_IDE
254 bool
255 select HAVE_PATA_PLATFORM
256 help
257 Internal node for machines with an BAST style IDE
258 interface
259
260comment "S3C2410 Boards"
261
262#
263# The "S3C2410 Boards" list is ordered alphabetically by option text.
264# (without ARCH_ or MACH_)
265#
266
267config MACH_AML_M5900
268 bool "AML M5900 Series"
Heiko Stuebner9072dc92012-03-07 01:47:05 -0800269 select S3C24XX_SIMTEC_PM if PM
Kukjin Kim85fd6d62012-02-06 09:38:19 +0900270 select S3C_DEV_USB_HOST
271 help
272 Say Y here if you are using the American Microsystems M5900 Series
273 <http://www.amltd.com>
274
275config ARCH_BAST
276 bool "Simtec Electronics BAST (EB2410ITX)"
Kukjin Kim85fd6d62012-02-06 09:38:19 +0900277 select ISA
Russell Kingb1b3f492012-10-06 17:12:25 +0100278 select MACH_BAST_IDE
279 select S3C2410_IOTIMING if S3C2410_CPUFREQ
280 select S3C24XX_DCLK
281 select S3C24XX_SIMTEC_NOR
282 select S3C24XX_SIMTEC_PM if PM
283 select S3C24XX_SIMTEC_USB
Kukjin Kim85fd6d62012-02-06 09:38:19 +0900284 select S3C_DEV_HWMON
Kukjin Kim85fd6d62012-02-06 09:38:19 +0900285 select S3C_DEV_NAND
Russell Kingb1b3f492012-10-06 17:12:25 +0100286 select S3C_DEV_USB_HOST
Kukjin Kim85fd6d62012-02-06 09:38:19 +0900287 help
288 Say Y here if you are using the Simtec Electronics EB2410ITX
289 development board (also known as BAST)
290
291config BAST_PC104_IRQ
292 bool "BAST PC104 IRQ support"
293 depends on ARCH_BAST
294 default y
295 help
296 Say Y here to enable the PC104 IRQ routing on the
297 Simtec BAST (EB2410ITX)
298
299config ARCH_H1940
300 bool "IPAQ H1940"
301 select PM_H1940 if PM
Heiko Stuebner2c5689a2012-03-07 01:47:15 -0800302 select S3C24XX_SETUP_TS
Russell Kingb1b3f492012-10-06 17:12:25 +0100303 select S3C_DEV_NAND
304 select S3C_DEV_USB_HOST
Kukjin Kim85fd6d62012-02-06 09:38:19 +0900305 help
306 Say Y here if you are using the HP IPAQ H1940
307
308config H1940BT
309 tristate "Control the state of H1940 bluetooth chip"
310 depends on ARCH_H1940
311 select RFKILL
312 help
313 This is a simple driver that is able to control
314 the state of built in bluetooth chip on h1940.
315
316config PM_H1940
317 bool
318 help
319 Internal node for H1940 and related PM
320
321config MACH_N30
322 bool "Acer N30 family"
323 select MACH_N35
Kukjin Kim85fd6d62012-02-06 09:38:19 +0900324 select S3C_DEV_NAND
Russell Kingb1b3f492012-10-06 17:12:25 +0100325 select S3C_DEV_USB_HOST
Kukjin Kim85fd6d62012-02-06 09:38:19 +0900326 help
327 Say Y here if you want suppt for the Acer N30, Acer N35,
328 Navman PiN570, Yakumo AlphaX or Airis NC05 PDAs.
329
330config MACH_OTOM
331 bool "NexVision OTOM Board"
Kukjin Kim85fd6d62012-02-06 09:38:19 +0900332 select S3C_DEV_NAND
Russell Kingb1b3f492012-10-06 17:12:25 +0100333 select S3C_DEV_USB_HOST
Kukjin Kim85fd6d62012-02-06 09:38:19 +0900334 help
335 Say Y here if you are using the Nex Vision OTOM board
336
337config MACH_QT2410
338 bool "QT2410"
Kukjin Kim85fd6d62012-02-06 09:38:19 +0900339 select S3C_DEV_NAND
Russell Kingb1b3f492012-10-06 17:12:25 +0100340 select S3C_DEV_USB_HOST
Kukjin Kim85fd6d62012-02-06 09:38:19 +0900341 help
342 Say Y here if you are using the Armzone QT2410
343
344config ARCH_SMDK2410
345 bool "SMDK2410/A9M2410"
Heiko Stuebner28c569f2012-03-07 01:47:01 -0800346 select S3C24XX_SMDK
Kukjin Kim85fd6d62012-02-06 09:38:19 +0900347 help
348 Say Y here if you are using the SMDK2410 or the derived module A9M2410
349 <http://www.fsforth.de>
350
351config MACH_TCT_HAMMER
352 bool "TCT Hammer Board"
353 select S3C_DEV_USB_HOST
354 help
355 Say Y here if you are using the TinCanTools Hammer Board
356 <http://www.tincantools.com>
357
358config MACH_VR1000
359 bool "Thorcom VR1000"
Russell Kingb1b3f492012-10-06 17:12:25 +0100360 select MACH_BAST_IDE
Kukjin Kim85fd6d62012-02-06 09:38:19 +0900361 select S3C24XX_DCLK
Heiko Stuebnerec2cc752012-03-07 01:47:11 -0800362 select S3C24XX_SIMTEC_NOR
Russell Kingb1b3f492012-10-06 17:12:25 +0100363 select S3C24XX_SIMTEC_PM if PM
Heiko Stuebnerec2cc752012-03-07 01:47:11 -0800364 select S3C24XX_SIMTEC_USB
Russell Kingb1b3f492012-10-06 17:12:25 +0100365 select S3C_DEV_USB_HOST
Kukjin Kim85fd6d62012-02-06 09:38:19 +0900366 help
367 Say Y here if you are using the Thorcom VR1000 board.
368
369endif # CPU_S3C2410
370
Kukjin Kim85e2a262012-02-06 10:02:01 +0900371config S3C2412_PM_SLEEP
372 bool
373 help
374 Internal config node to apply sleep for S3C2412 power management.
375 Can be selected by another SoCs such as S3C2416 with similar
376 sleep procedure.
377
378if CPU_S3C2412
379
380config CPU_S3C2412_ONLY
381 bool
382 depends on ARCH_S3C24XX && !CPU_S3C2410 && \
383 !CPU_S3C2416 && !CPU_S3C2440 && !CPU_S3C2442 && \
384 !CPU_S3C2443 && CPU_S3C2412
385 default y
386
Kukjin Kimdbb8fd32013-01-21 15:24:34 -0800387config S3C2412_CPUFREQ
388 bool
389 depends on CPU_FREQ_S3C24XX && CPU_S3C2412
390 default y
391 select S3C2412_IOTIMING
392 help
393 CPU Frequency scaling support for S3C2412 and S3C2413 SoC CPUs.
394
Kukjin Kim85e2a262012-02-06 10:02:01 +0900395config S3C2412_DMA
396 bool
397 help
398 Internal config node for S3C2412 DMA support
399
400config S3C2412_PM
401 bool
402 help
403 Internal config node to apply S3C2412 power management
404
405comment "S3C2412 Boards"
406
407#
408# The "S3C2412 Boards" list is ordered alphabetically by option text.
409# (without ARCH_ or MACH_)
410#
411
412config MACH_JIVE
413 bool "Logitech Jive"
Kukjin Kim85e2a262012-02-06 10:02:01 +0900414 select S3C_DEV_NAND
Russell Kingb1b3f492012-10-06 17:12:25 +0100415 select S3C_DEV_USB_HOST
Kukjin Kim85e2a262012-02-06 10:02:01 +0900416 help
417 Say Y here if you are using the Logitech Jive.
418
419config MACH_JIVE_SHOW_BOOTLOADER
420 bool "Allow access to bootloader partitions in MTD (EXPERIMENTAL)"
421 depends on MACH_JIVE && EXPERIMENTAL
422
423config MACH_S3C2413
424 bool
425 help
426 Internal node for S3C2413 version of SMDK2413, so that
427 machine_is_s3c2413() will work when MACH_SMDK2413 is
428 selected
429
430config MACH_SMDK2412
431 bool "SMDK2412"
432 select MACH_SMDK2413
433 help
434 Say Y here if you are using an SMDK2412
435
436 Note, this shares support with SMDK2413, so will automatically
437 select MACH_SMDK2413.
438
439config MACH_SMDK2413
440 bool "SMDK2413"
441 select MACH_S3C2413
Heiko Stuebner28c569f2012-03-07 01:47:01 -0800442 select S3C24XX_SMDK
Kukjin Kim85e2a262012-02-06 10:02:01 +0900443 select S3C_DEV_NAND
Russell Kingb1b3f492012-10-06 17:12:25 +0100444 select S3C_DEV_USB_HOST
Kukjin Kim85e2a262012-02-06 10:02:01 +0900445 help
446 Say Y here if you are using an SMDK2413
447
448config MACH_VSTMS
449 bool "VMSTMS"
Kukjin Kim85e2a262012-02-06 10:02:01 +0900450 select S3C_DEV_NAND
Russell Kingb1b3f492012-10-06 17:12:25 +0100451 select S3C_DEV_USB_HOST
Kukjin Kim85e2a262012-02-06 10:02:01 +0900452 help
453 Say Y here if you are using an VSTMS board
454
455endif # CPU_S3C2412
456
Kukjin Kim26febf82012-02-06 10:59:47 +0900457if CPU_S3C2416
458
459config S3C2416_PM
460 bool
461 select S3C2412_PM_SLEEP
462 help
463 Internal config node to apply S3C2416 power management
464
465config S3C2416_SETUP_SDHCI
466 bool
467 select S3C2416_SETUP_SDHCI_GPIO
468 help
469 Internal helper functions for S3C2416 based SDHCI systems
470
471config S3C2416_SETUP_SDHCI_GPIO
472 bool
473 help
474 Common setup code for SDHCI gpio.
475
476comment "S3C2416 Boards"
477
478config MACH_SMDK2416
479 bool "SMDK2416"
Russell Kingb1b3f492012-10-06 17:12:25 +0100480 select S3C2416_SETUP_SDHCI
Heiko Stuebner28c569f2012-03-07 01:47:01 -0800481 select S3C24XX_SMDK
Kukjin Kim26febf82012-02-06 10:59:47 +0900482 select S3C_DEV_FB
483 select S3C_DEV_HSMMC
484 select S3C_DEV_HSMMC1
485 select S3C_DEV_NAND
486 select S3C_DEV_USB_HOST
Kukjin Kim26febf82012-02-06 10:59:47 +0900487 help
488 Say Y here if you are using an SMDK2416
489
490endif # CPU_S3C2416
491
Kukjin Kimdd6f01b2012-02-06 13:10:11 +0900492if CPU_S3C2440
493
Kukjin Kim5aa93c02013-01-21 15:34:19 -0800494config S3C2440_CPUFREQ
495 bool "S3C2440/S3C2442 CPU Frequency scaling support"
496 depends on CPU_FREQ_S3C24XX && (CPU_S3C2440 || CPU_S3C2442)
497 default y
498 select S3C2410_CPUFREQ_UTILS
499 help
500 CPU Frequency scaling support for S3C2440 and S3C2442 SoC CPUs.
501
Kukjin Kimdd6f01b2012-02-06 13:10:11 +0900502config S3C2440_DMA
503 bool
504 help
505 Support for S3C2440 specific DMA code5A
506
Kukjin Kimacf2d412013-01-21 15:39:09 -0800507config S3C2440_XTAL_12000000
508 bool
509 help
510 Indicate that the build needs to support 12MHz system
511 crystal.
512
513config S3C2440_XTAL_16934400
514 bool
515 help
516 Indicate that the build needs to support 16.9344MHz system
517 crystal.
518
519config S3C2440_PLL_12000000
520 bool
521 depends on S3C2440_CPUFREQ && S3C2440_XTAL_12000000
522 default y if CPU_FREQ_S3C24XX_PLL
523 help
524 PLL tables for S3C2440 or S3C2442 CPUs with 12MHz crystals.
525
526config S3C2440_PLL_16934400
527 bool
528 depends on S3C2440_CPUFREQ && S3C2440_XTAL_16934400
529 default y if CPU_FREQ_S3C24XX_PLL
530 help
531 PLL tables for S3C2440 or S3C2442 CPUs with 16.934MHz crystals.
532
Kukjin Kimdd6f01b2012-02-06 13:10:11 +0900533comment "S3C2440 Boards"
534
535#
536# The "S3C2440 Boards" list is ordered alphabetically by option text.
537# (without ARCH_ or MACH_)
538#
539
540config MACH_ANUBIS
541 bool "Simtec Electronics ANUBIS"
Kukjin Kimdd6f01b2012-02-06 13:10:11 +0900542 select HAVE_PATA_PLATFORM
Kukjin Kimdd6f01b2012-02-06 13:10:11 +0900543 select S3C2440_XTAL_12000000
Russell Kingb1b3f492012-10-06 17:12:25 +0100544 select S3C24XX_DCLK
545 select S3C24XX_GPIO_EXTRA64
546 select S3C24XX_SIMTEC_PM if PM
Kukjin Kimdd6f01b2012-02-06 13:10:11 +0900547 select S3C_DEV_USB_HOST
548 help
549 Say Y here if you are using the Simtec Electronics ANUBIS
550 development system
551
552config MACH_AT2440EVB
553 bool "Avantech AT2440EVB development board"
Kukjin Kimdd6f01b2012-02-06 13:10:11 +0900554 select S3C_DEV_NAND
Russell Kingb1b3f492012-10-06 17:12:25 +0100555 select S3C_DEV_USB_HOST
Kukjin Kimdd6f01b2012-02-06 13:10:11 +0900556 help
557 Say Y here if you are using the AT2440EVB development board
558
559config MACH_MINI2440
560 bool "MINI2440 development board"
561 select EEPROM_AT24
Kukjin Kimdd6f01b2012-02-06 13:10:11 +0900562 select LEDS_CLASS
Alexander Shiyan678a0992012-11-25 18:53:40 +0400563 select LEDS_TRIGGERS
Kukjin Kimdd6f01b2012-02-06 13:10:11 +0900564 select LEDS_TRIGGER_BACKLIGHT
Russell Kingb1b3f492012-10-06 17:12:25 +0100565 select NEW_LEDS
Kukjin Kimdd6f01b2012-02-06 13:10:11 +0900566 select S3C_DEV_NAND
567 select S3C_DEV_USB_HOST
Sylwester Nawrockie51d5482012-11-22 14:29:18 +0900568 select S3C_SETUP_CAMIF
Kukjin Kimdd6f01b2012-02-06 13:10:11 +0900569 help
570 Say Y here to select support for the MINI2440. Is a 10cm x 10cm board
571 available via various sources. It can come with a 3.5" or 7" touch LCD.
572
573config MACH_NEXCODER_2440
574 bool "NexVision NEXCODER 2440 Light Board"
575 select S3C2440_XTAL_12000000
Kukjin Kimdd6f01b2012-02-06 13:10:11 +0900576 select S3C_DEV_NAND
Russell Kingb1b3f492012-10-06 17:12:25 +0100577 select S3C_DEV_USB_HOST
Kukjin Kimdd6f01b2012-02-06 13:10:11 +0900578 help
579 Say Y here if you are using the Nex Vision NEXCODER 2440 Light Board
580
581config MACH_OSIRIS
582 bool "Simtec IM2440D20 (OSIRIS) module"
Kukjin Kimdd6f01b2012-02-06 13:10:11 +0900583 select S3C2410_IOTIMING if S3C2440_CPUFREQ
Russell Kingb1b3f492012-10-06 17:12:25 +0100584 select S3C2440_XTAL_12000000
585 select S3C24XX_DCLK
586 select S3C24XX_GPIO_EXTRA128
587 select S3C24XX_SIMTEC_PM if PM
Kukjin Kimdd6f01b2012-02-06 13:10:11 +0900588 select S3C_DEV_NAND
Russell Kingb1b3f492012-10-06 17:12:25 +0100589 select S3C_DEV_USB_HOST
Kukjin Kimdd6f01b2012-02-06 13:10:11 +0900590 help
591 Say Y here if you are using the Simtec IM2440D20 module, also
592 known as the Osiris.
593
594config MACH_OSIRIS_DVS
595 tristate "Simtec IM2440D20 (OSIRIS) Dynamic Voltage Scaling driver"
596 depends on MACH_OSIRIS
597 select TPS65010
598 help
599 Say Y/M here if you want to have dynamic voltage scaling support
600 on the Simtec IM2440D20 (OSIRIS) module via the TPS65011.
601
602 The DVS driver alters the voltage supplied to the ARM core
603 depending on the frequency it is running at. The driver itself
604 does not do any of the frequency alteration, which is left up
605 to the cpufreq driver.
606
607config MACH_RX3715
608 bool "HP iPAQ rx3715"
Kukjin Kimdd6f01b2012-02-06 13:10:11 +0900609 select PM_H1940 if PM
Russell Kingb1b3f492012-10-06 17:12:25 +0100610 select S3C2440_XTAL_16934400
Kukjin Kimdd6f01b2012-02-06 13:10:11 +0900611 select S3C_DEV_NAND
612 help
613 Say Y here if you are using the HP iPAQ rx3715.
614
615config ARCH_S3C2440
616 bool "SMDK2440"
617 select S3C2440_XTAL_16934400
Heiko Stuebner28c569f2012-03-07 01:47:01 -0800618 select S3C24XX_SMDK
Kukjin Kimdd6f01b2012-02-06 13:10:11 +0900619 select S3C_DEV_NAND
Russell Kingb1b3f492012-10-06 17:12:25 +0100620 select S3C_DEV_USB_HOST
Kukjin Kimdd6f01b2012-02-06 13:10:11 +0900621 help
622 Say Y here if you are using the SMDK2440.
623
624config SMDK2440_CPU2440
625 bool "SMDK2440 with S3C2440 CPU module"
626 default y if ARCH_S3C2440
627 select S3C2440_XTAL_16934400
628
629endif # CPU_S3C2440
630
631if CPU_S3C2442
632
633comment "S3C2442 Boards"
634
635#
636# The "S3C2442 Boards" list is ordered alphabetically by option text.
637# (without ARCH_ or MACH_)
638#
639
640config MACH_NEO1973_GTA02
641 bool "Openmoko GTA02 / Freerunner phone"
Russell Kingb1b3f492012-10-06 17:12:25 +0100642 select I2C
643 select MACH_NEO1973
Kukjin Kimdd6f01b2012-02-06 13:10:11 +0900644 select MFD_PCF50633
645 select PCF50633_GPIO
Kukjin Kimdd6f01b2012-02-06 13:10:11 +0900646 select POWER_SUPPLY
Arnd Bergmann35e79062012-08-04 07:52:19 +0000647 select S3C24XX_PWM
Kukjin Kimdd6f01b2012-02-06 13:10:11 +0900648 select S3C_DEV_USB_HOST
649 help
650 Say Y here if you are using the Openmoko GTA02 / Freerunner GSM Phone
651
652config MACH_RX1950
653 bool "HP iPAQ rx1950"
Kukjin Kimdd6f01b2012-02-06 13:10:11 +0900654 select I2C
Russell Kingb1b3f492012-10-06 17:12:25 +0100655 select PM_H1940 if PM
Kukjin Kimdd6f01b2012-02-06 13:10:11 +0900656 select S3C2410_IOTIMING if S3C2440_CPUFREQ
657 select S3C2440_XTAL_16934400
Russell Kingb1b3f492012-10-06 17:12:25 +0100658 select S3C24XX_DCLK
659 select S3C24XX_PWM
660 select S3C_DEV_NAND
Kukjin Kimdd6f01b2012-02-06 13:10:11 +0900661 help
662 Say Y here if you're using HP iPAQ rx1950
663
664config SMDK2440_CPU2442
665 bool "SMDM2440 with S3C2442 CPU module"
666
667endif # CPU_S3C2440
668
Heiko Stuebner8c3d7c32012-03-03 07:49:12 +0900669if CPU_S3C2443 || CPU_S3C2416
670
671config S3C2443_COMMON
672 bool
673 help
674 Common code for the S3C2443 and similar processors, which includes
675 the S3C2416 and S3C2450.
676
Kukjin Kim84c028b2012-02-06 13:21:03 +0900677config S3C2443_DMA
678 bool
679 help
680 Internal config node for S3C2443 DMA support
681
Heiko Stuebnerf03eb252012-04-24 18:07:10 -0700682config S3C2443_SETUP_SPI
683 bool
684 help
685 Common setup code for SPI GPIO configurations
686
Heiko Stuebner46cdaba2012-03-07 01:53:17 -0800687endif # CPU_S3C2443 || CPU_S3C2416
688
689if CPU_S3C2443
690
Kukjin Kim84c028b2012-02-06 13:21:03 +0900691comment "S3C2443 Boards"
692
693config MACH_SMDK2443
694 bool "SMDK2443"
Heiko Stuebner28c569f2012-03-07 01:47:01 -0800695 select S3C24XX_SMDK
Kukjin Kim84c028b2012-02-06 13:21:03 +0900696 select S3C_DEV_HSMMC1
697 help
698 Say Y here if you are using an SMDK2443
699
700endif # CPU_S3C2443
701
Kukjin Kim85fd6d62012-02-06 09:38:19 +0900702endmenu # SAMSUNG S3C24XX SoCs Support
703
704endif # ARCH_S3C24XX