blob: ad5316ae524e63d9899de99721cdff92e254b18e [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
Uwe Kleine-Königce816fa2014-04-07 15:39:19 -070015 select NO_IOPORT_MAP
Kukjin Kim09ec1d72013-01-31 16:54:38 -080016 select S3C_DEV_NAND
17 select IRQ_DOMAIN
18 help
19 Base platform code for any Samsung S3C24XX device
20
Heiko Stuebner4659c532014-05-09 05:49:14 +090021
Heiko Stuebner51cb1282014-05-09 05:48:57 +090022
Kukjin Kim85fd6d62012-02-06 09:38:19 +090023menu "SAMSUNG S3C24XX SoCs Support"
24
25comment "S3C24XX SoCs"
26
27config CPU_S3C2410
28 bool "SAMSUNG S3C2410"
29 default y
30 select CPU_ARM920T
Heiko Stuebner07ee5e72014-05-09 05:49:29 +090031 select S3C2410_COMMON_CLK
Heiko Stuebnerda2f5f42013-10-21 05:32:48 +090032 select S3C2410_DMA if S3C24XX_DMA
Viresh Kumarf023f8d2013-04-04 12:54:15 +000033 select ARM_S3C2410_CPUFREQ if ARM_S3C24XX_CPUFREQ
Russell Kingb1b3f492012-10-06 17:12:25 +010034 select S3C2410_PM if PM
Tomasz Figa88f59732013-06-17 23:45:37 +090035 select SAMSUNG_WDT_RESET
Kukjin Kim85fd6d62012-02-06 09:38:19 +090036 help
37 Support for S3C2410 and S3C2410A family from the S3C24XX line
38 of Samsung Mobile CPUs.
39
Kukjin Kim85e2a262012-02-06 10:02:01 +090040config CPU_S3C2412
41 bool "SAMSUNG S3C2412"
Kukjin Kim85e2a262012-02-06 10:02:01 +090042 select CPU_ARM926T
Heiko Stuebner3c27f312014-02-25 09:50:44 +090043 select S3C2412_COMMON_CLK
Kukjin Kim85e2a262012-02-06 10:02:01 +090044 select S3C2412_DMA if S3C24XX_DMA
Russell Kingb1b3f492012-10-06 17:12:25 +010045 select S3C2412_PM if PM
Kukjin Kim85e2a262012-02-06 10:02:01 +090046 help
47 Support for the S3C2412 and S3C2413 SoCs from the S3C24XX line
48
Kukjin Kim26febf82012-02-06 10:59:47 +090049config CPU_S3C2416
50 bool "SAMSUNG S3C2416/S3C2450"
Kukjin Kim26febf82012-02-06 10:59:47 +090051 select CPU_ARM926T
Russell Kingb1b3f492012-10-06 17:12:25 +010052 select S3C2416_PM if PM
Heiko Stuebnerdfc0f502014-02-19 09:26:21 +090053 select S3C2443_COMMON_CLK
Heiko Stuebner46cdaba2012-03-07 01:53:17 -080054 select S3C2443_DMA if S3C24XX_DMA
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
Heiko Stuebnera28d6182014-05-09 05:49:19 +090061 select S3C2410_COMMON_CLK
Kukjin Kimdd6f01b2012-02-06 13:10:11 +090062 select S3C2410_PM if PM
63 select S3C2440_DMA if S3C24XX_DMA
64 help
65 Support for S3C2440 Samsung Mobile CPU based systems.
66
67config CPU_S3C2442
68 bool "SAMSUNG S3C2442"
69 select CPU_ARM920T
Heiko Stuebnera28d6182014-05-09 05:49:19 +090070 select S3C2410_COMMON_CLK
Heiko Stuebnerda2f5f42013-10-21 05:32:48 +090071 select S3C2410_DMA if S3C24XX_DMA
Kukjin Kimdd6f01b2012-02-06 13:10:11 +090072 select S3C2410_PM if PM
73 help
74 Support for S3C2442 Samsung Mobile CPU based systems.
75
76config CPU_S3C244X
77 def_bool y
78 depends on CPU_S3C2440 || CPU_S3C2442
Tomasz Figa88f59732013-06-17 23:45:37 +090079 select SAMSUNG_WDT_RESET
Kukjin Kimdd6f01b2012-02-06 13:10:11 +090080
Kukjin Kim84c028b2012-02-06 13:21:03 +090081config CPU_S3C2443
82 bool "SAMSUNG S3C2443"
Kukjin Kim84c028b2012-02-06 13:21:03 +090083 select CPU_ARM920T
Heiko Stuebnerdfc0f502014-02-19 09:26:21 +090084 select S3C2443_COMMON_CLK
Kukjin Kim84c028b2012-02-06 13:21:03 +090085 select S3C2443_DMA if S3C24XX_DMA
86 help
87 Support for the S3C2443 SoC from the S3C24XX line
88
Heiko Stuebner28c569f2012-03-07 01:47:01 -080089# common code
90
91config S3C24XX_SMDK
92 bool
93 help
94 Common machine code for SMDK2410 and SMDK2440
95
Heiko Stuebner9072dc92012-03-07 01:47:05 -080096config S3C24XX_SIMTEC_AUDIO
97 bool
98 depends on (ARCH_BAST || MACH_VR1000 || MACH_OSIRIS || MACH_ANUBIS)
99 default y
100 help
101 Add audio devices for common Simtec S3C24XX boards
102
103config S3C24XX_SIMTEC_PM
104 bool
105 help
106 Common power management code for systems that are
107 compatible with the Simtec style of power management
108
Heiko Stuebnerec2cc752012-03-07 01:47:11 -0800109config S3C24XX_SIMTEC_USB
110 bool
111 help
112 USB management code for common Simtec S3C24XX boards
113
Heiko Stuebner2c5689a2012-03-07 01:47:15 -0800114config S3C24XX_SETUP_TS
115 bool
116 help
117 Compile in platform device definition for Samsung TouchScreen.
118
Kukjin Kim09ec1d72013-01-31 16:54:38 -0800119config S3C24XX_DMA
Arnd Bergmann27873b02014-06-13 12:04:39 +0200120 bool "S3C2410 DMA support (deprecated)"
Kukjin Kim09ec1d72013-01-31 16:54:38 -0800121 select S3C_DMA
122 help
123 S3C2410 DMA support. This is needed for drivers like sound which
124 use the S3C2410's DMA system to move data to and from the
125 peripheral blocks.
126
127config S3C2410_DMA_DEBUG
128 bool "S3C2410 DMA support debug"
Alexander Shiyan1c137862013-04-04 10:03:53 +0900129 depends on S3C2410_DMA
Kukjin Kim09ec1d72013-01-31 16:54:38 -0800130 help
131 Enable debugging output for the DMA code. This option sends info
132 to the kernel log, at priority KERN_DEBUG.
133
Kukjin Kim85fd6d62012-02-06 09:38:19 +0900134config S3C2410_DMA
135 bool
Kukjin Kimdd6f01b2012-02-06 13:10:11 +0900136 depends on S3C24XX_DMA && (CPU_S3C2410 || CPU_S3C2442)
Kukjin Kim85fd6d62012-02-06 09:38:19 +0900137 help
138 DMA device selection for S3C2410 and compatible CPUs
139
140config S3C2410_PM
141 bool
142 help
143 Power Management code common to S3C2410 and better
144
Viresh Kumarf023f8d2013-04-04 12:54:15 +0000145config S3C24XX_PLL
146 bool "Support CPUfreq changing of PLL frequency (EXPERIMENTAL)"
Paul Bolle37155342013-07-14 14:02:19 +0200147 depends on ARM_S3C24XX_CPUFREQ
Viresh Kumarf023f8d2013-04-04 12:54:15 +0000148 help
149 Compile in support for changing the PLL frequency from the
150 S3C24XX series CPUfreq driver. The PLL takes time to settle
151 after a frequency change, so by default it is not enabled.
152
153 This also means that the PLL tables for the selected CPU(s) will
154 be built which may increase the size of the kernel image.
155
Kukjin Kim09ec1d72013-01-31 16:54:38 -0800156# cpu frequency items common between s3c2410 and s3c2440/s3c2442
157
158config S3C2410_IOTIMING
159 bool
Viresh Kumarf023f8d2013-04-04 12:54:15 +0000160 depends on ARM_S3C24XX_CPUFREQ
Kukjin Kim09ec1d72013-01-31 16:54:38 -0800161 help
162 Internal node to select io timing code that is common to the s3c2410
163 and s3c2440/s3c2442 cpu frequency support.
164
165config S3C2410_CPUFREQ_UTILS
Viresh Kumarf023f8d2013-04-04 12:54:15 +0000166 bool
167 depends on ARM_S3C24XX_CPUFREQ
168 help
169 Internal node to select timing code that is common to the s3c2410
170 and s3c2440/s3c244 cpu frequency support.
Kukjin Kim09ec1d72013-01-31 16:54:38 -0800171
172# cpu frequency support common to s3c2412, s3c2413 and s3c2442
173
174config S3C2412_IOTIMING
175 bool
Viresh Kumarf023f8d2013-04-04 12:54:15 +0000176 depends on ARM_S3C24XX_CPUFREQ && (CPU_S3C2412 || CPU_S3C2443)
Kukjin Kim09ec1d72013-01-31 16:54:38 -0800177 help
178 Intel node to select io timing code that is common to the s3c2412
179 and the s3c2443.
180
Kukjin Kim7518dde2012-04-21 07:55:33 -0700181# cpu-specific sections
182
183if CPU_S3C2410
184
Kukjin Kim82c18712013-01-21 15:16:35 -0800185config S3C2410_PLL
186 bool
Viresh Kumarf023f8d2013-04-04 12:54:15 +0000187 depends on ARM_S3C2410_CPUFREQ && S3C24XX_PLL
Kukjin Kim82c18712013-01-21 15:16:35 -0800188 default y
189 help
190 Select the PLL table for the S3C2410
191
Heiko Stuebnerec2cc752012-03-07 01:47:11 -0800192config S3C24XX_SIMTEC_NOR
Kukjin Kim85fd6d62012-02-06 09:38:19 +0900193 bool
194 help
195 Internal node to specify machine has simtec NOR mapping
196
197config MACH_BAST_IDE
198 bool
199 select HAVE_PATA_PLATFORM
200 help
201 Internal node for machines with an BAST style IDE
202 interface
203
204comment "S3C2410 Boards"
205
206#
207# The "S3C2410 Boards" list is ordered alphabetically by option text.
208# (without ARCH_ or MACH_)
209#
210
211config MACH_AML_M5900
212 bool "AML M5900 Series"
Heiko Stuebner9072dc92012-03-07 01:47:05 -0800213 select S3C24XX_SIMTEC_PM if PM
Kukjin Kim85fd6d62012-02-06 09:38:19 +0900214 select S3C_DEV_USB_HOST
215 help
216 Say Y here if you are using the American Microsystems M5900 Series
217 <http://www.amltd.com>
218
219config ARCH_BAST
220 bool "Simtec Electronics BAST (EB2410ITX)"
Kukjin Kim85fd6d62012-02-06 09:38:19 +0900221 select ISA
Russell Kingb1b3f492012-10-06 17:12:25 +0100222 select MACH_BAST_IDE
Tomasz Figaefe32f62014-05-14 17:03:20 +0200223 select S3C2410_COMMON_DCLK
Viresh Kumarf023f8d2013-04-04 12:54:15 +0000224 select S3C2410_IOTIMING if ARM_S3C2410_CPUFREQ
Russell Kingb1b3f492012-10-06 17:12:25 +0100225 select S3C24XX_SIMTEC_NOR
226 select S3C24XX_SIMTEC_PM if PM
227 select S3C24XX_SIMTEC_USB
Kukjin Kim85fd6d62012-02-06 09:38:19 +0900228 select S3C_DEV_HWMON
Kukjin Kim85fd6d62012-02-06 09:38:19 +0900229 select S3C_DEV_NAND
Russell Kingb1b3f492012-10-06 17:12:25 +0100230 select S3C_DEV_USB_HOST
Kukjin Kim85fd6d62012-02-06 09:38:19 +0900231 help
232 Say Y here if you are using the Simtec Electronics EB2410ITX
233 development board (also known as BAST)
234
235config BAST_PC104_IRQ
236 bool "BAST PC104 IRQ support"
237 depends on ARCH_BAST
238 default y
239 help
240 Say Y here to enable the PC104 IRQ routing on the
241 Simtec BAST (EB2410ITX)
242
243config ARCH_H1940
244 bool "IPAQ H1940"
245 select PM_H1940 if PM
Heiko Stuebner2c5689a2012-03-07 01:47:15 -0800246 select S3C24XX_SETUP_TS
Russell Kingb1b3f492012-10-06 17:12:25 +0100247 select S3C_DEV_NAND
248 select S3C_DEV_USB_HOST
Kukjin Kim85fd6d62012-02-06 09:38:19 +0900249 help
250 Say Y here if you are using the HP IPAQ H1940
251
252config H1940BT
253 tristate "Control the state of H1940 bluetooth chip"
254 depends on ARCH_H1940
255 select RFKILL
256 help
257 This is a simple driver that is able to control
258 the state of built in bluetooth chip on h1940.
259
260config PM_H1940
261 bool
262 help
263 Internal node for H1940 and related PM
264
265config MACH_N30
266 bool "Acer N30 family"
Kukjin Kim85fd6d62012-02-06 09:38:19 +0900267 select S3C_DEV_NAND
Russell Kingb1b3f492012-10-06 17:12:25 +0100268 select S3C_DEV_USB_HOST
Kukjin Kim85fd6d62012-02-06 09:38:19 +0900269 help
270 Say Y here if you want suppt for the Acer N30, Acer N35,
271 Navman PiN570, Yakumo AlphaX or Airis NC05 PDAs.
272
273config MACH_OTOM
274 bool "NexVision OTOM Board"
Kukjin Kim85fd6d62012-02-06 09:38:19 +0900275 select S3C_DEV_NAND
Russell Kingb1b3f492012-10-06 17:12:25 +0100276 select S3C_DEV_USB_HOST
Kukjin Kim85fd6d62012-02-06 09:38:19 +0900277 help
278 Say Y here if you are using the Nex Vision OTOM board
279
280config MACH_QT2410
281 bool "QT2410"
Kukjin Kim85fd6d62012-02-06 09:38:19 +0900282 select S3C_DEV_NAND
Russell Kingb1b3f492012-10-06 17:12:25 +0100283 select S3C_DEV_USB_HOST
Kukjin Kim85fd6d62012-02-06 09:38:19 +0900284 help
285 Say Y here if you are using the Armzone QT2410
286
287config ARCH_SMDK2410
288 bool "SMDK2410/A9M2410"
Heiko Stuebner28c569f2012-03-07 01:47:01 -0800289 select S3C24XX_SMDK
Alexander Shiyan1a4c2a12013-02-08 13:41:36 -0800290 select S3C_DEV_USB_HOST
Kukjin Kim85fd6d62012-02-06 09:38:19 +0900291 help
292 Say Y here if you are using the SMDK2410 or the derived module A9M2410
293 <http://www.fsforth.de>
294
295config MACH_TCT_HAMMER
296 bool "TCT Hammer Board"
297 select S3C_DEV_USB_HOST
298 help
299 Say Y here if you are using the TinCanTools Hammer Board
300 <http://www.tincantools.com>
301
302config MACH_VR1000
303 bool "Thorcom VR1000"
Russell Kingb1b3f492012-10-06 17:12:25 +0100304 select MACH_BAST_IDE
Tomasz Figaefe32f62014-05-14 17:03:20 +0200305 select S3C2410_COMMON_DCLK
Heiko Stuebnerec2cc752012-03-07 01:47:11 -0800306 select S3C24XX_SIMTEC_NOR
Russell Kingb1b3f492012-10-06 17:12:25 +0100307 select S3C24XX_SIMTEC_PM if PM
Heiko Stuebnerec2cc752012-03-07 01:47:11 -0800308 select S3C24XX_SIMTEC_USB
Russell Kingb1b3f492012-10-06 17:12:25 +0100309 select S3C_DEV_USB_HOST
Kukjin Kim85fd6d62012-02-06 09:38:19 +0900310 help
311 Say Y here if you are using the Thorcom VR1000 board.
312
313endif # CPU_S3C2410
314
Kukjin Kim85e2a262012-02-06 10:02:01 +0900315config S3C2412_PM_SLEEP
316 bool
317 help
318 Internal config node to apply sleep for S3C2412 power management.
319 Can be selected by another SoCs such as S3C2416 with similar
320 sleep procedure.
321
322if CPU_S3C2412
323
324config CPU_S3C2412_ONLY
325 bool
Alexander Shiyan1c137862013-04-04 10:03:53 +0900326 depends on !CPU_S3C2410 && !CPU_S3C2416 && !CPU_S3C2440 && \
Alexander Shiyana4e4d222013-04-04 10:04:00 +0900327 !CPU_S3C2442 && !CPU_S3C2443
Kukjin Kim85e2a262012-02-06 10:02:01 +0900328 default y
329
330config S3C2412_DMA
331 bool
332 help
333 Internal config node for S3C2412 DMA support
334
335config S3C2412_PM
336 bool
Heiko Stuebner7eae3542013-02-08 11:13:15 -0800337 select S3C2412_PM_SLEEP
Heiko Stuebner59295702013-02-12 10:09:10 -0800338 select SAMSUNG_WAKEMASK
Kukjin Kim85e2a262012-02-06 10:02:01 +0900339 help
340 Internal config node to apply S3C2412 power management
341
342comment "S3C2412 Boards"
343
344#
345# The "S3C2412 Boards" list is ordered alphabetically by option text.
346# (without ARCH_ or MACH_)
347#
348
349config MACH_JIVE
350 bool "Logitech Jive"
Kukjin Kim85e2a262012-02-06 10:02:01 +0900351 select S3C_DEV_NAND
Russell Kingb1b3f492012-10-06 17:12:25 +0100352 select S3C_DEV_USB_HOST
Kukjin Kim85e2a262012-02-06 10:02:01 +0900353 help
354 Say Y here if you are using the Logitech Jive.
355
356config MACH_JIVE_SHOW_BOOTLOADER
Kees Cook5ec9b062013-01-16 18:53:15 -0800357 bool "Allow access to bootloader partitions in MTD"
358 depends on MACH_JIVE
Kukjin Kim85e2a262012-02-06 10:02:01 +0900359
360config MACH_S3C2413
361 bool
362 help
363 Internal node for S3C2413 version of SMDK2413, so that
364 machine_is_s3c2413() will work when MACH_SMDK2413 is
365 selected
366
367config MACH_SMDK2412
368 bool "SMDK2412"
369 select MACH_SMDK2413
370 help
371 Say Y here if you are using an SMDK2412
372
373 Note, this shares support with SMDK2413, so will automatically
374 select MACH_SMDK2413.
375
376config MACH_SMDK2413
377 bool "SMDK2413"
378 select MACH_S3C2413
Heiko Stuebner28c569f2012-03-07 01:47:01 -0800379 select S3C24XX_SMDK
Kukjin Kim85e2a262012-02-06 10:02:01 +0900380 select S3C_DEV_NAND
Russell Kingb1b3f492012-10-06 17:12:25 +0100381 select S3C_DEV_USB_HOST
Kukjin Kim85e2a262012-02-06 10:02:01 +0900382 help
383 Say Y here if you are using an SMDK2413
384
385config MACH_VSTMS
386 bool "VMSTMS"
Kukjin Kim85e2a262012-02-06 10:02:01 +0900387 select S3C_DEV_NAND
Russell Kingb1b3f492012-10-06 17:12:25 +0100388 select S3C_DEV_USB_HOST
Kukjin Kim85e2a262012-02-06 10:02:01 +0900389 help
390 Say Y here if you are using an VSTMS board
391
392endif # CPU_S3C2412
393
Kukjin Kim26febf82012-02-06 10:59:47 +0900394if CPU_S3C2416
395
396config S3C2416_PM
397 bool
398 select S3C2412_PM_SLEEP
399 help
400 Internal config node to apply S3C2416 power management
401
402config S3C2416_SETUP_SDHCI
403 bool
404 select S3C2416_SETUP_SDHCI_GPIO
405 help
406 Internal helper functions for S3C2416 based SDHCI systems
407
408config S3C2416_SETUP_SDHCI_GPIO
409 bool
410 help
411 Common setup code for SDHCI gpio.
412
413comment "S3C2416 Boards"
414
415config MACH_SMDK2416
416 bool "SMDK2416"
Russell Kingb1b3f492012-10-06 17:12:25 +0100417 select S3C2416_SETUP_SDHCI
Heiko Stuebner28c569f2012-03-07 01:47:01 -0800418 select S3C24XX_SMDK
Kukjin Kim26febf82012-02-06 10:59:47 +0900419 select S3C_DEV_FB
420 select S3C_DEV_HSMMC
421 select S3C_DEV_HSMMC1
422 select S3C_DEV_NAND
423 select S3C_DEV_USB_HOST
Kukjin Kim26febf82012-02-06 10:59:47 +0900424 help
425 Say Y here if you are using an SMDK2416
426
Heiko Stuebner35aca362013-05-21 01:06:04 +0900427config MACH_S3C2416_DT
428 bool "Samsung S3C2416 machine using devicetree"
429 select CLKSRC_OF
430 select USE_OF
431 select PINCTRL
432 select PINCTRL_S3C24XX
433 help
434 Machine support for Samsung S3C2416 machines with device tree enabled.
435 Select this if a fdt blob is available for the S3C2416 SoC based board.
436 Note: This is under development and not all peripherals can be supported
437 with this machine file.
438
Kukjin Kim26febf82012-02-06 10:59:47 +0900439endif # CPU_S3C2416
440
Kukjin Kimdd6f01b2012-02-06 13:10:11 +0900441if CPU_S3C2440
442
443config S3C2440_DMA
444 bool
445 help
446 Support for S3C2440 specific DMA code5A
447
Kukjin Kimacf2d412013-01-21 15:39:09 -0800448config S3C2440_XTAL_12000000
449 bool
450 help
451 Indicate that the build needs to support 12MHz system
452 crystal.
453
454config S3C2440_XTAL_16934400
455 bool
456 help
457 Indicate that the build needs to support 16.9344MHz system
458 crystal.
459
460config S3C2440_PLL_12000000
461 bool
Viresh Kumarf023f8d2013-04-04 12:54:15 +0000462 depends on ARM_S3C2440_CPUFREQ && S3C2440_XTAL_12000000
463 default y if S3C24XX_PLL
Kukjin Kimacf2d412013-01-21 15:39:09 -0800464 help
465 PLL tables for S3C2440 or S3C2442 CPUs with 12MHz crystals.
466
467config S3C2440_PLL_16934400
468 bool
Viresh Kumarf023f8d2013-04-04 12:54:15 +0000469 depends on ARM_S3C2440_CPUFREQ && S3C2440_XTAL_16934400
470 default y if S3C24XX_PLL
Kukjin Kimacf2d412013-01-21 15:39:09 -0800471 help
472 PLL tables for S3C2440 or S3C2442 CPUs with 16.934MHz crystals.
473
Kukjin Kimdd6f01b2012-02-06 13:10:11 +0900474comment "S3C2440 Boards"
475
476#
477# The "S3C2440 Boards" list is ordered alphabetically by option text.
478# (without ARCH_ or MACH_)
479#
480
481config MACH_ANUBIS
482 bool "Simtec Electronics ANUBIS"
Kukjin Kimdd6f01b2012-02-06 13:10:11 +0900483 select HAVE_PATA_PLATFORM
Tomasz Figaefe32f62014-05-14 17:03:20 +0200484 select S3C2410_COMMON_DCLK
Kukjin Kimdd6f01b2012-02-06 13:10:11 +0900485 select S3C2440_XTAL_12000000
Russell Kingb1b3f492012-10-06 17:12:25 +0100486 select S3C24XX_SIMTEC_PM if PM
Kukjin Kimdd6f01b2012-02-06 13:10:11 +0900487 select S3C_DEV_USB_HOST
488 help
489 Say Y here if you are using the Simtec Electronics ANUBIS
490 development system
491
492config MACH_AT2440EVB
493 bool "Avantech AT2440EVB development board"
Kukjin Kimdd6f01b2012-02-06 13:10:11 +0900494 select S3C_DEV_NAND
Russell Kingb1b3f492012-10-06 17:12:25 +0100495 select S3C_DEV_USB_HOST
Kukjin Kimdd6f01b2012-02-06 13:10:11 +0900496 help
497 Say Y here if you are using the AT2440EVB development board
498
499config MACH_MINI2440
500 bool "MINI2440 development board"
Arnd Bergmann37373f12014-02-12 21:22:13 +0100501 select EEPROM_AT24 if I2C
Kukjin Kimdd6f01b2012-02-06 13:10:11 +0900502 select LEDS_CLASS
Alexander Shiyan678a0992012-11-25 18:53:40 +0400503 select LEDS_TRIGGERS
Kukjin Kimdd6f01b2012-02-06 13:10:11 +0900504 select LEDS_TRIGGER_BACKLIGHT
Russell Kingb1b3f492012-10-06 17:12:25 +0100505 select NEW_LEDS
Kukjin Kimdd6f01b2012-02-06 13:10:11 +0900506 select S3C_DEV_NAND
507 select S3C_DEV_USB_HOST
Sylwester Nawrockie51d5482012-11-22 14:29:18 +0900508 select S3C_SETUP_CAMIF
Kukjin Kimdd6f01b2012-02-06 13:10:11 +0900509 help
510 Say Y here to select support for the MINI2440. Is a 10cm x 10cm board
511 available via various sources. It can come with a 3.5" or 7" touch LCD.
512
513config MACH_NEXCODER_2440
514 bool "NexVision NEXCODER 2440 Light Board"
515 select S3C2440_XTAL_12000000
Kukjin Kimdd6f01b2012-02-06 13:10:11 +0900516 select S3C_DEV_NAND
Russell Kingb1b3f492012-10-06 17:12:25 +0100517 select S3C_DEV_USB_HOST
Kukjin Kimdd6f01b2012-02-06 13:10:11 +0900518 help
519 Say Y here if you are using the Nex Vision NEXCODER 2440 Light Board
520
521config MACH_OSIRIS
522 bool "Simtec IM2440D20 (OSIRIS) module"
Tomasz Figaefe32f62014-05-14 17:03:20 +0200523 select S3C2410_COMMON_DCLK
Viresh Kumarf023f8d2013-04-04 12:54:15 +0000524 select S3C2410_IOTIMING if ARM_S3C2440_CPUFREQ
Russell Kingb1b3f492012-10-06 17:12:25 +0100525 select S3C2440_XTAL_12000000
Russell Kingb1b3f492012-10-06 17:12:25 +0100526 select S3C24XX_SIMTEC_PM if PM
Kukjin Kimdd6f01b2012-02-06 13:10:11 +0900527 select S3C_DEV_NAND
Russell Kingb1b3f492012-10-06 17:12:25 +0100528 select S3C_DEV_USB_HOST
Kukjin Kimdd6f01b2012-02-06 13:10:11 +0900529 help
530 Say Y here if you are using the Simtec IM2440D20 module, also
531 known as the Osiris.
532
533config MACH_OSIRIS_DVS
534 tristate "Simtec IM2440D20 (OSIRIS) Dynamic Voltage Scaling driver"
535 depends on MACH_OSIRIS
Arnd Bergmannf88309c2014-03-21 13:49:04 +0100536 depends on TPS65010
Kukjin Kimdd6f01b2012-02-06 13:10:11 +0900537 help
538 Say Y/M here if you want to have dynamic voltage scaling support
539 on the Simtec IM2440D20 (OSIRIS) module via the TPS65011.
540
541 The DVS driver alters the voltage supplied to the ARM core
542 depending on the frequency it is running at. The driver itself
543 does not do any of the frequency alteration, which is left up
544 to the cpufreq driver.
545
546config MACH_RX3715
547 bool "HP iPAQ rx3715"
Kukjin Kimdd6f01b2012-02-06 13:10:11 +0900548 select PM_H1940 if PM
Russell Kingb1b3f492012-10-06 17:12:25 +0100549 select S3C2440_XTAL_16934400
Kukjin Kimdd6f01b2012-02-06 13:10:11 +0900550 select S3C_DEV_NAND
551 help
552 Say Y here if you are using the HP iPAQ rx3715.
553
554config ARCH_S3C2440
555 bool "SMDK2440"
556 select S3C2440_XTAL_16934400
Heiko Stuebner28c569f2012-03-07 01:47:01 -0800557 select S3C24XX_SMDK
Kukjin Kimdd6f01b2012-02-06 13:10:11 +0900558 select S3C_DEV_NAND
Russell Kingb1b3f492012-10-06 17:12:25 +0100559 select S3C_DEV_USB_HOST
Kukjin Kimdd6f01b2012-02-06 13:10:11 +0900560 help
561 Say Y here if you are using the SMDK2440.
562
563config SMDK2440_CPU2440
564 bool "SMDK2440 with S3C2440 CPU module"
565 default y if ARCH_S3C2440
566 select S3C2440_XTAL_16934400
567
568endif # CPU_S3C2440
569
570if CPU_S3C2442
571
572comment "S3C2442 Boards"
573
574#
575# The "S3C2442 Boards" list is ordered alphabetically by option text.
576# (without ARCH_ or MACH_)
577#
578
579config MACH_NEO1973_GTA02
580 bool "Openmoko GTA02 / Freerunner phone"
Russell Kingb1b3f492012-10-06 17:12:25 +0100581 select I2C
Kukjin Kimdd6f01b2012-02-06 13:10:11 +0900582 select MFD_PCF50633
583 select PCF50633_GPIO
Kukjin Kimdd6f01b2012-02-06 13:10:11 +0900584 select POWER_SUPPLY
Arnd Bergmann35e79062012-08-04 07:52:19 +0000585 select S3C24XX_PWM
Kukjin Kimdd6f01b2012-02-06 13:10:11 +0900586 select S3C_DEV_USB_HOST
587 help
588 Say Y here if you are using the Openmoko GTA02 / Freerunner GSM Phone
589
590config MACH_RX1950
591 bool "HP iPAQ rx1950"
Kukjin Kimdd6f01b2012-02-06 13:10:11 +0900592 select I2C
Russell Kingb1b3f492012-10-06 17:12:25 +0100593 select PM_H1940 if PM
Tomasz Figaefe32f62014-05-14 17:03:20 +0200594 select S3C2410_COMMON_DCLK
Viresh Kumarf023f8d2013-04-04 12:54:15 +0000595 select S3C2410_IOTIMING if ARM_S3C2440_CPUFREQ
Kukjin Kimdd6f01b2012-02-06 13:10:11 +0900596 select S3C2440_XTAL_16934400
Russell Kingb1b3f492012-10-06 17:12:25 +0100597 select S3C24XX_PWM
598 select S3C_DEV_NAND
Kukjin Kimdd6f01b2012-02-06 13:10:11 +0900599 help
600 Say Y here if you're using HP iPAQ rx1950
601
Paul Bollebd338d02013-03-22 19:03:55 +0900602endif # CPU_S3C2442
Kukjin Kimdd6f01b2012-02-06 13:10:11 +0900603
Heiko Stuebner8c3d7c32012-03-03 07:49:12 +0900604if CPU_S3C2443 || CPU_S3C2416
605
Kukjin Kim84c028b2012-02-06 13:21:03 +0900606config S3C2443_DMA
607 bool
608 help
609 Internal config node for S3C2443 DMA support
610
Heiko Stuebnerf03eb252012-04-24 18:07:10 -0700611config S3C2443_SETUP_SPI
612 bool
613 help
614 Common setup code for SPI GPIO configurations
615
Heiko Stuebner46cdaba2012-03-07 01:53:17 -0800616endif # CPU_S3C2443 || CPU_S3C2416
617
618if CPU_S3C2443
619
Kukjin Kim84c028b2012-02-06 13:21:03 +0900620comment "S3C2443 Boards"
621
622config MACH_SMDK2443
623 bool "SMDK2443"
Heiko Stuebner28c569f2012-03-07 01:47:01 -0800624 select S3C24XX_SMDK
Kukjin Kim84c028b2012-02-06 13:21:03 +0900625 select S3C_DEV_HSMMC1
626 help
627 Say Y here if you are using an SMDK2443
628
629endif # CPU_S3C2443
630
Kukjin Kim85fd6d62012-02-06 09:38:19 +0900631endmenu # SAMSUNG S3C24XX SoCs Support
632
633endif # ARCH_S3C24XX