blob: 5cc740c07457d816ef55fb593231c071a87d5ca6 [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
12menu "SAMSUNG S3C24XX SoCs Support"
13
14comment "S3C24XX SoCs"
15
16config CPU_S3C2410
17 bool "SAMSUNG S3C2410"
18 default y
19 select CPU_ARM920T
Kukjin Kim85fd6d62012-02-06 09:38:19 +090020 select CPU_LLSERIAL_S3C2410
Russell Kingb1b3f492012-10-06 17:12:25 +010021 select S3C2410_CLOCK
Kukjin Kim85fd6d62012-02-06 09:38:19 +090022 select S3C2410_CPUFREQ if CPU_FREQ_S3C24XX
Russell Kingb1b3f492012-10-06 17:12:25 +010023 select S3C2410_PM if PM
Kukjin Kim85fd6d62012-02-06 09:38:19 +090024 help
25 Support for S3C2410 and S3C2410A family from the S3C24XX line
26 of Samsung Mobile CPUs.
27
Kukjin Kim85e2a262012-02-06 10:02:01 +090028config CPU_S3C2412
29 bool "SAMSUNG S3C2412"
30 depends on ARCH_S3C24XX
31 select CPU_ARM926T
32 select CPU_LLSERIAL_S3C2440
Kukjin Kim85e2a262012-02-06 10:02:01 +090033 select S3C2412_DMA if S3C24XX_DMA
Russell Kingb1b3f492012-10-06 17:12:25 +010034 select S3C2412_PM if PM
Kukjin Kim85e2a262012-02-06 10:02:01 +090035 help
36 Support for the S3C2412 and S3C2413 SoCs from the S3C24XX line
37
Kukjin Kim26febf82012-02-06 10:59:47 +090038config CPU_S3C2416
39 bool "SAMSUNG S3C2416/S3C2450"
40 depends on ARCH_S3C24XX
41 select CPU_ARM926T
42 select CPU_LLSERIAL_S3C2440
Russell Kingb1b3f492012-10-06 17:12:25 +010043 select S3C2416_PM if PM
Heiko Stuebner8c3d7c32012-03-03 07:49:12 +090044 select S3C2443_COMMON
Heiko Stuebner46cdaba2012-03-07 01:53:17 -080045 select S3C2443_DMA if S3C24XX_DMA
Russell Kingb1b3f492012-10-06 17:12:25 +010046 select SAMSUNG_CLKSRC
Kukjin Kim26febf82012-02-06 10:59:47 +090047 help
48 Support for the S3C2416 SoC from the S3C24XX line
49
Kukjin Kimdd6f01b2012-02-06 13:10:11 +090050config CPU_S3C2440
51 bool "SAMSUNG S3C2440"
52 select CPU_ARM920T
53 select CPU_LLSERIAL_S3C2440
54 select S3C2410_CLOCK
55 select S3C2410_PM if PM
56 select S3C2440_DMA if S3C24XX_DMA
57 help
58 Support for S3C2440 Samsung Mobile CPU based systems.
59
60config CPU_S3C2442
61 bool "SAMSUNG S3C2442"
62 select CPU_ARM920T
63 select CPU_LLSERIAL_S3C2440
64 select S3C2410_CLOCK
65 select S3C2410_PM if PM
66 help
67 Support for S3C2442 Samsung Mobile CPU based systems.
68
69config CPU_S3C244X
70 def_bool y
71 depends on CPU_S3C2440 || CPU_S3C2442
72
Kukjin Kim84c028b2012-02-06 13:21:03 +090073config CPU_S3C2443
74 bool "SAMSUNG S3C2443"
75 depends on ARCH_S3C24XX
76 select CPU_ARM920T
77 select CPU_LLSERIAL_S3C2440
Heiko Stuebner8c3d7c32012-03-03 07:49:12 +090078 select S3C2443_COMMON
Kukjin Kim84c028b2012-02-06 13:21:03 +090079 select S3C2443_DMA if S3C24XX_DMA
Russell Kingb1b3f492012-10-06 17:12:25 +010080 select SAMSUNG_CLKSRC
Kukjin Kim84c028b2012-02-06 13:21:03 +090081 help
82 Support for the S3C2443 SoC from the S3C24XX line
83
Heiko Stuebner28c569f2012-03-07 01:47:01 -080084# common code
85
86config S3C24XX_SMDK
87 bool
88 help
89 Common machine code for SMDK2410 and SMDK2440
90
Heiko Stuebner9072dc92012-03-07 01:47:05 -080091config S3C24XX_SIMTEC_AUDIO
92 bool
93 depends on (ARCH_BAST || MACH_VR1000 || MACH_OSIRIS || MACH_ANUBIS)
94 default y
95 help
96 Add audio devices for common Simtec S3C24XX boards
97
98config S3C24XX_SIMTEC_PM
99 bool
100 help
101 Common power management code for systems that are
102 compatible with the Simtec style of power management
103
Heiko Stuebnerec2cc752012-03-07 01:47:11 -0800104config S3C24XX_SIMTEC_USB
105 bool
106 help
107 USB management code for common Simtec S3C24XX boards
108
Heiko Stuebner2c5689a2012-03-07 01:47:15 -0800109config S3C24XX_SETUP_TS
110 bool
111 help
112 Compile in platform device definition for Samsung TouchScreen.
113
Kukjin Kim85fd6d62012-02-06 09:38:19 +0900114config S3C2410_DMA
115 bool
Kukjin Kimdd6f01b2012-02-06 13:10:11 +0900116 depends on S3C24XX_DMA && (CPU_S3C2410 || CPU_S3C2442)
117 default y if CPU_S3C2410 || CPU_S3C2442
Kukjin Kim85fd6d62012-02-06 09:38:19 +0900118 help
119 DMA device selection for S3C2410 and compatible CPUs
120
121config S3C2410_PM
122 bool
123 help
124 Power Management code common to S3C2410 and better
125
Kukjin Kim7518dde2012-04-21 07:55:33 -0700126# cpu-specific sections
127
128if CPU_S3C2410
129
Kukjin Kim98713e42013-01-21 14:51:08 -0800130config S3C2410_CPUFREQ
131 bool
132 depends on CPU_FREQ_S3C24XX && CPU_S3C2410
133 select S3C2410_CPUFREQ_UTILS
134 help
135 CPU Frequency scaling support for S3C2410
136
Kukjin Kim82c18712013-01-21 15:16:35 -0800137config S3C2410_PLL
138 bool
139 depends on S3C2410_CPUFREQ && CPU_FREQ_S3C24XX_PLL
140 default y
141 help
142 Select the PLL table for the S3C2410
143
Heiko Stuebnerec2cc752012-03-07 01:47:11 -0800144config S3C24XX_SIMTEC_NOR
Kukjin Kim85fd6d62012-02-06 09:38:19 +0900145 bool
146 help
147 Internal node to specify machine has simtec NOR mapping
148
149config MACH_BAST_IDE
150 bool
151 select HAVE_PATA_PLATFORM
152 help
153 Internal node for machines with an BAST style IDE
154 interface
155
156comment "S3C2410 Boards"
157
158#
159# The "S3C2410 Boards" list is ordered alphabetically by option text.
160# (without ARCH_ or MACH_)
161#
162
163config MACH_AML_M5900
164 bool "AML M5900 Series"
Heiko Stuebner9072dc92012-03-07 01:47:05 -0800165 select S3C24XX_SIMTEC_PM if PM
Kukjin Kim85fd6d62012-02-06 09:38:19 +0900166 select S3C_DEV_USB_HOST
167 help
168 Say Y here if you are using the American Microsystems M5900 Series
169 <http://www.amltd.com>
170
171config ARCH_BAST
172 bool "Simtec Electronics BAST (EB2410ITX)"
Kukjin Kim85fd6d62012-02-06 09:38:19 +0900173 select ISA
Russell Kingb1b3f492012-10-06 17:12:25 +0100174 select MACH_BAST_IDE
175 select S3C2410_IOTIMING if S3C2410_CPUFREQ
176 select S3C24XX_DCLK
177 select S3C24XX_SIMTEC_NOR
178 select S3C24XX_SIMTEC_PM if PM
179 select S3C24XX_SIMTEC_USB
Kukjin Kim85fd6d62012-02-06 09:38:19 +0900180 select S3C_DEV_HWMON
Kukjin Kim85fd6d62012-02-06 09:38:19 +0900181 select S3C_DEV_NAND
Russell Kingb1b3f492012-10-06 17:12:25 +0100182 select S3C_DEV_USB_HOST
Kukjin Kim85fd6d62012-02-06 09:38:19 +0900183 help
184 Say Y here if you are using the Simtec Electronics EB2410ITX
185 development board (also known as BAST)
186
187config BAST_PC104_IRQ
188 bool "BAST PC104 IRQ support"
189 depends on ARCH_BAST
190 default y
191 help
192 Say Y here to enable the PC104 IRQ routing on the
193 Simtec BAST (EB2410ITX)
194
195config ARCH_H1940
196 bool "IPAQ H1940"
197 select PM_H1940 if PM
Heiko Stuebner2c5689a2012-03-07 01:47:15 -0800198 select S3C24XX_SETUP_TS
Russell Kingb1b3f492012-10-06 17:12:25 +0100199 select S3C_DEV_NAND
200 select S3C_DEV_USB_HOST
Kukjin Kim85fd6d62012-02-06 09:38:19 +0900201 help
202 Say Y here if you are using the HP IPAQ H1940
203
204config H1940BT
205 tristate "Control the state of H1940 bluetooth chip"
206 depends on ARCH_H1940
207 select RFKILL
208 help
209 This is a simple driver that is able to control
210 the state of built in bluetooth chip on h1940.
211
212config PM_H1940
213 bool
214 help
215 Internal node for H1940 and related PM
216
217config MACH_N30
218 bool "Acer N30 family"
219 select MACH_N35
Kukjin Kim85fd6d62012-02-06 09:38:19 +0900220 select S3C_DEV_NAND
Russell Kingb1b3f492012-10-06 17:12:25 +0100221 select S3C_DEV_USB_HOST
Kukjin Kim85fd6d62012-02-06 09:38:19 +0900222 help
223 Say Y here if you want suppt for the Acer N30, Acer N35,
224 Navman PiN570, Yakumo AlphaX or Airis NC05 PDAs.
225
226config MACH_OTOM
227 bool "NexVision OTOM Board"
Kukjin Kim85fd6d62012-02-06 09:38:19 +0900228 select S3C_DEV_NAND
Russell Kingb1b3f492012-10-06 17:12:25 +0100229 select S3C_DEV_USB_HOST
Kukjin Kim85fd6d62012-02-06 09:38:19 +0900230 help
231 Say Y here if you are using the Nex Vision OTOM board
232
233config MACH_QT2410
234 bool "QT2410"
Kukjin Kim85fd6d62012-02-06 09:38:19 +0900235 select S3C_DEV_NAND
Russell Kingb1b3f492012-10-06 17:12:25 +0100236 select S3C_DEV_USB_HOST
Kukjin Kim85fd6d62012-02-06 09:38:19 +0900237 help
238 Say Y here if you are using the Armzone QT2410
239
240config ARCH_SMDK2410
241 bool "SMDK2410/A9M2410"
Heiko Stuebner28c569f2012-03-07 01:47:01 -0800242 select S3C24XX_SMDK
Kukjin Kim85fd6d62012-02-06 09:38:19 +0900243 help
244 Say Y here if you are using the SMDK2410 or the derived module A9M2410
245 <http://www.fsforth.de>
246
247config MACH_TCT_HAMMER
248 bool "TCT Hammer Board"
249 select S3C_DEV_USB_HOST
250 help
251 Say Y here if you are using the TinCanTools Hammer Board
252 <http://www.tincantools.com>
253
254config MACH_VR1000
255 bool "Thorcom VR1000"
Russell Kingb1b3f492012-10-06 17:12:25 +0100256 select MACH_BAST_IDE
Kukjin Kim85fd6d62012-02-06 09:38:19 +0900257 select S3C24XX_DCLK
Heiko Stuebnerec2cc752012-03-07 01:47:11 -0800258 select S3C24XX_SIMTEC_NOR
Russell Kingb1b3f492012-10-06 17:12:25 +0100259 select S3C24XX_SIMTEC_PM if PM
Heiko Stuebnerec2cc752012-03-07 01:47:11 -0800260 select S3C24XX_SIMTEC_USB
Russell Kingb1b3f492012-10-06 17:12:25 +0100261 select S3C_DEV_USB_HOST
Kukjin Kim85fd6d62012-02-06 09:38:19 +0900262 help
263 Say Y here if you are using the Thorcom VR1000 board.
264
265endif # CPU_S3C2410
266
Kukjin Kim85e2a262012-02-06 10:02:01 +0900267config S3C2412_PM_SLEEP
268 bool
269 help
270 Internal config node to apply sleep for S3C2412 power management.
271 Can be selected by another SoCs such as S3C2416 with similar
272 sleep procedure.
273
274if CPU_S3C2412
275
276config CPU_S3C2412_ONLY
277 bool
278 depends on ARCH_S3C24XX && !CPU_S3C2410 && \
279 !CPU_S3C2416 && !CPU_S3C2440 && !CPU_S3C2442 && \
280 !CPU_S3C2443 && CPU_S3C2412
281 default y
282
283config S3C2412_DMA
284 bool
285 help
286 Internal config node for S3C2412 DMA support
287
288config S3C2412_PM
289 bool
290 help
291 Internal config node to apply S3C2412 power management
292
293comment "S3C2412 Boards"
294
295#
296# The "S3C2412 Boards" list is ordered alphabetically by option text.
297# (without ARCH_ or MACH_)
298#
299
300config MACH_JIVE
301 bool "Logitech Jive"
Kukjin Kim85e2a262012-02-06 10:02:01 +0900302 select S3C_DEV_NAND
Russell Kingb1b3f492012-10-06 17:12:25 +0100303 select S3C_DEV_USB_HOST
Kukjin Kim85e2a262012-02-06 10:02:01 +0900304 help
305 Say Y here if you are using the Logitech Jive.
306
307config MACH_JIVE_SHOW_BOOTLOADER
308 bool "Allow access to bootloader partitions in MTD (EXPERIMENTAL)"
309 depends on MACH_JIVE && EXPERIMENTAL
310
311config MACH_S3C2413
312 bool
313 help
314 Internal node for S3C2413 version of SMDK2413, so that
315 machine_is_s3c2413() will work when MACH_SMDK2413 is
316 selected
317
318config MACH_SMDK2412
319 bool "SMDK2412"
320 select MACH_SMDK2413
321 help
322 Say Y here if you are using an SMDK2412
323
324 Note, this shares support with SMDK2413, so will automatically
325 select MACH_SMDK2413.
326
327config MACH_SMDK2413
328 bool "SMDK2413"
329 select MACH_S3C2413
Heiko Stuebner28c569f2012-03-07 01:47:01 -0800330 select S3C24XX_SMDK
Kukjin Kim85e2a262012-02-06 10:02:01 +0900331 select S3C_DEV_NAND
Russell Kingb1b3f492012-10-06 17:12:25 +0100332 select S3C_DEV_USB_HOST
Kukjin Kim85e2a262012-02-06 10:02:01 +0900333 help
334 Say Y here if you are using an SMDK2413
335
336config MACH_VSTMS
337 bool "VMSTMS"
Kukjin Kim85e2a262012-02-06 10:02:01 +0900338 select S3C_DEV_NAND
Russell Kingb1b3f492012-10-06 17:12:25 +0100339 select S3C_DEV_USB_HOST
Kukjin Kim85e2a262012-02-06 10:02:01 +0900340 help
341 Say Y here if you are using an VSTMS board
342
343endif # CPU_S3C2412
344
Kukjin Kim26febf82012-02-06 10:59:47 +0900345if CPU_S3C2416
346
347config S3C2416_PM
348 bool
349 select S3C2412_PM_SLEEP
350 help
351 Internal config node to apply S3C2416 power management
352
353config S3C2416_SETUP_SDHCI
354 bool
355 select S3C2416_SETUP_SDHCI_GPIO
356 help
357 Internal helper functions for S3C2416 based SDHCI systems
358
359config S3C2416_SETUP_SDHCI_GPIO
360 bool
361 help
362 Common setup code for SDHCI gpio.
363
364comment "S3C2416 Boards"
365
366config MACH_SMDK2416
367 bool "SMDK2416"
Russell Kingb1b3f492012-10-06 17:12:25 +0100368 select S3C2416_SETUP_SDHCI
Heiko Stuebner28c569f2012-03-07 01:47:01 -0800369 select S3C24XX_SMDK
Kukjin Kim26febf82012-02-06 10:59:47 +0900370 select S3C_DEV_FB
371 select S3C_DEV_HSMMC
372 select S3C_DEV_HSMMC1
373 select S3C_DEV_NAND
374 select S3C_DEV_USB_HOST
Kukjin Kim26febf82012-02-06 10:59:47 +0900375 help
376 Say Y here if you are using an SMDK2416
377
378endif # CPU_S3C2416
379
Kukjin Kimdd6f01b2012-02-06 13:10:11 +0900380if CPU_S3C2440
381
382config S3C2440_DMA
383 bool
384 help
385 Support for S3C2440 specific DMA code5A
386
387comment "S3C2440 Boards"
388
389#
390# The "S3C2440 Boards" list is ordered alphabetically by option text.
391# (without ARCH_ or MACH_)
392#
393
394config MACH_ANUBIS
395 bool "Simtec Electronics ANUBIS"
Kukjin Kimdd6f01b2012-02-06 13:10:11 +0900396 select HAVE_PATA_PLATFORM
Kukjin Kimdd6f01b2012-02-06 13:10:11 +0900397 select S3C2440_XTAL_12000000
Russell Kingb1b3f492012-10-06 17:12:25 +0100398 select S3C24XX_DCLK
399 select S3C24XX_GPIO_EXTRA64
400 select S3C24XX_SIMTEC_PM if PM
Kukjin Kimdd6f01b2012-02-06 13:10:11 +0900401 select S3C_DEV_USB_HOST
402 help
403 Say Y here if you are using the Simtec Electronics ANUBIS
404 development system
405
406config MACH_AT2440EVB
407 bool "Avantech AT2440EVB development board"
Kukjin Kimdd6f01b2012-02-06 13:10:11 +0900408 select S3C_DEV_NAND
Russell Kingb1b3f492012-10-06 17:12:25 +0100409 select S3C_DEV_USB_HOST
Kukjin Kimdd6f01b2012-02-06 13:10:11 +0900410 help
411 Say Y here if you are using the AT2440EVB development board
412
413config MACH_MINI2440
414 bool "MINI2440 development board"
415 select EEPROM_AT24
Kukjin Kimdd6f01b2012-02-06 13:10:11 +0900416 select LEDS_CLASS
Alexander Shiyan678a0992012-11-25 18:53:40 +0400417 select LEDS_TRIGGERS
Kukjin Kimdd6f01b2012-02-06 13:10:11 +0900418 select LEDS_TRIGGER_BACKLIGHT
Russell Kingb1b3f492012-10-06 17:12:25 +0100419 select NEW_LEDS
Kukjin Kimdd6f01b2012-02-06 13:10:11 +0900420 select S3C_DEV_NAND
421 select S3C_DEV_USB_HOST
Sylwester Nawrockie51d5482012-11-22 14:29:18 +0900422 select S3C_SETUP_CAMIF
Kukjin Kimdd6f01b2012-02-06 13:10:11 +0900423 help
424 Say Y here to select support for the MINI2440. Is a 10cm x 10cm board
425 available via various sources. It can come with a 3.5" or 7" touch LCD.
426
427config MACH_NEXCODER_2440
428 bool "NexVision NEXCODER 2440 Light Board"
429 select S3C2440_XTAL_12000000
Kukjin Kimdd6f01b2012-02-06 13:10:11 +0900430 select S3C_DEV_NAND
Russell Kingb1b3f492012-10-06 17:12:25 +0100431 select S3C_DEV_USB_HOST
Kukjin Kimdd6f01b2012-02-06 13:10:11 +0900432 help
433 Say Y here if you are using the Nex Vision NEXCODER 2440 Light Board
434
435config MACH_OSIRIS
436 bool "Simtec IM2440D20 (OSIRIS) module"
Kukjin Kimdd6f01b2012-02-06 13:10:11 +0900437 select S3C2410_IOTIMING if S3C2440_CPUFREQ
Russell Kingb1b3f492012-10-06 17:12:25 +0100438 select S3C2440_XTAL_12000000
439 select S3C24XX_DCLK
440 select S3C24XX_GPIO_EXTRA128
441 select S3C24XX_SIMTEC_PM if PM
Kukjin Kimdd6f01b2012-02-06 13:10:11 +0900442 select S3C_DEV_NAND
Russell Kingb1b3f492012-10-06 17:12:25 +0100443 select S3C_DEV_USB_HOST
Kukjin Kimdd6f01b2012-02-06 13:10:11 +0900444 help
445 Say Y here if you are using the Simtec IM2440D20 module, also
446 known as the Osiris.
447
448config MACH_OSIRIS_DVS
449 tristate "Simtec IM2440D20 (OSIRIS) Dynamic Voltage Scaling driver"
450 depends on MACH_OSIRIS
451 select TPS65010
452 help
453 Say Y/M here if you want to have dynamic voltage scaling support
454 on the Simtec IM2440D20 (OSIRIS) module via the TPS65011.
455
456 The DVS driver alters the voltage supplied to the ARM core
457 depending on the frequency it is running at. The driver itself
458 does not do any of the frequency alteration, which is left up
459 to the cpufreq driver.
460
461config MACH_RX3715
462 bool "HP iPAQ rx3715"
Kukjin Kimdd6f01b2012-02-06 13:10:11 +0900463 select PM_H1940 if PM
Russell Kingb1b3f492012-10-06 17:12:25 +0100464 select S3C2440_XTAL_16934400
Kukjin Kimdd6f01b2012-02-06 13:10:11 +0900465 select S3C_DEV_NAND
466 help
467 Say Y here if you are using the HP iPAQ rx3715.
468
469config ARCH_S3C2440
470 bool "SMDK2440"
471 select S3C2440_XTAL_16934400
Heiko Stuebner28c569f2012-03-07 01:47:01 -0800472 select S3C24XX_SMDK
Kukjin Kimdd6f01b2012-02-06 13:10:11 +0900473 select S3C_DEV_NAND
Russell Kingb1b3f492012-10-06 17:12:25 +0100474 select S3C_DEV_USB_HOST
Kukjin Kimdd6f01b2012-02-06 13:10:11 +0900475 help
476 Say Y here if you are using the SMDK2440.
477
478config SMDK2440_CPU2440
479 bool "SMDK2440 with S3C2440 CPU module"
480 default y if ARCH_S3C2440
481 select S3C2440_XTAL_16934400
482
483endif # CPU_S3C2440
484
485if CPU_S3C2442
486
487comment "S3C2442 Boards"
488
489#
490# The "S3C2442 Boards" list is ordered alphabetically by option text.
491# (without ARCH_ or MACH_)
492#
493
494config MACH_NEO1973_GTA02
495 bool "Openmoko GTA02 / Freerunner phone"
Russell Kingb1b3f492012-10-06 17:12:25 +0100496 select I2C
497 select MACH_NEO1973
Kukjin Kimdd6f01b2012-02-06 13:10:11 +0900498 select MFD_PCF50633
499 select PCF50633_GPIO
Kukjin Kimdd6f01b2012-02-06 13:10:11 +0900500 select POWER_SUPPLY
Arnd Bergmann35e79062012-08-04 07:52:19 +0000501 select S3C24XX_PWM
Kukjin Kimdd6f01b2012-02-06 13:10:11 +0900502 select S3C_DEV_USB_HOST
503 help
504 Say Y here if you are using the Openmoko GTA02 / Freerunner GSM Phone
505
506config MACH_RX1950
507 bool "HP iPAQ rx1950"
Kukjin Kimdd6f01b2012-02-06 13:10:11 +0900508 select I2C
Russell Kingb1b3f492012-10-06 17:12:25 +0100509 select PM_H1940 if PM
Kukjin Kimdd6f01b2012-02-06 13:10:11 +0900510 select S3C2410_IOTIMING if S3C2440_CPUFREQ
511 select S3C2440_XTAL_16934400
Russell Kingb1b3f492012-10-06 17:12:25 +0100512 select S3C24XX_DCLK
513 select S3C24XX_PWM
514 select S3C_DEV_NAND
Kukjin Kimdd6f01b2012-02-06 13:10:11 +0900515 help
516 Say Y here if you're using HP iPAQ rx1950
517
518config SMDK2440_CPU2442
519 bool "SMDM2440 with S3C2442 CPU module"
520
521endif # CPU_S3C2440
522
Heiko Stuebner8c3d7c32012-03-03 07:49:12 +0900523if CPU_S3C2443 || CPU_S3C2416
524
525config S3C2443_COMMON
526 bool
527 help
528 Common code for the S3C2443 and similar processors, which includes
529 the S3C2416 and S3C2450.
530
Kukjin Kim84c028b2012-02-06 13:21:03 +0900531config S3C2443_DMA
532 bool
533 help
534 Internal config node for S3C2443 DMA support
535
Heiko Stuebnerf03eb252012-04-24 18:07:10 -0700536config S3C2443_SETUP_SPI
537 bool
538 help
539 Common setup code for SPI GPIO configurations
540
Heiko Stuebner46cdaba2012-03-07 01:53:17 -0800541endif # CPU_S3C2443 || CPU_S3C2416
542
543if CPU_S3C2443
544
Kukjin Kim84c028b2012-02-06 13:21:03 +0900545comment "S3C2443 Boards"
546
547config MACH_SMDK2443
548 bool "SMDK2443"
Heiko Stuebner28c569f2012-03-07 01:47:01 -0800549 select S3C24XX_SMDK
Kukjin Kim84c028b2012-02-06 13:21:03 +0900550 select S3C_DEV_HSMMC1
551 help
552 Say Y here if you are using an SMDK2443
553
554endif # CPU_S3C2443
555
Kukjin Kim85fd6d62012-02-06 09:38:19 +0900556endmenu # SAMSUNG S3C24XX SoCs Support
557
558endif # ARCH_S3C24XX