blob: a6d3b5bcc4c237356c7fd18e907ba18cb1b31b90 [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
Viresh Kumarf023f8d2013-04-04 12:54:15 +000032 select ARM_S3C2410_CPUFREQ if ARM_S3C24XX_CPUFREQ
Russell Kingb1b3f492012-10-06 17:12:25 +010033 select S3C2410_PM if PM
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
Heiko Stuebner3c27f312014-02-25 09:50:44 +090041 select S3C2412_COMMON_CLK
Arnd Bergmann4f506da2015-02-27 05:50:22 +090042 select S3C2412_PM if PM_SLEEP
Kukjin Kim85e2a262012-02-06 10:02:01 +090043 help
44 Support for the S3C2412 and S3C2413 SoCs from the S3C24XX line
45
Kukjin Kim26febf82012-02-06 10:59:47 +090046config CPU_S3C2416
47 bool "SAMSUNG S3C2416/S3C2450"
Kukjin Kim26febf82012-02-06 10:59:47 +090048 select CPU_ARM926T
Arnd Bergmann4f506da2015-02-27 05:50:22 +090049 select S3C2416_PM if PM_SLEEP
Heiko Stuebnerdfc0f502014-02-19 09:26:21 +090050 select S3C2443_COMMON_CLK
Kukjin Kim26febf82012-02-06 10:59:47 +090051 help
52 Support for the S3C2416 SoC from the S3C24XX line
53
Kukjin Kimdd6f01b2012-02-06 13:10:11 +090054config CPU_S3C2440
55 bool "SAMSUNG S3C2440"
56 select CPU_ARM920T
Heiko Stuebnera28d6182014-05-09 05:49:19 +090057 select S3C2410_COMMON_CLK
Arnd Bergmann4f506da2015-02-27 05:50:22 +090058 select S3C2410_PM if PM_SLEEP
Kukjin Kimdd6f01b2012-02-06 13:10:11 +090059 help
60 Support for S3C2440 Samsung Mobile CPU based systems.
61
62config CPU_S3C2442
63 bool "SAMSUNG S3C2442"
64 select CPU_ARM920T
Heiko Stuebnera28d6182014-05-09 05:49:19 +090065 select S3C2410_COMMON_CLK
Arnd Bergmann4f506da2015-02-27 05:50:22 +090066 select S3C2410_PM if PM_SLEEP
Kukjin Kimdd6f01b2012-02-06 13:10:11 +090067 help
68 Support for S3C2442 Samsung Mobile CPU based systems.
69
70config CPU_S3C244X
71 def_bool y
72 depends on CPU_S3C2440 || CPU_S3C2442
73
Kukjin Kim84c028b2012-02-06 13:21:03 +090074config CPU_S3C2443
75 bool "SAMSUNG S3C2443"
Kukjin Kim84c028b2012-02-06 13:21:03 +090076 select CPU_ARM920T
Heiko Stuebnerdfc0f502014-02-19 09:26:21 +090077 select S3C2443_COMMON_CLK
Kukjin Kim84c028b2012-02-06 13:21:03 +090078 help
79 Support for the S3C2443 SoC from the S3C24XX line
80
Heiko Stuebner28c569f2012-03-07 01:47:01 -080081# common code
82
83config S3C24XX_SMDK
84 bool
85 help
86 Common machine code for SMDK2410 and SMDK2440
87
Heiko Stuebner9072dc92012-03-07 01:47:05 -080088config S3C24XX_SIMTEC_AUDIO
89 bool
90 depends on (ARCH_BAST || MACH_VR1000 || MACH_OSIRIS || MACH_ANUBIS)
91 default y
92 help
93 Add audio devices for common Simtec S3C24XX boards
94
95config S3C24XX_SIMTEC_PM
96 bool
97 help
98 Common power management code for systems that are
99 compatible with the Simtec style of power management
100
Heiko Stuebnerec2cc752012-03-07 01:47:11 -0800101config S3C24XX_SIMTEC_USB
102 bool
103 help
104 USB management code for common Simtec S3C24XX boards
105
Heiko Stuebner2c5689a2012-03-07 01:47:15 -0800106config S3C24XX_SETUP_TS
107 bool
108 help
109 Compile in platform device definition for Samsung TouchScreen.
110
Kukjin Kim85fd6d62012-02-06 09:38:19 +0900111config S3C2410_PM
112 bool
113 help
114 Power Management code common to S3C2410 and better
115
Viresh Kumarf023f8d2013-04-04 12:54:15 +0000116config S3C24XX_PLL
117 bool "Support CPUfreq changing of PLL frequency (EXPERIMENTAL)"
Paul Bolle37155342013-07-14 14:02:19 +0200118 depends on ARM_S3C24XX_CPUFREQ
Viresh Kumarf023f8d2013-04-04 12:54:15 +0000119 help
120 Compile in support for changing the PLL frequency from the
121 S3C24XX series CPUfreq driver. The PLL takes time to settle
122 after a frequency change, so by default it is not enabled.
123
124 This also means that the PLL tables for the selected CPU(s) will
125 be built which may increase the size of the kernel image.
126
Kukjin Kim09ec1d72013-01-31 16:54:38 -0800127# cpu frequency items common between s3c2410 and s3c2440/s3c2442
128
129config S3C2410_IOTIMING
130 bool
Viresh Kumarf023f8d2013-04-04 12:54:15 +0000131 depends on ARM_S3C24XX_CPUFREQ
Kukjin Kim09ec1d72013-01-31 16:54:38 -0800132 help
133 Internal node to select io timing code that is common to the s3c2410
134 and s3c2440/s3c2442 cpu frequency support.
135
136config S3C2410_CPUFREQ_UTILS
Viresh Kumarf023f8d2013-04-04 12:54:15 +0000137 bool
138 depends on ARM_S3C24XX_CPUFREQ
139 help
140 Internal node to select timing code that is common to the s3c2410
141 and s3c2440/s3c244 cpu frequency support.
Kukjin Kim09ec1d72013-01-31 16:54:38 -0800142
143# cpu frequency support common to s3c2412, s3c2413 and s3c2442
144
145config S3C2412_IOTIMING
146 bool
Viresh Kumarf023f8d2013-04-04 12:54:15 +0000147 depends on ARM_S3C24XX_CPUFREQ && (CPU_S3C2412 || CPU_S3C2443)
Kukjin Kim09ec1d72013-01-31 16:54:38 -0800148 help
149 Intel node to select io timing code that is common to the s3c2412
150 and the s3c2443.
151
Kukjin Kim7518dde2012-04-21 07:55:33 -0700152# cpu-specific sections
153
154if CPU_S3C2410
155
Kukjin Kim82c18712013-01-21 15:16:35 -0800156config S3C2410_PLL
157 bool
Viresh Kumarf023f8d2013-04-04 12:54:15 +0000158 depends on ARM_S3C2410_CPUFREQ && S3C24XX_PLL
Kukjin Kim82c18712013-01-21 15:16:35 -0800159 default y
160 help
161 Select the PLL table for the S3C2410
162
Heiko Stuebnerec2cc752012-03-07 01:47:11 -0800163config S3C24XX_SIMTEC_NOR
Kukjin Kim85fd6d62012-02-06 09:38:19 +0900164 bool
165 help
166 Internal node to specify machine has simtec NOR mapping
167
168config MACH_BAST_IDE
169 bool
170 select HAVE_PATA_PLATFORM
171 help
172 Internal node for machines with an BAST style IDE
173 interface
174
175comment "S3C2410 Boards"
176
177#
178# The "S3C2410 Boards" list is ordered alphabetically by option text.
179# (without ARCH_ or MACH_)
180#
181
182config MACH_AML_M5900
183 bool "AML M5900 Series"
Heiko Stuebner9072dc92012-03-07 01:47:05 -0800184 select S3C24XX_SIMTEC_PM if PM
Kukjin Kim85fd6d62012-02-06 09:38:19 +0900185 select S3C_DEV_USB_HOST
186 help
187 Say Y here if you are using the American Microsystems M5900 Series
188 <http://www.amltd.com>
189
190config ARCH_BAST
191 bool "Simtec Electronics BAST (EB2410ITX)"
Kukjin Kim85fd6d62012-02-06 09:38:19 +0900192 select ISA
Russell Kingb1b3f492012-10-06 17:12:25 +0100193 select MACH_BAST_IDE
Tomasz Figaefe32f62014-05-14 17:03:20 +0200194 select S3C2410_COMMON_DCLK
Viresh Kumarf023f8d2013-04-04 12:54:15 +0000195 select S3C2410_IOTIMING if ARM_S3C2410_CPUFREQ
Russell Kingb1b3f492012-10-06 17:12:25 +0100196 select S3C24XX_SIMTEC_NOR
197 select S3C24XX_SIMTEC_PM if PM
198 select S3C24XX_SIMTEC_USB
Kukjin Kim85fd6d62012-02-06 09:38:19 +0900199 select S3C_DEV_HWMON
Kukjin Kim85fd6d62012-02-06 09:38:19 +0900200 select S3C_DEV_NAND
Russell Kingb1b3f492012-10-06 17:12:25 +0100201 select S3C_DEV_USB_HOST
Kukjin Kim85fd6d62012-02-06 09:38:19 +0900202 help
203 Say Y here if you are using the Simtec Electronics EB2410ITX
204 development board (also known as BAST)
205
206config BAST_PC104_IRQ
207 bool "BAST PC104 IRQ support"
208 depends on ARCH_BAST
209 default y
210 help
211 Say Y here to enable the PC104 IRQ routing on the
212 Simtec BAST (EB2410ITX)
213
214config ARCH_H1940
215 bool "IPAQ H1940"
216 select PM_H1940 if PM
Heiko Stuebner2c5689a2012-03-07 01:47:15 -0800217 select S3C24XX_SETUP_TS
Russell Kingb1b3f492012-10-06 17:12:25 +0100218 select S3C_DEV_NAND
219 select S3C_DEV_USB_HOST
Kukjin Kim85fd6d62012-02-06 09:38:19 +0900220 help
221 Say Y here if you are using the HP IPAQ H1940
222
223config H1940BT
224 tristate "Control the state of H1940 bluetooth chip"
225 depends on ARCH_H1940
226 select RFKILL
227 help
228 This is a simple driver that is able to control
229 the state of built in bluetooth chip on h1940.
230
231config PM_H1940
232 bool
233 help
234 Internal node for H1940 and related PM
235
236config MACH_N30
237 bool "Acer N30 family"
Kukjin Kim85fd6d62012-02-06 09:38:19 +0900238 select S3C_DEV_NAND
Russell Kingb1b3f492012-10-06 17:12:25 +0100239 select S3C_DEV_USB_HOST
Kukjin Kim85fd6d62012-02-06 09:38:19 +0900240 help
241 Say Y here if you want suppt for the Acer N30, Acer N35,
242 Navman PiN570, Yakumo AlphaX or Airis NC05 PDAs.
243
244config MACH_OTOM
245 bool "NexVision OTOM Board"
Kukjin Kim85fd6d62012-02-06 09:38:19 +0900246 select S3C_DEV_NAND
Russell Kingb1b3f492012-10-06 17:12:25 +0100247 select S3C_DEV_USB_HOST
Kukjin Kim85fd6d62012-02-06 09:38:19 +0900248 help
249 Say Y here if you are using the Nex Vision OTOM board
250
251config MACH_QT2410
252 bool "QT2410"
Kukjin Kim85fd6d62012-02-06 09:38:19 +0900253 select S3C_DEV_NAND
Russell Kingb1b3f492012-10-06 17:12:25 +0100254 select S3C_DEV_USB_HOST
Kukjin Kim85fd6d62012-02-06 09:38:19 +0900255 help
256 Say Y here if you are using the Armzone QT2410
257
258config ARCH_SMDK2410
259 bool "SMDK2410/A9M2410"
Heiko Stuebner28c569f2012-03-07 01:47:01 -0800260 select S3C24XX_SMDK
Alexander Shiyan1a4c2a12013-02-08 13:41:36 -0800261 select S3C_DEV_USB_HOST
Kukjin Kim85fd6d62012-02-06 09:38:19 +0900262 help
263 Say Y here if you are using the SMDK2410 or the derived module A9M2410
264 <http://www.fsforth.de>
265
266config MACH_TCT_HAMMER
267 bool "TCT Hammer Board"
268 select S3C_DEV_USB_HOST
269 help
270 Say Y here if you are using the TinCanTools Hammer Board
271 <http://www.tincantools.com>
272
273config MACH_VR1000
274 bool "Thorcom VR1000"
Russell Kingb1b3f492012-10-06 17:12:25 +0100275 select MACH_BAST_IDE
Tomasz Figaefe32f62014-05-14 17:03:20 +0200276 select S3C2410_COMMON_DCLK
Heiko Stuebnerec2cc752012-03-07 01:47:11 -0800277 select S3C24XX_SIMTEC_NOR
Russell Kingb1b3f492012-10-06 17:12:25 +0100278 select S3C24XX_SIMTEC_PM if PM
Heiko Stuebnerec2cc752012-03-07 01:47:11 -0800279 select S3C24XX_SIMTEC_USB
Russell Kingb1b3f492012-10-06 17:12:25 +0100280 select S3C_DEV_USB_HOST
Kukjin Kim85fd6d62012-02-06 09:38:19 +0900281 help
282 Say Y here if you are using the Thorcom VR1000 board.
283
284endif # CPU_S3C2410
285
Kukjin Kim85e2a262012-02-06 10:02:01 +0900286config S3C2412_PM_SLEEP
287 bool
288 help
289 Internal config node to apply sleep for S3C2412 power management.
290 Can be selected by another SoCs such as S3C2416 with similar
291 sleep procedure.
292
293if CPU_S3C2412
294
295config CPU_S3C2412_ONLY
296 bool
Alexander Shiyan1c137862013-04-04 10:03:53 +0900297 depends on !CPU_S3C2410 && !CPU_S3C2416 && !CPU_S3C2440 && \
Alexander Shiyana4e4d222013-04-04 10:04:00 +0900298 !CPU_S3C2442 && !CPU_S3C2443
Kukjin Kim85e2a262012-02-06 10:02:01 +0900299 default y
300
Kukjin Kim85e2a262012-02-06 10:02:01 +0900301config S3C2412_PM
302 bool
Heiko Stuebner7eae3542013-02-08 11:13:15 -0800303 select S3C2412_PM_SLEEP
Heiko Stuebner59295702013-02-12 10:09:10 -0800304 select SAMSUNG_WAKEMASK
Kukjin Kim85e2a262012-02-06 10:02:01 +0900305 help
306 Internal config node to apply S3C2412 power management
307
308comment "S3C2412 Boards"
309
310#
311# The "S3C2412 Boards" list is ordered alphabetically by option text.
312# (without ARCH_ or MACH_)
313#
314
315config MACH_JIVE
316 bool "Logitech Jive"
Kukjin Kim85e2a262012-02-06 10:02:01 +0900317 select S3C_DEV_NAND
Russell Kingb1b3f492012-10-06 17:12:25 +0100318 select S3C_DEV_USB_HOST
Kukjin Kim85e2a262012-02-06 10:02:01 +0900319 help
320 Say Y here if you are using the Logitech Jive.
321
322config MACH_JIVE_SHOW_BOOTLOADER
Kees Cook5ec9b062013-01-16 18:53:15 -0800323 bool "Allow access to bootloader partitions in MTD"
324 depends on MACH_JIVE
Kukjin Kim85e2a262012-02-06 10:02:01 +0900325
326config MACH_S3C2413
327 bool
328 help
329 Internal node for S3C2413 version of SMDK2413, so that
330 machine_is_s3c2413() will work when MACH_SMDK2413 is
331 selected
332
333config MACH_SMDK2412
334 bool "SMDK2412"
335 select MACH_SMDK2413
336 help
337 Say Y here if you are using an SMDK2412
338
339 Note, this shares support with SMDK2413, so will automatically
340 select MACH_SMDK2413.
341
342config MACH_SMDK2413
343 bool "SMDK2413"
344 select MACH_S3C2413
Heiko Stuebner28c569f2012-03-07 01:47:01 -0800345 select S3C24XX_SMDK
Kukjin Kim85e2a262012-02-06 10:02:01 +0900346 select S3C_DEV_NAND
Russell Kingb1b3f492012-10-06 17:12:25 +0100347 select S3C_DEV_USB_HOST
Kukjin Kim85e2a262012-02-06 10:02:01 +0900348 help
349 Say Y here if you are using an SMDK2413
350
351config MACH_VSTMS
352 bool "VMSTMS"
Kukjin Kim85e2a262012-02-06 10:02:01 +0900353 select S3C_DEV_NAND
Russell Kingb1b3f492012-10-06 17:12:25 +0100354 select S3C_DEV_USB_HOST
Kukjin Kim85e2a262012-02-06 10:02:01 +0900355 help
356 Say Y here if you are using an VSTMS board
357
358endif # CPU_S3C2412
359
Kukjin Kim26febf82012-02-06 10:59:47 +0900360if CPU_S3C2416
361
362config S3C2416_PM
363 bool
364 select S3C2412_PM_SLEEP
Arnd Bergmannea8d33a2015-02-27 05:50:22 +0900365 select SAMSUNG_WAKEMASK
Kukjin Kim26febf82012-02-06 10:59:47 +0900366 help
367 Internal config node to apply S3C2416 power management
368
369config S3C2416_SETUP_SDHCI
370 bool
371 select S3C2416_SETUP_SDHCI_GPIO
372 help
373 Internal helper functions for S3C2416 based SDHCI systems
374
375config S3C2416_SETUP_SDHCI_GPIO
376 bool
377 help
378 Common setup code for SDHCI gpio.
379
380comment "S3C2416 Boards"
381
382config MACH_SMDK2416
383 bool "SMDK2416"
Russell Kingb1b3f492012-10-06 17:12:25 +0100384 select S3C2416_SETUP_SDHCI
Heiko Stuebner28c569f2012-03-07 01:47:01 -0800385 select S3C24XX_SMDK
Kukjin Kim26febf82012-02-06 10:59:47 +0900386 select S3C_DEV_FB
387 select S3C_DEV_HSMMC
388 select S3C_DEV_HSMMC1
389 select S3C_DEV_NAND
390 select S3C_DEV_USB_HOST
Kukjin Kim26febf82012-02-06 10:59:47 +0900391 help
392 Say Y here if you are using an SMDK2416
393
Heiko Stuebner35aca362013-05-21 01:06:04 +0900394config MACH_S3C2416_DT
395 bool "Samsung S3C2416 machine using devicetree"
396 select CLKSRC_OF
397 select USE_OF
398 select PINCTRL
399 select PINCTRL_S3C24XX
400 help
401 Machine support for Samsung S3C2416 machines with device tree enabled.
402 Select this if a fdt blob is available for the S3C2416 SoC based board.
403 Note: This is under development and not all peripherals can be supported
404 with this machine file.
405
Kukjin Kim26febf82012-02-06 10:59:47 +0900406endif # CPU_S3C2416
407
Kukjin Kimdd6f01b2012-02-06 13:10:11 +0900408if CPU_S3C2440
409
Kukjin Kimacf2d412013-01-21 15:39:09 -0800410config S3C2440_XTAL_12000000
411 bool
412 help
413 Indicate that the build needs to support 12MHz system
414 crystal.
415
416config S3C2440_XTAL_16934400
417 bool
418 help
419 Indicate that the build needs to support 16.9344MHz system
420 crystal.
421
422config S3C2440_PLL_12000000
423 bool
Viresh Kumarf023f8d2013-04-04 12:54:15 +0000424 depends on ARM_S3C2440_CPUFREQ && S3C2440_XTAL_12000000
425 default y if S3C24XX_PLL
Kukjin Kimacf2d412013-01-21 15:39:09 -0800426 help
427 PLL tables for S3C2440 or S3C2442 CPUs with 12MHz crystals.
428
429config S3C2440_PLL_16934400
430 bool
Viresh Kumarf023f8d2013-04-04 12:54:15 +0000431 depends on ARM_S3C2440_CPUFREQ && S3C2440_XTAL_16934400
432 default y if S3C24XX_PLL
Kukjin Kimacf2d412013-01-21 15:39:09 -0800433 help
434 PLL tables for S3C2440 or S3C2442 CPUs with 16.934MHz crystals.
435
Kukjin Kimdd6f01b2012-02-06 13:10:11 +0900436comment "S3C2440 Boards"
437
438#
439# The "S3C2440 Boards" list is ordered alphabetically by option text.
440# (without ARCH_ or MACH_)
441#
442
443config MACH_ANUBIS
444 bool "Simtec Electronics ANUBIS"
Kukjin Kimdd6f01b2012-02-06 13:10:11 +0900445 select HAVE_PATA_PLATFORM
Tomasz Figaefe32f62014-05-14 17:03:20 +0200446 select S3C2410_COMMON_DCLK
Kukjin Kimdd6f01b2012-02-06 13:10:11 +0900447 select S3C2440_XTAL_12000000
Russell Kingb1b3f492012-10-06 17:12:25 +0100448 select S3C24XX_SIMTEC_PM if PM
Kukjin Kimdd6f01b2012-02-06 13:10:11 +0900449 select S3C_DEV_USB_HOST
450 help
451 Say Y here if you are using the Simtec Electronics ANUBIS
452 development system
453
454config MACH_AT2440EVB
455 bool "Avantech AT2440EVB development board"
Kukjin Kimdd6f01b2012-02-06 13:10:11 +0900456 select S3C_DEV_NAND
Russell Kingb1b3f492012-10-06 17:12:25 +0100457 select S3C_DEV_USB_HOST
Kukjin Kimdd6f01b2012-02-06 13:10:11 +0900458 help
459 Say Y here if you are using the AT2440EVB development board
460
461config MACH_MINI2440
462 bool "MINI2440 development board"
Arnd Bergmann37373f12014-02-12 21:22:13 +0100463 select EEPROM_AT24 if I2C
Kukjin Kimdd6f01b2012-02-06 13:10:11 +0900464 select LEDS_CLASS
Alexander Shiyan678a0992012-11-25 18:53:40 +0400465 select LEDS_TRIGGERS
Kukjin Kimdd6f01b2012-02-06 13:10:11 +0900466 select LEDS_TRIGGER_BACKLIGHT
Russell Kingb1b3f492012-10-06 17:12:25 +0100467 select NEW_LEDS
Kukjin Kimdd6f01b2012-02-06 13:10:11 +0900468 select S3C_DEV_NAND
469 select S3C_DEV_USB_HOST
Sylwester Nawrockie51d5482012-11-22 14:29:18 +0900470 select S3C_SETUP_CAMIF
Kukjin Kimdd6f01b2012-02-06 13:10:11 +0900471 help
472 Say Y here to select support for the MINI2440. Is a 10cm x 10cm board
473 available via various sources. It can come with a 3.5" or 7" touch LCD.
474
475config MACH_NEXCODER_2440
476 bool "NexVision NEXCODER 2440 Light Board"
477 select S3C2440_XTAL_12000000
Kukjin Kimdd6f01b2012-02-06 13:10:11 +0900478 select S3C_DEV_NAND
Russell Kingb1b3f492012-10-06 17:12:25 +0100479 select S3C_DEV_USB_HOST
Kukjin Kimdd6f01b2012-02-06 13:10:11 +0900480 help
481 Say Y here if you are using the Nex Vision NEXCODER 2440 Light Board
482
483config MACH_OSIRIS
484 bool "Simtec IM2440D20 (OSIRIS) module"
Tomasz Figaefe32f62014-05-14 17:03:20 +0200485 select S3C2410_COMMON_DCLK
Viresh Kumarf023f8d2013-04-04 12:54:15 +0000486 select S3C2410_IOTIMING if ARM_S3C2440_CPUFREQ
Russell Kingb1b3f492012-10-06 17:12:25 +0100487 select S3C2440_XTAL_12000000
Russell Kingb1b3f492012-10-06 17:12:25 +0100488 select S3C24XX_SIMTEC_PM if PM
Kukjin Kimdd6f01b2012-02-06 13:10:11 +0900489 select S3C_DEV_NAND
Russell Kingb1b3f492012-10-06 17:12:25 +0100490 select S3C_DEV_USB_HOST
Kukjin Kimdd6f01b2012-02-06 13:10:11 +0900491 help
492 Say Y here if you are using the Simtec IM2440D20 module, also
493 known as the Osiris.
494
495config MACH_OSIRIS_DVS
496 tristate "Simtec IM2440D20 (OSIRIS) Dynamic Voltage Scaling driver"
497 depends on MACH_OSIRIS
Arnd Bergmannf88309c2014-03-21 13:49:04 +0100498 depends on TPS65010
Kukjin Kimdd6f01b2012-02-06 13:10:11 +0900499 help
500 Say Y/M here if you want to have dynamic voltage scaling support
501 on the Simtec IM2440D20 (OSIRIS) module via the TPS65011.
502
503 The DVS driver alters the voltage supplied to the ARM core
504 depending on the frequency it is running at. The driver itself
505 does not do any of the frequency alteration, which is left up
506 to the cpufreq driver.
507
508config MACH_RX3715
509 bool "HP iPAQ rx3715"
Kukjin Kimdd6f01b2012-02-06 13:10:11 +0900510 select PM_H1940 if PM
Russell Kingb1b3f492012-10-06 17:12:25 +0100511 select S3C2440_XTAL_16934400
Kukjin Kimdd6f01b2012-02-06 13:10:11 +0900512 select S3C_DEV_NAND
513 help
514 Say Y here if you are using the HP iPAQ rx3715.
515
516config ARCH_S3C2440
517 bool "SMDK2440"
518 select S3C2440_XTAL_16934400
Heiko Stuebner28c569f2012-03-07 01:47:01 -0800519 select S3C24XX_SMDK
Kukjin Kimdd6f01b2012-02-06 13:10:11 +0900520 select S3C_DEV_NAND
Russell Kingb1b3f492012-10-06 17:12:25 +0100521 select S3C_DEV_USB_HOST
Kukjin Kimdd6f01b2012-02-06 13:10:11 +0900522 help
523 Say Y here if you are using the SMDK2440.
524
525config SMDK2440_CPU2440
526 bool "SMDK2440 with S3C2440 CPU module"
527 default y if ARCH_S3C2440
528 select S3C2440_XTAL_16934400
529
530endif # CPU_S3C2440
531
532if CPU_S3C2442
533
534comment "S3C2442 Boards"
535
536#
537# The "S3C2442 Boards" list is ordered alphabetically by option text.
538# (without ARCH_ or MACH_)
539#
540
541config MACH_NEO1973_GTA02
542 bool "Openmoko GTA02 / Freerunner phone"
Russell Kingb1b3f492012-10-06 17:12:25 +0100543 select I2C
Kukjin Kimdd6f01b2012-02-06 13:10:11 +0900544 select MFD_PCF50633
545 select PCF50633_GPIO
Kukjin Kimdd6f01b2012-02-06 13:10:11 +0900546 select POWER_SUPPLY
Arnd Bergmann35e79062012-08-04 07:52:19 +0000547 select S3C24XX_PWM
Kukjin Kimdd6f01b2012-02-06 13:10:11 +0900548 select S3C_DEV_USB_HOST
549 help
550 Say Y here if you are using the Openmoko GTA02 / Freerunner GSM Phone
551
552config MACH_RX1950
553 bool "HP iPAQ rx1950"
Kukjin Kimdd6f01b2012-02-06 13:10:11 +0900554 select I2C
Russell Kingb1b3f492012-10-06 17:12:25 +0100555 select PM_H1940 if PM
Tomasz Figaefe32f62014-05-14 17:03:20 +0200556 select S3C2410_COMMON_DCLK
Viresh Kumarf023f8d2013-04-04 12:54:15 +0000557 select S3C2410_IOTIMING if ARM_S3C2440_CPUFREQ
Kukjin Kimdd6f01b2012-02-06 13:10:11 +0900558 select S3C2440_XTAL_16934400
Russell Kingb1b3f492012-10-06 17:12:25 +0100559 select S3C24XX_PWM
560 select S3C_DEV_NAND
Kukjin Kimdd6f01b2012-02-06 13:10:11 +0900561 help
562 Say Y here if you're using HP iPAQ rx1950
563
Paul Bollebd338d02013-03-22 19:03:55 +0900564endif # CPU_S3C2442
Kukjin Kimdd6f01b2012-02-06 13:10:11 +0900565
Heiko Stuebner8c3d7c32012-03-03 07:49:12 +0900566if CPU_S3C2443 || CPU_S3C2416
567
Heiko Stuebnerf03eb252012-04-24 18:07:10 -0700568config S3C2443_SETUP_SPI
569 bool
570 help
571 Common setup code for SPI GPIO configurations
572
Heiko Stuebner46cdaba2012-03-07 01:53:17 -0800573endif # CPU_S3C2443 || CPU_S3C2416
574
575if CPU_S3C2443
576
Kukjin Kim84c028b2012-02-06 13:21:03 +0900577comment "S3C2443 Boards"
578
579config MACH_SMDK2443
580 bool "SMDK2443"
Heiko Stuebner28c569f2012-03-07 01:47:01 -0800581 select S3C24XX_SMDK
Kukjin Kim84c028b2012-02-06 13:21:03 +0900582 select S3C_DEV_HSMMC1
583 help
584 Say Y here if you are using an SMDK2443
585
586endif # CPU_S3C2443
587
Kukjin Kim85fd6d62012-02-06 09:38:19 +0900588endmenu # SAMSUNG S3C24XX SoCs Support
589
590endif # ARCH_S3C24XX