blob: dba2173e70f3aceb69947dd06f9653b39deadbb7 [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
Viresh Kumarf023f8d2013-04-04 12:54:15 +000031 select ARM_S3C2410_CPUFREQ if ARM_S3C24XX_CPUFREQ
Russell Kingb1b3f492012-10-06 17:12:25 +010032 select S3C2410_PM if PM
Tomasz Figa88f59732013-06-17 23:45:37 +090033 select SAMSUNG_WDT_RESET
Kukjin Kim85fd6d62012-02-06 09:38:19 +090034 help
35 Support for S3C2410 and S3C2410A family from the S3C24XX line
36 of Samsung Mobile CPUs.
37
Kukjin Kim85e2a262012-02-06 10:02:01 +090038config CPU_S3C2412
39 bool "SAMSUNG S3C2412"
Kukjin Kim85e2a262012-02-06 10:02:01 +090040 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"
Kukjin Kim26febf82012-02-06 10:59:47 +090049 select CPU_ARM926T
50 select CPU_LLSERIAL_S3C2440
Russell Kingb1b3f492012-10-06 17:12:25 +010051 select S3C2416_PM if PM
Heiko Stuebner8c3d7c32012-03-03 07:49:12 +090052 select S3C2443_COMMON
Heiko Stuebner46cdaba2012-03-07 01:53:17 -080053 select S3C2443_DMA if S3C24XX_DMA
Russell Kingb1b3f492012-10-06 17:12:25 +010054 select SAMSUNG_CLKSRC
Kukjin Kim26febf82012-02-06 10:59:47 +090055 help
56 Support for the S3C2416 SoC from the S3C24XX line
57
Kukjin Kimdd6f01b2012-02-06 13:10:11 +090058config CPU_S3C2440
59 bool "SAMSUNG S3C2440"
60 select CPU_ARM920T
61 select CPU_LLSERIAL_S3C2440
62 select S3C2410_CLOCK
63 select S3C2410_PM if PM
64 select S3C2440_DMA if S3C24XX_DMA
65 help
66 Support for S3C2440 Samsung Mobile CPU based systems.
67
68config CPU_S3C2442
69 bool "SAMSUNG S3C2442"
70 select CPU_ARM920T
71 select CPU_LLSERIAL_S3C2440
72 select S3C2410_CLOCK
73 select S3C2410_PM if PM
74 help
75 Support for S3C2442 Samsung Mobile CPU based systems.
76
77config CPU_S3C244X
78 def_bool y
79 depends on CPU_S3C2440 || CPU_S3C2442
Tomasz Figa88f59732013-06-17 23:45:37 +090080 select SAMSUNG_WDT_RESET
Kukjin Kimdd6f01b2012-02-06 13:10:11 +090081
Kukjin Kim84c028b2012-02-06 13:21:03 +090082config CPU_S3C2443
83 bool "SAMSUNG S3C2443"
Kukjin Kim84c028b2012-02-06 13:21:03 +090084 select CPU_ARM920T
85 select CPU_LLSERIAL_S3C2440
Heiko Stuebner8c3d7c32012-03-03 07:49:12 +090086 select S3C2443_COMMON
Kukjin Kim84c028b2012-02-06 13:21:03 +090087 select S3C2443_DMA if S3C24XX_DMA
Russell Kingb1b3f492012-10-06 17:12:25 +010088 select SAMSUNG_CLKSRC
Kukjin Kim84c028b2012-02-06 13:21:03 +090089 help
90 Support for the S3C2443 SoC from the S3C24XX line
91
Heiko Stuebner28c569f2012-03-07 01:47:01 -080092# common code
93
Kukjin Kim09ec1d72013-01-31 16:54:38 -080094config S3C2410_CLOCK
95 bool
96 help
97 Clock code for the S3C2410, and similar processors which
98 is currently includes the S3C2410, S3C2440, S3C2442.
99
100config S3C24XX_DCLK
101 bool
102 help
103 Clock code for supporting DCLK/CLKOUT on S3C24XX architectures
104
Heiko Stuebner28c569f2012-03-07 01:47:01 -0800105config S3C24XX_SMDK
106 bool
107 help
108 Common machine code for SMDK2410 and SMDK2440
109
Heiko Stuebner9072dc92012-03-07 01:47:05 -0800110config S3C24XX_SIMTEC_AUDIO
111 bool
112 depends on (ARCH_BAST || MACH_VR1000 || MACH_OSIRIS || MACH_ANUBIS)
113 default y
114 help
115 Add audio devices for common Simtec S3C24XX boards
116
117config S3C24XX_SIMTEC_PM
118 bool
119 help
120 Common power management code for systems that are
121 compatible with the Simtec style of power management
122
Heiko Stuebnerec2cc752012-03-07 01:47:11 -0800123config S3C24XX_SIMTEC_USB
124 bool
125 help
126 USB management code for common Simtec S3C24XX boards
127
Heiko Stuebner2c5689a2012-03-07 01:47:15 -0800128config S3C24XX_SETUP_TS
129 bool
130 help
131 Compile in platform device definition for Samsung TouchScreen.
132
Kukjin Kim09ec1d72013-01-31 16:54:38 -0800133config S3C24XX_DMA
134 bool "S3C2410 DMA support"
Kukjin Kim09ec1d72013-01-31 16:54:38 -0800135 select S3C_DMA
136 help
137 S3C2410 DMA support. This is needed for drivers like sound which
138 use the S3C2410's DMA system to move data to and from the
139 peripheral blocks.
140
141config S3C2410_DMA_DEBUG
142 bool "S3C2410 DMA support debug"
Alexander Shiyan1c137862013-04-04 10:03:53 +0900143 depends on S3C2410_DMA
Kukjin Kim09ec1d72013-01-31 16:54:38 -0800144 help
145 Enable debugging output for the DMA code. This option sends info
146 to the kernel log, at priority KERN_DEBUG.
147
Kukjin Kim85fd6d62012-02-06 09:38:19 +0900148config S3C2410_DMA
149 bool
Kukjin Kimdd6f01b2012-02-06 13:10:11 +0900150 depends on S3C24XX_DMA && (CPU_S3C2410 || CPU_S3C2442)
151 default y if CPU_S3C2410 || CPU_S3C2442
Kukjin Kim85fd6d62012-02-06 09:38:19 +0900152 help
153 DMA device selection for S3C2410 and compatible CPUs
154
155config S3C2410_PM
156 bool
157 help
158 Power Management code common to S3C2410 and better
159
Kukjin Kim09ec1d72013-01-31 16:54:38 -0800160# low-level serial option nodes
161
162config CPU_LLSERIAL_S3C2410_ONLY
163 bool
164 default y if CPU_LLSERIAL_S3C2410 && !CPU_LLSERIAL_S3C2440
165
166config CPU_LLSERIAL_S3C2440_ONLY
167 bool
168 default y if CPU_LLSERIAL_S3C2440 && !CPU_LLSERIAL_S3C2410
169
170config CPU_LLSERIAL_S3C2410
171 bool
172 help
173 Selected if there is an S3C2410 (or register compatible) serial
174 low-level implementation needed
175
176config CPU_LLSERIAL_S3C2440
177 bool
178 help
179 Selected if there is an S3C2440 (or register compatible) serial
180 low-level implementation needed
181
182# gpio configurations
183
184config S3C24XX_GPIO_EXTRA
185 int
186 default 128 if S3C24XX_GPIO_EXTRA128
187 default 64 if S3C24XX_GPIO_EXTRA64
188 default 16 if ARCH_H1940
189 default 0
190
191config S3C24XX_GPIO_EXTRA64
192 bool
193 help
194 Add an extra 64 gpio numbers to the available GPIO pool. This is
195 available for boards that need extra gpios for external devices.
196
197config S3C24XX_GPIO_EXTRA128
198 bool
199 help
200 Add an extra 128 gpio numbers to the available GPIO pool. This is
201 available for boards that need extra gpios for external devices.
202
Viresh Kumarf023f8d2013-04-04 12:54:15 +0000203config S3C24XX_PLL
204 bool "Support CPUfreq changing of PLL frequency (EXPERIMENTAL)"
Paul Bolle37155342013-07-14 14:02:19 +0200205 depends on ARM_S3C24XX_CPUFREQ
Viresh Kumarf023f8d2013-04-04 12:54:15 +0000206 help
207 Compile in support for changing the PLL frequency from the
208 S3C24XX series CPUfreq driver. The PLL takes time to settle
209 after a frequency change, so by default it is not enabled.
210
211 This also means that the PLL tables for the selected CPU(s) will
212 be built which may increase the size of the kernel image.
213
Kukjin Kim09ec1d72013-01-31 16:54:38 -0800214# cpu frequency items common between s3c2410 and s3c2440/s3c2442
215
216config S3C2410_IOTIMING
217 bool
Viresh Kumarf023f8d2013-04-04 12:54:15 +0000218 depends on ARM_S3C24XX_CPUFREQ
Kukjin Kim09ec1d72013-01-31 16:54:38 -0800219 help
220 Internal node to select io timing code that is common to the s3c2410
221 and s3c2440/s3c2442 cpu frequency support.
222
223config S3C2410_CPUFREQ_UTILS
Viresh Kumarf023f8d2013-04-04 12:54:15 +0000224 bool
225 depends on ARM_S3C24XX_CPUFREQ
226 help
227 Internal node to select timing code that is common to the s3c2410
228 and s3c2440/s3c244 cpu frequency support.
Kukjin Kim09ec1d72013-01-31 16:54:38 -0800229
230# cpu frequency support common to s3c2412, s3c2413 and s3c2442
231
232config S3C2412_IOTIMING
233 bool
Viresh Kumarf023f8d2013-04-04 12:54:15 +0000234 depends on ARM_S3C24XX_CPUFREQ && (CPU_S3C2412 || CPU_S3C2443)
Kukjin Kim09ec1d72013-01-31 16:54:38 -0800235 help
236 Intel node to select io timing code that is common to the s3c2412
237 and the s3c2443.
238
Kukjin Kim7518dde2012-04-21 07:55:33 -0700239# cpu-specific sections
240
241if CPU_S3C2410
242
Kukjin Kim82c18712013-01-21 15:16:35 -0800243config S3C2410_PLL
244 bool
Viresh Kumarf023f8d2013-04-04 12:54:15 +0000245 depends on ARM_S3C2410_CPUFREQ && S3C24XX_PLL
Kukjin Kim82c18712013-01-21 15:16:35 -0800246 default y
247 help
248 Select the PLL table for the S3C2410
249
Heiko Stuebnerec2cc752012-03-07 01:47:11 -0800250config S3C24XX_SIMTEC_NOR
Kukjin Kim85fd6d62012-02-06 09:38:19 +0900251 bool
252 help
253 Internal node to specify machine has simtec NOR mapping
254
255config MACH_BAST_IDE
256 bool
257 select HAVE_PATA_PLATFORM
258 help
259 Internal node for machines with an BAST style IDE
260 interface
261
262comment "S3C2410 Boards"
263
264#
265# The "S3C2410 Boards" list is ordered alphabetically by option text.
266# (without ARCH_ or MACH_)
267#
268
269config MACH_AML_M5900
270 bool "AML M5900 Series"
Heiko Stuebner9072dc92012-03-07 01:47:05 -0800271 select S3C24XX_SIMTEC_PM if PM
Kukjin Kim85fd6d62012-02-06 09:38:19 +0900272 select S3C_DEV_USB_HOST
273 help
274 Say Y here if you are using the American Microsystems M5900 Series
275 <http://www.amltd.com>
276
277config ARCH_BAST
278 bool "Simtec Electronics BAST (EB2410ITX)"
Kukjin Kim85fd6d62012-02-06 09:38:19 +0900279 select ISA
Russell Kingb1b3f492012-10-06 17:12:25 +0100280 select MACH_BAST_IDE
Viresh Kumarf023f8d2013-04-04 12:54:15 +0000281 select S3C2410_IOTIMING if ARM_S3C2410_CPUFREQ
Russell Kingb1b3f492012-10-06 17:12:25 +0100282 select S3C24XX_DCLK
283 select S3C24XX_SIMTEC_NOR
284 select S3C24XX_SIMTEC_PM if PM
285 select S3C24XX_SIMTEC_USB
Kukjin Kim85fd6d62012-02-06 09:38:19 +0900286 select S3C_DEV_HWMON
Kukjin Kim85fd6d62012-02-06 09:38:19 +0900287 select S3C_DEV_NAND
Russell Kingb1b3f492012-10-06 17:12:25 +0100288 select S3C_DEV_USB_HOST
Kukjin Kim85fd6d62012-02-06 09:38:19 +0900289 help
290 Say Y here if you are using the Simtec Electronics EB2410ITX
291 development board (also known as BAST)
292
293config BAST_PC104_IRQ
294 bool "BAST PC104 IRQ support"
295 depends on ARCH_BAST
296 default y
297 help
298 Say Y here to enable the PC104 IRQ routing on the
299 Simtec BAST (EB2410ITX)
300
301config ARCH_H1940
302 bool "IPAQ H1940"
303 select PM_H1940 if PM
Heiko Stuebner2c5689a2012-03-07 01:47:15 -0800304 select S3C24XX_SETUP_TS
Russell Kingb1b3f492012-10-06 17:12:25 +0100305 select S3C_DEV_NAND
306 select S3C_DEV_USB_HOST
Kukjin Kim85fd6d62012-02-06 09:38:19 +0900307 help
308 Say Y here if you are using the HP IPAQ H1940
309
310config H1940BT
311 tristate "Control the state of H1940 bluetooth chip"
312 depends on ARCH_H1940
313 select RFKILL
314 help
315 This is a simple driver that is able to control
316 the state of built in bluetooth chip on h1940.
317
318config PM_H1940
319 bool
320 help
321 Internal node for H1940 and related PM
322
323config MACH_N30
324 bool "Acer N30 family"
Kukjin Kim85fd6d62012-02-06 09:38:19 +0900325 select S3C_DEV_NAND
Russell Kingb1b3f492012-10-06 17:12:25 +0100326 select S3C_DEV_USB_HOST
Kukjin Kim85fd6d62012-02-06 09:38:19 +0900327 help
328 Say Y here if you want suppt for the Acer N30, Acer N35,
329 Navman PiN570, Yakumo AlphaX or Airis NC05 PDAs.
330
331config MACH_OTOM
332 bool "NexVision OTOM Board"
Kukjin Kim85fd6d62012-02-06 09:38:19 +0900333 select S3C_DEV_NAND
Russell Kingb1b3f492012-10-06 17:12:25 +0100334 select S3C_DEV_USB_HOST
Kukjin Kim85fd6d62012-02-06 09:38:19 +0900335 help
336 Say Y here if you are using the Nex Vision OTOM board
337
338config MACH_QT2410
339 bool "QT2410"
Kukjin Kim85fd6d62012-02-06 09:38:19 +0900340 select S3C_DEV_NAND
Russell Kingb1b3f492012-10-06 17:12:25 +0100341 select S3C_DEV_USB_HOST
Kukjin Kim85fd6d62012-02-06 09:38:19 +0900342 help
343 Say Y here if you are using the Armzone QT2410
344
345config ARCH_SMDK2410
346 bool "SMDK2410/A9M2410"
Heiko Stuebner28c569f2012-03-07 01:47:01 -0800347 select S3C24XX_SMDK
Alexander Shiyan1a4c2a12013-02-08 13:41:36 -0800348 select S3C_DEV_USB_HOST
Kukjin Kim85fd6d62012-02-06 09:38:19 +0900349 help
350 Say Y here if you are using the SMDK2410 or the derived module A9M2410
351 <http://www.fsforth.de>
352
353config MACH_TCT_HAMMER
354 bool "TCT Hammer Board"
355 select S3C_DEV_USB_HOST
356 help
357 Say Y here if you are using the TinCanTools Hammer Board
358 <http://www.tincantools.com>
359
360config MACH_VR1000
361 bool "Thorcom VR1000"
Russell Kingb1b3f492012-10-06 17:12:25 +0100362 select MACH_BAST_IDE
Kukjin Kim85fd6d62012-02-06 09:38:19 +0900363 select S3C24XX_DCLK
Heiko Stuebnerec2cc752012-03-07 01:47:11 -0800364 select S3C24XX_SIMTEC_NOR
Russell Kingb1b3f492012-10-06 17:12:25 +0100365 select S3C24XX_SIMTEC_PM if PM
Heiko Stuebnerec2cc752012-03-07 01:47:11 -0800366 select S3C24XX_SIMTEC_USB
Russell Kingb1b3f492012-10-06 17:12:25 +0100367 select S3C_DEV_USB_HOST
Kukjin Kim85fd6d62012-02-06 09:38:19 +0900368 help
369 Say Y here if you are using the Thorcom VR1000 board.
370
371endif # CPU_S3C2410
372
Kukjin Kim85e2a262012-02-06 10:02:01 +0900373config S3C2412_PM_SLEEP
374 bool
375 help
376 Internal config node to apply sleep for S3C2412 power management.
377 Can be selected by another SoCs such as S3C2416 with similar
378 sleep procedure.
379
380if CPU_S3C2412
381
382config CPU_S3C2412_ONLY
383 bool
Alexander Shiyan1c137862013-04-04 10:03:53 +0900384 depends on !CPU_S3C2410 && !CPU_S3C2416 && !CPU_S3C2440 && \
Alexander Shiyana4e4d222013-04-04 10:04:00 +0900385 !CPU_S3C2442 && !CPU_S3C2443
Kukjin Kim85e2a262012-02-06 10:02:01 +0900386 default y
387
388config S3C2412_DMA
389 bool
390 help
391 Internal config node for S3C2412 DMA support
392
393config S3C2412_PM
394 bool
Heiko Stuebner7eae3542013-02-08 11:13:15 -0800395 select S3C2412_PM_SLEEP
Heiko Stuebner59295702013-02-12 10:09:10 -0800396 select SAMSUNG_WAKEMASK
Kukjin Kim85e2a262012-02-06 10:02:01 +0900397 help
398 Internal config node to apply S3C2412 power management
399
400comment "S3C2412 Boards"
401
402#
403# The "S3C2412 Boards" list is ordered alphabetically by option text.
404# (without ARCH_ or MACH_)
405#
406
407config MACH_JIVE
408 bool "Logitech Jive"
Kukjin Kim85e2a262012-02-06 10:02:01 +0900409 select S3C_DEV_NAND
Russell Kingb1b3f492012-10-06 17:12:25 +0100410 select S3C_DEV_USB_HOST
Kukjin Kim85e2a262012-02-06 10:02:01 +0900411 help
412 Say Y here if you are using the Logitech Jive.
413
414config MACH_JIVE_SHOW_BOOTLOADER
Kees Cook5ec9b062013-01-16 18:53:15 -0800415 bool "Allow access to bootloader partitions in MTD"
416 depends on MACH_JIVE
Kukjin Kim85e2a262012-02-06 10:02:01 +0900417
418config MACH_S3C2413
419 bool
420 help
421 Internal node for S3C2413 version of SMDK2413, so that
422 machine_is_s3c2413() will work when MACH_SMDK2413 is
423 selected
424
425config MACH_SMDK2412
426 bool "SMDK2412"
427 select MACH_SMDK2413
428 help
429 Say Y here if you are using an SMDK2412
430
431 Note, this shares support with SMDK2413, so will automatically
432 select MACH_SMDK2413.
433
434config MACH_SMDK2413
435 bool "SMDK2413"
436 select MACH_S3C2413
Heiko Stuebner28c569f2012-03-07 01:47:01 -0800437 select S3C24XX_SMDK
Kukjin Kim85e2a262012-02-06 10:02:01 +0900438 select S3C_DEV_NAND
Russell Kingb1b3f492012-10-06 17:12:25 +0100439 select S3C_DEV_USB_HOST
Kukjin Kim85e2a262012-02-06 10:02:01 +0900440 help
441 Say Y here if you are using an SMDK2413
442
443config MACH_VSTMS
444 bool "VMSTMS"
Kukjin Kim85e2a262012-02-06 10:02:01 +0900445 select S3C_DEV_NAND
Russell Kingb1b3f492012-10-06 17:12:25 +0100446 select S3C_DEV_USB_HOST
Kukjin Kim85e2a262012-02-06 10:02:01 +0900447 help
448 Say Y here if you are using an VSTMS board
449
450endif # CPU_S3C2412
451
Kukjin Kim26febf82012-02-06 10:59:47 +0900452if CPU_S3C2416
453
454config S3C2416_PM
455 bool
456 select S3C2412_PM_SLEEP
457 help
458 Internal config node to apply S3C2416 power management
459
460config S3C2416_SETUP_SDHCI
461 bool
462 select S3C2416_SETUP_SDHCI_GPIO
463 help
464 Internal helper functions for S3C2416 based SDHCI systems
465
466config S3C2416_SETUP_SDHCI_GPIO
467 bool
468 help
469 Common setup code for SDHCI gpio.
470
471comment "S3C2416 Boards"
472
473config MACH_SMDK2416
474 bool "SMDK2416"
Russell Kingb1b3f492012-10-06 17:12:25 +0100475 select S3C2416_SETUP_SDHCI
Heiko Stuebner28c569f2012-03-07 01:47:01 -0800476 select S3C24XX_SMDK
Kukjin Kim26febf82012-02-06 10:59:47 +0900477 select S3C_DEV_FB
478 select S3C_DEV_HSMMC
479 select S3C_DEV_HSMMC1
480 select S3C_DEV_NAND
481 select S3C_DEV_USB_HOST
Kukjin Kim26febf82012-02-06 10:59:47 +0900482 help
483 Say Y here if you are using an SMDK2416
484
Heiko Stuebner35aca362013-05-21 01:06:04 +0900485config MACH_S3C2416_DT
486 bool "Samsung S3C2416 machine using devicetree"
487 select CLKSRC_OF
488 select USE_OF
489 select PINCTRL
490 select PINCTRL_S3C24XX
491 help
492 Machine support for Samsung S3C2416 machines with device tree enabled.
493 Select this if a fdt blob is available for the S3C2416 SoC based board.
494 Note: This is under development and not all peripherals can be supported
495 with this machine file.
496
Kukjin Kim26febf82012-02-06 10:59:47 +0900497endif # CPU_S3C2416
498
Kukjin Kimdd6f01b2012-02-06 13:10:11 +0900499if CPU_S3C2440
500
501config S3C2440_DMA
502 bool
503 help
504 Support for S3C2440 specific DMA code5A
505
Kukjin Kimacf2d412013-01-21 15:39:09 -0800506config S3C2440_XTAL_12000000
507 bool
508 help
509 Indicate that the build needs to support 12MHz system
510 crystal.
511
512config S3C2440_XTAL_16934400
513 bool
514 help
515 Indicate that the build needs to support 16.9344MHz system
516 crystal.
517
518config S3C2440_PLL_12000000
519 bool
Viresh Kumarf023f8d2013-04-04 12:54:15 +0000520 depends on ARM_S3C2440_CPUFREQ && S3C2440_XTAL_12000000
521 default y if S3C24XX_PLL
Kukjin Kimacf2d412013-01-21 15:39:09 -0800522 help
523 PLL tables for S3C2440 or S3C2442 CPUs with 12MHz crystals.
524
525config S3C2440_PLL_16934400
526 bool
Viresh Kumarf023f8d2013-04-04 12:54:15 +0000527 depends on ARM_S3C2440_CPUFREQ && S3C2440_XTAL_16934400
528 default y if S3C24XX_PLL
Kukjin Kimacf2d412013-01-21 15:39:09 -0800529 help
530 PLL tables for S3C2440 or S3C2442 CPUs with 16.934MHz crystals.
531
Kukjin Kimdd6f01b2012-02-06 13:10:11 +0900532comment "S3C2440 Boards"
533
534#
535# The "S3C2440 Boards" list is ordered alphabetically by option text.
536# (without ARCH_ or MACH_)
537#
538
539config MACH_ANUBIS
540 bool "Simtec Electronics ANUBIS"
Kukjin Kimdd6f01b2012-02-06 13:10:11 +0900541 select HAVE_PATA_PLATFORM
Kukjin Kimdd6f01b2012-02-06 13:10:11 +0900542 select S3C2440_XTAL_12000000
Russell Kingb1b3f492012-10-06 17:12:25 +0100543 select S3C24XX_DCLK
544 select S3C24XX_GPIO_EXTRA64
545 select S3C24XX_SIMTEC_PM if PM
Kukjin Kimdd6f01b2012-02-06 13:10:11 +0900546 select S3C_DEV_USB_HOST
547 help
548 Say Y here if you are using the Simtec Electronics ANUBIS
549 development system
550
551config MACH_AT2440EVB
552 bool "Avantech AT2440EVB development board"
Kukjin Kimdd6f01b2012-02-06 13:10:11 +0900553 select S3C_DEV_NAND
Russell Kingb1b3f492012-10-06 17:12:25 +0100554 select S3C_DEV_USB_HOST
Kukjin Kimdd6f01b2012-02-06 13:10:11 +0900555 help
556 Say Y here if you are using the AT2440EVB development board
557
558config MACH_MINI2440
559 bool "MINI2440 development board"
560 select EEPROM_AT24
Kukjin Kimdd6f01b2012-02-06 13:10:11 +0900561 select LEDS_CLASS
Alexander Shiyan678a0992012-11-25 18:53:40 +0400562 select LEDS_TRIGGERS
Kukjin Kimdd6f01b2012-02-06 13:10:11 +0900563 select LEDS_TRIGGER_BACKLIGHT
Russell Kingb1b3f492012-10-06 17:12:25 +0100564 select NEW_LEDS
Kukjin Kimdd6f01b2012-02-06 13:10:11 +0900565 select S3C_DEV_NAND
566 select S3C_DEV_USB_HOST
Sylwester Nawrockie51d5482012-11-22 14:29:18 +0900567 select S3C_SETUP_CAMIF
Kukjin Kimdd6f01b2012-02-06 13:10:11 +0900568 help
569 Say Y here to select support for the MINI2440. Is a 10cm x 10cm board
570 available via various sources. It can come with a 3.5" or 7" touch LCD.
571
572config MACH_NEXCODER_2440
573 bool "NexVision NEXCODER 2440 Light Board"
574 select S3C2440_XTAL_12000000
Kukjin Kimdd6f01b2012-02-06 13:10:11 +0900575 select S3C_DEV_NAND
Russell Kingb1b3f492012-10-06 17:12:25 +0100576 select S3C_DEV_USB_HOST
Kukjin Kimdd6f01b2012-02-06 13:10:11 +0900577 help
578 Say Y here if you are using the Nex Vision NEXCODER 2440 Light Board
579
580config MACH_OSIRIS
581 bool "Simtec IM2440D20 (OSIRIS) module"
Viresh Kumarf023f8d2013-04-04 12:54:15 +0000582 select S3C2410_IOTIMING if ARM_S3C2440_CPUFREQ
Russell Kingb1b3f492012-10-06 17:12:25 +0100583 select S3C2440_XTAL_12000000
584 select S3C24XX_DCLK
585 select S3C24XX_GPIO_EXTRA128
586 select S3C24XX_SIMTEC_PM if PM
Kukjin Kimdd6f01b2012-02-06 13:10:11 +0900587 select S3C_DEV_NAND
Russell Kingb1b3f492012-10-06 17:12:25 +0100588 select S3C_DEV_USB_HOST
Kukjin Kimdd6f01b2012-02-06 13:10:11 +0900589 help
590 Say Y here if you are using the Simtec IM2440D20 module, also
591 known as the Osiris.
592
593config MACH_OSIRIS_DVS
594 tristate "Simtec IM2440D20 (OSIRIS) Dynamic Voltage Scaling driver"
595 depends on MACH_OSIRIS
596 select TPS65010
597 help
598 Say Y/M here if you want to have dynamic voltage scaling support
599 on the Simtec IM2440D20 (OSIRIS) module via the TPS65011.
600
601 The DVS driver alters the voltage supplied to the ARM core
602 depending on the frequency it is running at. The driver itself
603 does not do any of the frequency alteration, which is left up
604 to the cpufreq driver.
605
606config MACH_RX3715
607 bool "HP iPAQ rx3715"
Kukjin Kimdd6f01b2012-02-06 13:10:11 +0900608 select PM_H1940 if PM
Russell Kingb1b3f492012-10-06 17:12:25 +0100609 select S3C2440_XTAL_16934400
Kukjin Kimdd6f01b2012-02-06 13:10:11 +0900610 select S3C_DEV_NAND
611 help
612 Say Y here if you are using the HP iPAQ rx3715.
613
614config ARCH_S3C2440
615 bool "SMDK2440"
616 select S3C2440_XTAL_16934400
Heiko Stuebner28c569f2012-03-07 01:47:01 -0800617 select S3C24XX_SMDK
Kukjin Kimdd6f01b2012-02-06 13:10:11 +0900618 select S3C_DEV_NAND
Russell Kingb1b3f492012-10-06 17:12:25 +0100619 select S3C_DEV_USB_HOST
Kukjin Kimdd6f01b2012-02-06 13:10:11 +0900620 help
621 Say Y here if you are using the SMDK2440.
622
623config SMDK2440_CPU2440
624 bool "SMDK2440 with S3C2440 CPU module"
625 default y if ARCH_S3C2440
626 select S3C2440_XTAL_16934400
627
628endif # CPU_S3C2440
629
630if CPU_S3C2442
631
632comment "S3C2442 Boards"
633
634#
635# The "S3C2442 Boards" list is ordered alphabetically by option text.
636# (without ARCH_ or MACH_)
637#
638
639config MACH_NEO1973_GTA02
640 bool "Openmoko GTA02 / Freerunner phone"
Russell Kingb1b3f492012-10-06 17:12:25 +0100641 select I2C
Kukjin Kimdd6f01b2012-02-06 13:10:11 +0900642 select MFD_PCF50633
643 select PCF50633_GPIO
Kukjin Kimdd6f01b2012-02-06 13:10:11 +0900644 select POWER_SUPPLY
Arnd Bergmann35e79062012-08-04 07:52:19 +0000645 select S3C24XX_PWM
Kukjin Kimdd6f01b2012-02-06 13:10:11 +0900646 select S3C_DEV_USB_HOST
647 help
648 Say Y here if you are using the Openmoko GTA02 / Freerunner GSM Phone
649
650config MACH_RX1950
651 bool "HP iPAQ rx1950"
Kukjin Kimdd6f01b2012-02-06 13:10:11 +0900652 select I2C
Russell Kingb1b3f492012-10-06 17:12:25 +0100653 select PM_H1940 if PM
Viresh Kumarf023f8d2013-04-04 12:54:15 +0000654 select S3C2410_IOTIMING if ARM_S3C2440_CPUFREQ
Kukjin Kimdd6f01b2012-02-06 13:10:11 +0900655 select S3C2440_XTAL_16934400
Russell Kingb1b3f492012-10-06 17:12:25 +0100656 select S3C24XX_DCLK
657 select S3C24XX_PWM
658 select S3C_DEV_NAND
Kukjin Kimdd6f01b2012-02-06 13:10:11 +0900659 help
660 Say Y here if you're using HP iPAQ rx1950
661
Paul Bollebd338d02013-03-22 19:03:55 +0900662endif # CPU_S3C2442
Kukjin Kimdd6f01b2012-02-06 13:10:11 +0900663
Heiko Stuebner8c3d7c32012-03-03 07:49:12 +0900664if CPU_S3C2443 || CPU_S3C2416
665
666config S3C2443_COMMON
667 bool
668 help
669 Common code for the S3C2443 and similar processors, which includes
670 the S3C2416 and S3C2450.
671
Kukjin Kim84c028b2012-02-06 13:21:03 +0900672config S3C2443_DMA
673 bool
674 help
675 Internal config node for S3C2443 DMA support
676
Heiko Stuebnerf03eb252012-04-24 18:07:10 -0700677config S3C2443_SETUP_SPI
678 bool
679 help
680 Common setup code for SPI GPIO configurations
681
Heiko Stuebner46cdaba2012-03-07 01:53:17 -0800682endif # CPU_S3C2443 || CPU_S3C2416
683
684if CPU_S3C2443
685
Kukjin Kim84c028b2012-02-06 13:21:03 +0900686comment "S3C2443 Boards"
687
688config MACH_SMDK2443
689 bool "SMDK2443"
Heiko Stuebner28c569f2012-03-07 01:47:01 -0800690 select S3C24XX_SMDK
Kukjin Kim84c028b2012-02-06 13:21:03 +0900691 select S3C_DEV_HSMMC1
692 help
693 Say Y here if you are using an SMDK2443
694
695endif # CPU_S3C2443
696
Kukjin Kim85fd6d62012-02-06 09:38:19 +0900697endmenu # SAMSUNG S3C24XX SoCs Support
698
699endif # ARCH_S3C24XX