blob: f02495f5ca1f89fdf8312138da4314bad9b2203c [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
James Liaob9e65eb2016-01-28 16:58:57 +080018 select COMMON_CLK
Kukjin Kim09ec1d72013-01-31 16:54:38 -080019 help
20 Base platform code for any Samsung S3C24XX device
21
Heiko Stuebner4659c532014-05-09 05:49:14 +090022
Heiko Stuebner51cb1282014-05-09 05:48:57 +090023
Kukjin Kim85fd6d62012-02-06 09:38:19 +090024menu "SAMSUNG S3C24XX SoCs Support"
25
26comment "S3C24XX SoCs"
27
28config CPU_S3C2410
29 bool "SAMSUNG S3C2410"
30 default y
31 select CPU_ARM920T
Heiko Stuebner07ee5e72014-05-09 05:49:29 +090032 select S3C2410_COMMON_CLK
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
Kukjin Kim85fd6d62012-02-06 09:38:19 +090035 help
36 Support for S3C2410 and S3C2410A family from the S3C24XX line
37 of Samsung Mobile CPUs.
38
Kukjin Kim85e2a262012-02-06 10:02:01 +090039config CPU_S3C2412
40 bool "SAMSUNG S3C2412"
Kukjin Kim85e2a262012-02-06 10:02:01 +090041 select CPU_ARM926T
Heiko Stuebner3c27f312014-02-25 09:50:44 +090042 select S3C2412_COMMON_CLK
Arnd Bergmann4f506da2015-02-27 05:50:22 +090043 select S3C2412_PM if PM_SLEEP
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
Arnd Bergmann4f506da2015-02-27 05:50:22 +090050 select S3C2416_PM if PM_SLEEP
Heiko Stuebnerdfc0f502014-02-19 09:26:21 +090051 select S3C2443_COMMON_CLK
Kukjin Kim26febf82012-02-06 10:59:47 +090052 help
53 Support for the S3C2416 SoC from the S3C24XX line
54
Kukjin Kimdd6f01b2012-02-06 13:10:11 +090055config CPU_S3C2440
56 bool "SAMSUNG S3C2440"
57 select CPU_ARM920T
Heiko Stuebnera28d6182014-05-09 05:49:19 +090058 select S3C2410_COMMON_CLK
Arnd Bergmann4f506da2015-02-27 05:50:22 +090059 select S3C2410_PM if PM_SLEEP
Kukjin Kimdd6f01b2012-02-06 13:10:11 +090060 help
61 Support for S3C2440 Samsung Mobile CPU based systems.
62
63config CPU_S3C2442
64 bool "SAMSUNG S3C2442"
65 select CPU_ARM920T
Heiko Stuebnera28d6182014-05-09 05:49:19 +090066 select S3C2410_COMMON_CLK
Arnd Bergmann4f506da2015-02-27 05:50:22 +090067 select S3C2410_PM if PM_SLEEP
Kukjin Kimdd6f01b2012-02-06 13:10:11 +090068 help
69 Support for S3C2442 Samsung Mobile CPU based systems.
70
71config CPU_S3C244X
72 def_bool y
73 depends on CPU_S3C2440 || CPU_S3C2442
74
Kukjin Kim84c028b2012-02-06 13:21:03 +090075config CPU_S3C2443
76 bool "SAMSUNG S3C2443"
Kukjin Kim84c028b2012-02-06 13:21:03 +090077 select CPU_ARM920T
Heiko Stuebnerdfc0f502014-02-19 09:26:21 +090078 select S3C2443_COMMON_CLK
Kukjin Kim84c028b2012-02-06 13:21:03 +090079 help
80 Support for the S3C2443 SoC from the S3C24XX line
81
Heiko Stuebner28c569f2012-03-07 01:47:01 -080082# common code
83
84config S3C24XX_SMDK
85 bool
86 help
87 Common machine code for SMDK2410 and SMDK2440
88
Heiko Stuebner9072dc92012-03-07 01:47:05 -080089config S3C24XX_SIMTEC_AUDIO
90 bool
91 depends on (ARCH_BAST || MACH_VR1000 || MACH_OSIRIS || MACH_ANUBIS)
92 default y
93 help
94 Add audio devices for common Simtec S3C24XX boards
95
96config S3C24XX_SIMTEC_PM
97 bool
98 help
99 Common power management code for systems that are
100 compatible with the Simtec style of power management
101
Heiko Stuebnerec2cc752012-03-07 01:47:11 -0800102config S3C24XX_SIMTEC_USB
103 bool
104 help
105 USB management code for common Simtec S3C24XX boards
106
Heiko Stuebner2c5689a2012-03-07 01:47:15 -0800107config S3C24XX_SETUP_TS
108 bool
109 help
110 Compile in platform device definition for Samsung TouchScreen.
111
Kukjin Kim85fd6d62012-02-06 09:38:19 +0900112config S3C2410_PM
113 bool
114 help
115 Power Management code common to S3C2410 and better
116
Viresh Kumarf023f8d2013-04-04 12:54:15 +0000117config S3C24XX_PLL
118 bool "Support CPUfreq changing of PLL frequency (EXPERIMENTAL)"
Paul Bolle37155342013-07-14 14:02:19 +0200119 depends on ARM_S3C24XX_CPUFREQ
Viresh Kumarf023f8d2013-04-04 12:54:15 +0000120 help
121 Compile in support for changing the PLL frequency from the
122 S3C24XX series CPUfreq driver. The PLL takes time to settle
123 after a frequency change, so by default it is not enabled.
124
125 This also means that the PLL tables for the selected CPU(s) will
126 be built which may increase the size of the kernel image.
127
Kukjin Kima1bd8d82015-07-30 01:48:17 +0900128config S3C_SETUP_CAMIF
129 bool
130 help
131 Compile in common setup code for S3C CAMIF devices
132
Kukjin Kim09ec1d72013-01-31 16:54:38 -0800133# cpu frequency items common between s3c2410 and s3c2440/s3c2442
134
135config S3C2410_IOTIMING
136 bool
Viresh Kumarf023f8d2013-04-04 12:54:15 +0000137 depends on ARM_S3C24XX_CPUFREQ
Kukjin Kim09ec1d72013-01-31 16:54:38 -0800138 help
139 Internal node to select io timing code that is common to the s3c2410
140 and s3c2440/s3c2442 cpu frequency support.
141
142config S3C2410_CPUFREQ_UTILS
Viresh Kumarf023f8d2013-04-04 12:54:15 +0000143 bool
144 depends on ARM_S3C24XX_CPUFREQ
145 help
146 Internal node to select timing code that is common to the s3c2410
147 and s3c2440/s3c244 cpu frequency support.
Kukjin Kim09ec1d72013-01-31 16:54:38 -0800148
149# cpu frequency support common to s3c2412, s3c2413 and s3c2442
150
151config S3C2412_IOTIMING
152 bool
Viresh Kumarf023f8d2013-04-04 12:54:15 +0000153 depends on ARM_S3C24XX_CPUFREQ && (CPU_S3C2412 || CPU_S3C2443)
Kukjin Kim09ec1d72013-01-31 16:54:38 -0800154 help
155 Intel node to select io timing code that is common to the s3c2412
156 and the s3c2443.
157
Kukjin Kim7518dde2012-04-21 07:55:33 -0700158# cpu-specific sections
159
160if CPU_S3C2410
161
Kukjin Kim82c18712013-01-21 15:16:35 -0800162config S3C2410_PLL
163 bool
Viresh Kumarf023f8d2013-04-04 12:54:15 +0000164 depends on ARM_S3C2410_CPUFREQ && S3C24XX_PLL
Kukjin Kim82c18712013-01-21 15:16:35 -0800165 default y
166 help
167 Select the PLL table for the S3C2410
168
Heiko Stuebnerec2cc752012-03-07 01:47:11 -0800169config S3C24XX_SIMTEC_NOR
Kukjin Kim85fd6d62012-02-06 09:38:19 +0900170 bool
171 help
172 Internal node to specify machine has simtec NOR mapping
173
174config MACH_BAST_IDE
175 bool
176 select HAVE_PATA_PLATFORM
177 help
178 Internal node for machines with an BAST style IDE
179 interface
180
181comment "S3C2410 Boards"
182
183#
184# The "S3C2410 Boards" list is ordered alphabetically by option text.
185# (without ARCH_ or MACH_)
186#
187
188config MACH_AML_M5900
189 bool "AML M5900 Series"
Heiko Stuebner9072dc92012-03-07 01:47:05 -0800190 select S3C24XX_SIMTEC_PM if PM
Kukjin Kim85fd6d62012-02-06 09:38:19 +0900191 select S3C_DEV_USB_HOST
192 help
193 Say Y here if you are using the American Microsystems M5900 Series
194 <http://www.amltd.com>
195
196config ARCH_BAST
197 bool "Simtec Electronics BAST (EB2410ITX)"
Kukjin Kim85fd6d62012-02-06 09:38:19 +0900198 select ISA
Russell Kingb1b3f492012-10-06 17:12:25 +0100199 select MACH_BAST_IDE
Tomasz Figaefe32f62014-05-14 17:03:20 +0200200 select S3C2410_COMMON_DCLK
Viresh Kumarf023f8d2013-04-04 12:54:15 +0000201 select S3C2410_IOTIMING if ARM_S3C2410_CPUFREQ
Russell Kingb1b3f492012-10-06 17:12:25 +0100202 select S3C24XX_SIMTEC_NOR
203 select S3C24XX_SIMTEC_PM if PM
204 select S3C24XX_SIMTEC_USB
Kukjin Kim85fd6d62012-02-06 09:38:19 +0900205 select S3C_DEV_HWMON
Kukjin Kim85fd6d62012-02-06 09:38:19 +0900206 select S3C_DEV_NAND
Russell Kingb1b3f492012-10-06 17:12:25 +0100207 select S3C_DEV_USB_HOST
Kukjin Kim85fd6d62012-02-06 09:38:19 +0900208 help
209 Say Y here if you are using the Simtec Electronics EB2410ITX
210 development board (also known as BAST)
211
212config BAST_PC104_IRQ
213 bool "BAST PC104 IRQ support"
214 depends on ARCH_BAST
215 default y
216 help
217 Say Y here to enable the PC104 IRQ routing on the
218 Simtec BAST (EB2410ITX)
219
220config ARCH_H1940
221 bool "IPAQ H1940"
222 select PM_H1940 if PM
Heiko Stuebner2c5689a2012-03-07 01:47:15 -0800223 select S3C24XX_SETUP_TS
Russell Kingb1b3f492012-10-06 17:12:25 +0100224 select S3C_DEV_NAND
225 select S3C_DEV_USB_HOST
Kukjin Kim85fd6d62012-02-06 09:38:19 +0900226 help
227 Say Y here if you are using the HP IPAQ H1940
228
229config H1940BT
230 tristate "Control the state of H1940 bluetooth chip"
231 depends on ARCH_H1940
232 select RFKILL
233 help
234 This is a simple driver that is able to control
235 the state of built in bluetooth chip on h1940.
236
Kukjin Kim85fd6d62012-02-06 09:38:19 +0900237config MACH_N30
238 bool "Acer N30 family"
Kukjin Kim85fd6d62012-02-06 09:38:19 +0900239 select S3C_DEV_NAND
Russell Kingb1b3f492012-10-06 17:12:25 +0100240 select S3C_DEV_USB_HOST
Kukjin Kim85fd6d62012-02-06 09:38:19 +0900241 help
242 Say Y here if you want suppt for the Acer N30, Acer N35,
243 Navman PiN570, Yakumo AlphaX or Airis NC05 PDAs.
244
245config MACH_OTOM
246 bool "NexVision OTOM Board"
Kukjin Kim85fd6d62012-02-06 09:38:19 +0900247 select S3C_DEV_NAND
Russell Kingb1b3f492012-10-06 17:12:25 +0100248 select S3C_DEV_USB_HOST
Kukjin Kim85fd6d62012-02-06 09:38:19 +0900249 help
250 Say Y here if you are using the Nex Vision OTOM board
251
252config MACH_QT2410
253 bool "QT2410"
Kukjin Kim85fd6d62012-02-06 09:38:19 +0900254 select S3C_DEV_NAND
Russell Kingb1b3f492012-10-06 17:12:25 +0100255 select S3C_DEV_USB_HOST
Kukjin Kim85fd6d62012-02-06 09:38:19 +0900256 help
257 Say Y here if you are using the Armzone QT2410
258
259config ARCH_SMDK2410
260 bool "SMDK2410/A9M2410"
Heiko Stuebner28c569f2012-03-07 01:47:01 -0800261 select S3C24XX_SMDK
Alexander Shiyan1a4c2a12013-02-08 13:41:36 -0800262 select S3C_DEV_USB_HOST
Kukjin Kim85fd6d62012-02-06 09:38:19 +0900263 help
264 Say Y here if you are using the SMDK2410 or the derived module A9M2410
265 <http://www.fsforth.de>
266
267config MACH_TCT_HAMMER
268 bool "TCT Hammer Board"
269 select S3C_DEV_USB_HOST
270 help
271 Say Y here if you are using the TinCanTools Hammer Board
272 <http://www.tincantools.com>
273
274config MACH_VR1000
275 bool "Thorcom VR1000"
Russell Kingb1b3f492012-10-06 17:12:25 +0100276 select MACH_BAST_IDE
Tomasz Figaefe32f62014-05-14 17:03:20 +0200277 select S3C2410_COMMON_DCLK
Heiko Stuebnerec2cc752012-03-07 01:47:11 -0800278 select S3C24XX_SIMTEC_NOR
Russell Kingb1b3f492012-10-06 17:12:25 +0100279 select S3C24XX_SIMTEC_PM if PM
Heiko Stuebnerec2cc752012-03-07 01:47:11 -0800280 select S3C24XX_SIMTEC_USB
Russell Kingb1b3f492012-10-06 17:12:25 +0100281 select S3C_DEV_USB_HOST
Kukjin Kim85fd6d62012-02-06 09:38:19 +0900282 help
283 Say Y here if you are using the Thorcom VR1000 board.
284
285endif # CPU_S3C2410
286
Kukjin Kim85e2a262012-02-06 10:02:01 +0900287config S3C2412_PM_SLEEP
288 bool
289 help
290 Internal config node to apply sleep for S3C2412 power management.
291 Can be selected by another SoCs such as S3C2416 with similar
292 sleep procedure.
293
294if CPU_S3C2412
295
296config CPU_S3C2412_ONLY
297 bool
Alexander Shiyan1c137862013-04-04 10:03:53 +0900298 depends on !CPU_S3C2410 && !CPU_S3C2416 && !CPU_S3C2440 && \
Alexander Shiyana4e4d222013-04-04 10:04:00 +0900299 !CPU_S3C2442 && !CPU_S3C2443
Kukjin Kim85e2a262012-02-06 10:02:01 +0900300 default y
301
Kukjin Kim85e2a262012-02-06 10:02:01 +0900302config S3C2412_PM
303 bool
Heiko Stuebner7eae3542013-02-08 11:13:15 -0800304 select S3C2412_PM_SLEEP
Heiko Stuebner59295702013-02-12 10:09:10 -0800305 select SAMSUNG_WAKEMASK
Kukjin Kim85e2a262012-02-06 10:02:01 +0900306 help
307 Internal config node to apply S3C2412 power management
308
309comment "S3C2412 Boards"
310
311#
312# The "S3C2412 Boards" list is ordered alphabetically by option text.
313# (without ARCH_ or MACH_)
314#
315
316config MACH_JIVE
317 bool "Logitech Jive"
Kukjin Kim85e2a262012-02-06 10:02:01 +0900318 select S3C_DEV_NAND
Russell Kingb1b3f492012-10-06 17:12:25 +0100319 select S3C_DEV_USB_HOST
Kukjin Kim85e2a262012-02-06 10:02:01 +0900320 help
321 Say Y here if you are using the Logitech Jive.
322
323config MACH_JIVE_SHOW_BOOTLOADER
Kees Cook5ec9b062013-01-16 18:53:15 -0800324 bool "Allow access to bootloader partitions in MTD"
325 depends on MACH_JIVE
Kukjin Kim85e2a262012-02-06 10:02:01 +0900326
327config MACH_S3C2413
328 bool
329 help
330 Internal node for S3C2413 version of SMDK2413, so that
331 machine_is_s3c2413() will work when MACH_SMDK2413 is
332 selected
333
334config MACH_SMDK2412
335 bool "SMDK2412"
336 select MACH_SMDK2413
337 help
338 Say Y here if you are using an SMDK2412
339
340 Note, this shares support with SMDK2413, so will automatically
341 select MACH_SMDK2413.
342
343config MACH_SMDK2413
344 bool "SMDK2413"
345 select MACH_S3C2413
Heiko Stuebner28c569f2012-03-07 01:47:01 -0800346 select S3C24XX_SMDK
Kukjin Kim85e2a262012-02-06 10:02:01 +0900347 select S3C_DEV_NAND
Russell Kingb1b3f492012-10-06 17:12:25 +0100348 select S3C_DEV_USB_HOST
Kukjin Kim85e2a262012-02-06 10:02:01 +0900349 help
350 Say Y here if you are using an SMDK2413
351
352config MACH_VSTMS
353 bool "VMSTMS"
Kukjin Kim85e2a262012-02-06 10:02:01 +0900354 select S3C_DEV_NAND
Russell Kingb1b3f492012-10-06 17:12:25 +0100355 select S3C_DEV_USB_HOST
Kukjin Kim85e2a262012-02-06 10:02:01 +0900356 help
357 Say Y here if you are using an VSTMS board
358
359endif # CPU_S3C2412
360
Kukjin Kim26febf82012-02-06 10:59:47 +0900361if CPU_S3C2416
362
363config S3C2416_PM
364 bool
365 select S3C2412_PM_SLEEP
Arnd Bergmannea8d33a2015-02-27 05:50:22 +0900366 select SAMSUNG_WAKEMASK
Kukjin Kim26febf82012-02-06 10:59:47 +0900367 help
368 Internal config node to apply S3C2416 power management
369
370config S3C2416_SETUP_SDHCI
371 bool
372 select S3C2416_SETUP_SDHCI_GPIO
373 help
374 Internal helper functions for S3C2416 based SDHCI systems
375
376config S3C2416_SETUP_SDHCI_GPIO
377 bool
378 help
379 Common setup code for SDHCI gpio.
380
381comment "S3C2416 Boards"
382
383config MACH_SMDK2416
384 bool "SMDK2416"
Russell Kingb1b3f492012-10-06 17:12:25 +0100385 select S3C2416_SETUP_SDHCI
Heiko Stuebner28c569f2012-03-07 01:47:01 -0800386 select S3C24XX_SMDK
Kukjin Kim26febf82012-02-06 10:59:47 +0900387 select S3C_DEV_FB
388 select S3C_DEV_HSMMC
389 select S3C_DEV_HSMMC1
390 select S3C_DEV_NAND
391 select S3C_DEV_USB_HOST
Kukjin Kim26febf82012-02-06 10:59:47 +0900392 help
393 Say Y here if you are using an SMDK2416
394
Heiko Stuebner35aca362013-05-21 01:06:04 +0900395config MACH_S3C2416_DT
396 bool "Samsung S3C2416 machine using devicetree"
397 select CLKSRC_OF
398 select USE_OF
399 select PINCTRL
400 select PINCTRL_S3C24XX
401 help
402 Machine support for Samsung S3C2416 machines with device tree enabled.
403 Select this if a fdt blob is available for the S3C2416 SoC based board.
404 Note: This is under development and not all peripherals can be supported
405 with this machine file.
406
Kukjin Kim26febf82012-02-06 10:59:47 +0900407endif # CPU_S3C2416
408
Kukjin Kimdd6f01b2012-02-06 13:10:11 +0900409if CPU_S3C2440
410
Kukjin Kimacf2d412013-01-21 15:39:09 -0800411config S3C2440_XTAL_12000000
412 bool
413 help
414 Indicate that the build needs to support 12MHz system
415 crystal.
416
417config S3C2440_XTAL_16934400
418 bool
419 help
420 Indicate that the build needs to support 16.9344MHz system
421 crystal.
422
423config S3C2440_PLL_12000000
424 bool
Viresh Kumarf023f8d2013-04-04 12:54:15 +0000425 depends on ARM_S3C2440_CPUFREQ && S3C2440_XTAL_12000000
426 default y if S3C24XX_PLL
Kukjin Kimacf2d412013-01-21 15:39:09 -0800427 help
428 PLL tables for S3C2440 or S3C2442 CPUs with 12MHz crystals.
429
430config S3C2440_PLL_16934400
431 bool
Viresh Kumarf023f8d2013-04-04 12:54:15 +0000432 depends on ARM_S3C2440_CPUFREQ && S3C2440_XTAL_16934400
433 default y if S3C24XX_PLL
Kukjin Kimacf2d412013-01-21 15:39:09 -0800434 help
435 PLL tables for S3C2440 or S3C2442 CPUs with 16.934MHz crystals.
436
Kukjin Kimdd6f01b2012-02-06 13:10:11 +0900437comment "S3C2440 Boards"
438
439#
440# The "S3C2440 Boards" list is ordered alphabetically by option text.
441# (without ARCH_ or MACH_)
442#
443
444config MACH_ANUBIS
445 bool "Simtec Electronics ANUBIS"
Kukjin Kimdd6f01b2012-02-06 13:10:11 +0900446 select HAVE_PATA_PLATFORM
Tomasz Figaefe32f62014-05-14 17:03:20 +0200447 select S3C2410_COMMON_DCLK
Kukjin Kimdd6f01b2012-02-06 13:10:11 +0900448 select S3C2440_XTAL_12000000
Russell Kingb1b3f492012-10-06 17:12:25 +0100449 select S3C24XX_SIMTEC_PM if PM
Kukjin Kimdd6f01b2012-02-06 13:10:11 +0900450 select S3C_DEV_USB_HOST
451 help
452 Say Y here if you are using the Simtec Electronics ANUBIS
453 development system
454
455config MACH_AT2440EVB
456 bool "Avantech AT2440EVB development board"
Kukjin Kimdd6f01b2012-02-06 13:10:11 +0900457 select S3C_DEV_NAND
Russell Kingb1b3f492012-10-06 17:12:25 +0100458 select S3C_DEV_USB_HOST
Kukjin Kimdd6f01b2012-02-06 13:10:11 +0900459 help
460 Say Y here if you are using the AT2440EVB development board
461
462config MACH_MINI2440
463 bool "MINI2440 development board"
Arnd Bergmann37373f12014-02-12 21:22:13 +0100464 select EEPROM_AT24 if I2C
Kukjin Kimdd6f01b2012-02-06 13:10:11 +0900465 select LEDS_CLASS
Alexander Shiyan678a0992012-11-25 18:53:40 +0400466 select LEDS_TRIGGERS
Kukjin Kimdd6f01b2012-02-06 13:10:11 +0900467 select LEDS_TRIGGER_BACKLIGHT
Russell Kingb1b3f492012-10-06 17:12:25 +0100468 select NEW_LEDS
Kukjin Kimdd6f01b2012-02-06 13:10:11 +0900469 select S3C_DEV_NAND
470 select S3C_DEV_USB_HOST
Sylwester Nawrockie51d5482012-11-22 14:29:18 +0900471 select S3C_SETUP_CAMIF
Kukjin Kimdd6f01b2012-02-06 13:10:11 +0900472 help
473 Say Y here to select support for the MINI2440. Is a 10cm x 10cm board
474 available via various sources. It can come with a 3.5" or 7" touch LCD.
475
476config MACH_NEXCODER_2440
477 bool "NexVision NEXCODER 2440 Light Board"
478 select S3C2440_XTAL_12000000
Kukjin Kimdd6f01b2012-02-06 13:10:11 +0900479 select S3C_DEV_NAND
Russell Kingb1b3f492012-10-06 17:12:25 +0100480 select S3C_DEV_USB_HOST
Kukjin Kimdd6f01b2012-02-06 13:10:11 +0900481 help
482 Say Y here if you are using the Nex Vision NEXCODER 2440 Light Board
483
484config MACH_OSIRIS
485 bool "Simtec IM2440D20 (OSIRIS) module"
Tomasz Figaefe32f62014-05-14 17:03:20 +0200486 select S3C2410_COMMON_DCLK
Viresh Kumarf023f8d2013-04-04 12:54:15 +0000487 select S3C2410_IOTIMING if ARM_S3C2440_CPUFREQ
Russell Kingb1b3f492012-10-06 17:12:25 +0100488 select S3C2440_XTAL_12000000
Russell Kingb1b3f492012-10-06 17:12:25 +0100489 select S3C24XX_SIMTEC_PM if PM
Kukjin Kimdd6f01b2012-02-06 13:10:11 +0900490 select S3C_DEV_NAND
Russell Kingb1b3f492012-10-06 17:12:25 +0100491 select S3C_DEV_USB_HOST
Kukjin Kimdd6f01b2012-02-06 13:10:11 +0900492 help
493 Say Y here if you are using the Simtec IM2440D20 module, also
494 known as the Osiris.
495
496config MACH_OSIRIS_DVS
497 tristate "Simtec IM2440D20 (OSIRIS) Dynamic Voltage Scaling driver"
498 depends on MACH_OSIRIS
Arnd Bergmannf88309c2014-03-21 13:49:04 +0100499 depends on TPS65010
Kukjin Kimdd6f01b2012-02-06 13:10:11 +0900500 help
501 Say Y/M here if you want to have dynamic voltage scaling support
502 on the Simtec IM2440D20 (OSIRIS) module via the TPS65011.
503
504 The DVS driver alters the voltage supplied to the ARM core
505 depending on the frequency it is running at. The driver itself
506 does not do any of the frequency alteration, which is left up
507 to the cpufreq driver.
508
509config MACH_RX3715
510 bool "HP iPAQ rx3715"
Kukjin Kimdd6f01b2012-02-06 13:10:11 +0900511 select PM_H1940 if PM
Russell Kingb1b3f492012-10-06 17:12:25 +0100512 select S3C2440_XTAL_16934400
Kukjin Kimdd6f01b2012-02-06 13:10:11 +0900513 select S3C_DEV_NAND
514 help
515 Say Y here if you are using the HP iPAQ rx3715.
516
517config ARCH_S3C2440
518 bool "SMDK2440"
519 select S3C2440_XTAL_16934400
Heiko Stuebner28c569f2012-03-07 01:47:01 -0800520 select S3C24XX_SMDK
Kukjin Kimdd6f01b2012-02-06 13:10:11 +0900521 select S3C_DEV_NAND
Russell Kingb1b3f492012-10-06 17:12:25 +0100522 select S3C_DEV_USB_HOST
Kukjin Kimdd6f01b2012-02-06 13:10:11 +0900523 help
524 Say Y here if you are using the SMDK2440.
525
526config SMDK2440_CPU2440
527 bool "SMDK2440 with S3C2440 CPU module"
528 default y if ARCH_S3C2440
529 select S3C2440_XTAL_16934400
530
531endif # CPU_S3C2440
532
533if CPU_S3C2442
534
535comment "S3C2442 Boards"
536
537#
538# The "S3C2442 Boards" list is ordered alphabetically by option text.
539# (without ARCH_ or MACH_)
540#
541
542config MACH_NEO1973_GTA02
543 bool "Openmoko GTA02 / Freerunner phone"
Russell Kingb1b3f492012-10-06 17:12:25 +0100544 select I2C
Kukjin Kimdd6f01b2012-02-06 13:10:11 +0900545 select MFD_PCF50633
546 select PCF50633_GPIO
Kukjin Kimdd6f01b2012-02-06 13:10:11 +0900547 select POWER_SUPPLY
Arnd Bergmann35e79062012-08-04 07:52:19 +0000548 select S3C24XX_PWM
Kukjin Kimdd6f01b2012-02-06 13:10:11 +0900549 select S3C_DEV_USB_HOST
550 help
551 Say Y here if you are using the Openmoko GTA02 / Freerunner GSM Phone
552
553config MACH_RX1950
554 bool "HP iPAQ rx1950"
Kukjin Kimdd6f01b2012-02-06 13:10:11 +0900555 select I2C
Russell Kingb1b3f492012-10-06 17:12:25 +0100556 select PM_H1940 if PM
Tomasz Figaefe32f62014-05-14 17:03:20 +0200557 select S3C2410_COMMON_DCLK
Viresh Kumarf023f8d2013-04-04 12:54:15 +0000558 select S3C2410_IOTIMING if ARM_S3C2440_CPUFREQ
Kukjin Kimdd6f01b2012-02-06 13:10:11 +0900559 select S3C2440_XTAL_16934400
Russell Kingb1b3f492012-10-06 17:12:25 +0100560 select S3C24XX_PWM
561 select S3C_DEV_NAND
Kukjin Kimdd6f01b2012-02-06 13:10:11 +0900562 help
563 Say Y here if you're using HP iPAQ rx1950
564
Paul Bollebd338d02013-03-22 19:03:55 +0900565endif # CPU_S3C2442
Kukjin Kimdd6f01b2012-02-06 13:10:11 +0900566
Heiko Stuebner8c3d7c32012-03-03 07:49:12 +0900567if CPU_S3C2443 || CPU_S3C2416
568
Heiko Stuebnerf03eb25e2012-04-24 18:07:10 -0700569config S3C2443_SETUP_SPI
570 bool
571 help
572 Common setup code for SPI GPIO configurations
573
Heiko Stuebner46cdaba2012-03-07 01:53:17 -0800574endif # CPU_S3C2443 || CPU_S3C2416
575
576if CPU_S3C2443
577
Kukjin Kim84c028b2012-02-06 13:21:03 +0900578comment "S3C2443 Boards"
579
580config MACH_SMDK2443
581 bool "SMDK2443"
Heiko Stuebner28c569f2012-03-07 01:47:01 -0800582 select S3C24XX_SMDK
Kukjin Kim84c028b2012-02-06 13:21:03 +0900583 select S3C_DEV_HSMMC1
584 help
585 Say Y here if you are using an SMDK2443
586
587endif # CPU_S3C2443
588
Arnd Bergmanna11176e2015-02-27 05:50:25 +0900589config PM_H1940
590 bool
591 help
592 Internal node for H1940 and related PM
593
Kukjin Kim85fd6d62012-02-06 09:38:19 +0900594endmenu # SAMSUNG S3C24XX SoCs Support
595
596endif # ARCH_S3C24XX