blob: 04921b91da0d700bd90574f482760c278ea481c4 [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
Heiko Stuebnerec2cc752012-03-07 01:47:11 -0800137config S3C24XX_SIMTEC_NOR
Kukjin Kim85fd6d62012-02-06 09:38:19 +0900138 bool
139 help
140 Internal node to specify machine has simtec NOR mapping
141
142config MACH_BAST_IDE
143 bool
144 select HAVE_PATA_PLATFORM
145 help
146 Internal node for machines with an BAST style IDE
147 interface
148
149comment "S3C2410 Boards"
150
151#
152# The "S3C2410 Boards" list is ordered alphabetically by option text.
153# (without ARCH_ or MACH_)
154#
155
156config MACH_AML_M5900
157 bool "AML M5900 Series"
Heiko Stuebner9072dc92012-03-07 01:47:05 -0800158 select S3C24XX_SIMTEC_PM if PM
Kukjin Kim85fd6d62012-02-06 09:38:19 +0900159 select S3C_DEV_USB_HOST
160 help
161 Say Y here if you are using the American Microsystems M5900 Series
162 <http://www.amltd.com>
163
164config ARCH_BAST
165 bool "Simtec Electronics BAST (EB2410ITX)"
Kukjin Kim85fd6d62012-02-06 09:38:19 +0900166 select ISA
Russell Kingb1b3f492012-10-06 17:12:25 +0100167 select MACH_BAST_IDE
168 select S3C2410_IOTIMING if S3C2410_CPUFREQ
169 select S3C24XX_DCLK
170 select S3C24XX_SIMTEC_NOR
171 select S3C24XX_SIMTEC_PM if PM
172 select S3C24XX_SIMTEC_USB
Kukjin Kim85fd6d62012-02-06 09:38:19 +0900173 select S3C_DEV_HWMON
Kukjin Kim85fd6d62012-02-06 09:38:19 +0900174 select S3C_DEV_NAND
Russell Kingb1b3f492012-10-06 17:12:25 +0100175 select S3C_DEV_USB_HOST
Kukjin Kim85fd6d62012-02-06 09:38:19 +0900176 help
177 Say Y here if you are using the Simtec Electronics EB2410ITX
178 development board (also known as BAST)
179
180config BAST_PC104_IRQ
181 bool "BAST PC104 IRQ support"
182 depends on ARCH_BAST
183 default y
184 help
185 Say Y here to enable the PC104 IRQ routing on the
186 Simtec BAST (EB2410ITX)
187
188config ARCH_H1940
189 bool "IPAQ H1940"
190 select PM_H1940 if PM
Heiko Stuebner2c5689a2012-03-07 01:47:15 -0800191 select S3C24XX_SETUP_TS
Russell Kingb1b3f492012-10-06 17:12:25 +0100192 select S3C_DEV_NAND
193 select S3C_DEV_USB_HOST
Kukjin Kim85fd6d62012-02-06 09:38:19 +0900194 help
195 Say Y here if you are using the HP IPAQ H1940
196
197config H1940BT
198 tristate "Control the state of H1940 bluetooth chip"
199 depends on ARCH_H1940
200 select RFKILL
201 help
202 This is a simple driver that is able to control
203 the state of built in bluetooth chip on h1940.
204
205config PM_H1940
206 bool
207 help
208 Internal node for H1940 and related PM
209
210config MACH_N30
211 bool "Acer N30 family"
212 select MACH_N35
Kukjin Kim85fd6d62012-02-06 09:38:19 +0900213 select S3C_DEV_NAND
Russell Kingb1b3f492012-10-06 17:12:25 +0100214 select S3C_DEV_USB_HOST
Kukjin Kim85fd6d62012-02-06 09:38:19 +0900215 help
216 Say Y here if you want suppt for the Acer N30, Acer N35,
217 Navman PiN570, Yakumo AlphaX or Airis NC05 PDAs.
218
219config MACH_OTOM
220 bool "NexVision OTOM Board"
Kukjin Kim85fd6d62012-02-06 09:38:19 +0900221 select S3C_DEV_NAND
Russell Kingb1b3f492012-10-06 17:12:25 +0100222 select S3C_DEV_USB_HOST
Kukjin Kim85fd6d62012-02-06 09:38:19 +0900223 help
224 Say Y here if you are using the Nex Vision OTOM board
225
226config MACH_QT2410
227 bool "QT2410"
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 Armzone QT2410
232
233config ARCH_SMDK2410
234 bool "SMDK2410/A9M2410"
Heiko Stuebner28c569f2012-03-07 01:47:01 -0800235 select S3C24XX_SMDK
Kukjin Kim85fd6d62012-02-06 09:38:19 +0900236 help
237 Say Y here if you are using the SMDK2410 or the derived module A9M2410
238 <http://www.fsforth.de>
239
240config MACH_TCT_HAMMER
241 bool "TCT Hammer Board"
242 select S3C_DEV_USB_HOST
243 help
244 Say Y here if you are using the TinCanTools Hammer Board
245 <http://www.tincantools.com>
246
247config MACH_VR1000
248 bool "Thorcom VR1000"
Russell Kingb1b3f492012-10-06 17:12:25 +0100249 select MACH_BAST_IDE
Kukjin Kim85fd6d62012-02-06 09:38:19 +0900250 select S3C24XX_DCLK
Heiko Stuebnerec2cc752012-03-07 01:47:11 -0800251 select S3C24XX_SIMTEC_NOR
Russell Kingb1b3f492012-10-06 17:12:25 +0100252 select S3C24XX_SIMTEC_PM if PM
Heiko Stuebnerec2cc752012-03-07 01:47:11 -0800253 select S3C24XX_SIMTEC_USB
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 Thorcom VR1000 board.
257
258endif # CPU_S3C2410
259
Kukjin Kim85e2a262012-02-06 10:02:01 +0900260config S3C2412_PM_SLEEP
261 bool
262 help
263 Internal config node to apply sleep for S3C2412 power management.
264 Can be selected by another SoCs such as S3C2416 with similar
265 sleep procedure.
266
267if CPU_S3C2412
268
269config CPU_S3C2412_ONLY
270 bool
271 depends on ARCH_S3C24XX && !CPU_S3C2410 && \
272 !CPU_S3C2416 && !CPU_S3C2440 && !CPU_S3C2442 && \
273 !CPU_S3C2443 && CPU_S3C2412
274 default y
275
276config S3C2412_DMA
277 bool
278 help
279 Internal config node for S3C2412 DMA support
280
281config S3C2412_PM
282 bool
283 help
284 Internal config node to apply S3C2412 power management
285
286comment "S3C2412 Boards"
287
288#
289# The "S3C2412 Boards" list is ordered alphabetically by option text.
290# (without ARCH_ or MACH_)
291#
292
293config MACH_JIVE
294 bool "Logitech Jive"
Kukjin Kim85e2a262012-02-06 10:02:01 +0900295 select S3C_DEV_NAND
Russell Kingb1b3f492012-10-06 17:12:25 +0100296 select S3C_DEV_USB_HOST
Kukjin Kim85e2a262012-02-06 10:02:01 +0900297 help
298 Say Y here if you are using the Logitech Jive.
299
300config MACH_JIVE_SHOW_BOOTLOADER
301 bool "Allow access to bootloader partitions in MTD (EXPERIMENTAL)"
302 depends on MACH_JIVE && EXPERIMENTAL
303
304config MACH_S3C2413
305 bool
306 help
307 Internal node for S3C2413 version of SMDK2413, so that
308 machine_is_s3c2413() will work when MACH_SMDK2413 is
309 selected
310
311config MACH_SMDK2412
312 bool "SMDK2412"
313 select MACH_SMDK2413
314 help
315 Say Y here if you are using an SMDK2412
316
317 Note, this shares support with SMDK2413, so will automatically
318 select MACH_SMDK2413.
319
320config MACH_SMDK2413
321 bool "SMDK2413"
322 select MACH_S3C2413
Heiko Stuebner28c569f2012-03-07 01:47:01 -0800323 select S3C24XX_SMDK
Kukjin Kim85e2a262012-02-06 10:02:01 +0900324 select S3C_DEV_NAND
Russell Kingb1b3f492012-10-06 17:12:25 +0100325 select S3C_DEV_USB_HOST
Kukjin Kim85e2a262012-02-06 10:02:01 +0900326 help
327 Say Y here if you are using an SMDK2413
328
329config MACH_VSTMS
330 bool "VMSTMS"
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 VSTMS board
335
336endif # CPU_S3C2412
337
Kukjin Kim26febf82012-02-06 10:59:47 +0900338if CPU_S3C2416
339
340config S3C2416_PM
341 bool
342 select S3C2412_PM_SLEEP
343 help
344 Internal config node to apply S3C2416 power management
345
346config S3C2416_SETUP_SDHCI
347 bool
348 select S3C2416_SETUP_SDHCI_GPIO
349 help
350 Internal helper functions for S3C2416 based SDHCI systems
351
352config S3C2416_SETUP_SDHCI_GPIO
353 bool
354 help
355 Common setup code for SDHCI gpio.
356
357comment "S3C2416 Boards"
358
359config MACH_SMDK2416
360 bool "SMDK2416"
Russell Kingb1b3f492012-10-06 17:12:25 +0100361 select S3C2416_SETUP_SDHCI
Heiko Stuebner28c569f2012-03-07 01:47:01 -0800362 select S3C24XX_SMDK
Kukjin Kim26febf82012-02-06 10:59:47 +0900363 select S3C_DEV_FB
364 select S3C_DEV_HSMMC
365 select S3C_DEV_HSMMC1
366 select S3C_DEV_NAND
367 select S3C_DEV_USB_HOST
Kukjin Kim26febf82012-02-06 10:59:47 +0900368 help
369 Say Y here if you are using an SMDK2416
370
371endif # CPU_S3C2416
372
Kukjin Kimdd6f01b2012-02-06 13:10:11 +0900373if CPU_S3C2440
374
375config S3C2440_DMA
376 bool
377 help
378 Support for S3C2440 specific DMA code5A
379
380comment "S3C2440 Boards"
381
382#
383# The "S3C2440 Boards" list is ordered alphabetically by option text.
384# (without ARCH_ or MACH_)
385#
386
387config MACH_ANUBIS
388 bool "Simtec Electronics ANUBIS"
Kukjin Kimdd6f01b2012-02-06 13:10:11 +0900389 select HAVE_PATA_PLATFORM
Kukjin Kimdd6f01b2012-02-06 13:10:11 +0900390 select S3C2440_XTAL_12000000
Russell Kingb1b3f492012-10-06 17:12:25 +0100391 select S3C24XX_DCLK
392 select S3C24XX_GPIO_EXTRA64
393 select S3C24XX_SIMTEC_PM if PM
Kukjin Kimdd6f01b2012-02-06 13:10:11 +0900394 select S3C_DEV_USB_HOST
395 help
396 Say Y here if you are using the Simtec Electronics ANUBIS
397 development system
398
399config MACH_AT2440EVB
400 bool "Avantech AT2440EVB development board"
Kukjin Kimdd6f01b2012-02-06 13:10:11 +0900401 select S3C_DEV_NAND
Russell Kingb1b3f492012-10-06 17:12:25 +0100402 select S3C_DEV_USB_HOST
Kukjin Kimdd6f01b2012-02-06 13:10:11 +0900403 help
404 Say Y here if you are using the AT2440EVB development board
405
406config MACH_MINI2440
407 bool "MINI2440 development board"
408 select EEPROM_AT24
Kukjin Kimdd6f01b2012-02-06 13:10:11 +0900409 select LEDS_CLASS
Alexander Shiyan678a0992012-11-25 18:53:40 +0400410 select LEDS_TRIGGERS
Kukjin Kimdd6f01b2012-02-06 13:10:11 +0900411 select LEDS_TRIGGER_BACKLIGHT
Russell Kingb1b3f492012-10-06 17:12:25 +0100412 select NEW_LEDS
Kukjin Kimdd6f01b2012-02-06 13:10:11 +0900413 select S3C_DEV_NAND
414 select S3C_DEV_USB_HOST
Sylwester Nawrockie51d5482012-11-22 14:29:18 +0900415 select S3C_SETUP_CAMIF
Kukjin Kimdd6f01b2012-02-06 13:10:11 +0900416 help
417 Say Y here to select support for the MINI2440. Is a 10cm x 10cm board
418 available via various sources. It can come with a 3.5" or 7" touch LCD.
419
420config MACH_NEXCODER_2440
421 bool "NexVision NEXCODER 2440 Light Board"
422 select S3C2440_XTAL_12000000
Kukjin Kimdd6f01b2012-02-06 13:10:11 +0900423 select S3C_DEV_NAND
Russell Kingb1b3f492012-10-06 17:12:25 +0100424 select S3C_DEV_USB_HOST
Kukjin Kimdd6f01b2012-02-06 13:10:11 +0900425 help
426 Say Y here if you are using the Nex Vision NEXCODER 2440 Light Board
427
428config MACH_OSIRIS
429 bool "Simtec IM2440D20 (OSIRIS) module"
Kukjin Kimdd6f01b2012-02-06 13:10:11 +0900430 select S3C2410_IOTIMING if S3C2440_CPUFREQ
Russell Kingb1b3f492012-10-06 17:12:25 +0100431 select S3C2440_XTAL_12000000
432 select S3C24XX_DCLK
433 select S3C24XX_GPIO_EXTRA128
434 select S3C24XX_SIMTEC_PM if PM
Kukjin Kimdd6f01b2012-02-06 13:10:11 +0900435 select S3C_DEV_NAND
Russell Kingb1b3f492012-10-06 17:12:25 +0100436 select S3C_DEV_USB_HOST
Kukjin Kimdd6f01b2012-02-06 13:10:11 +0900437 help
438 Say Y here if you are using the Simtec IM2440D20 module, also
439 known as the Osiris.
440
441config MACH_OSIRIS_DVS
442 tristate "Simtec IM2440D20 (OSIRIS) Dynamic Voltage Scaling driver"
443 depends on MACH_OSIRIS
444 select TPS65010
445 help
446 Say Y/M here if you want to have dynamic voltage scaling support
447 on the Simtec IM2440D20 (OSIRIS) module via the TPS65011.
448
449 The DVS driver alters the voltage supplied to the ARM core
450 depending on the frequency it is running at. The driver itself
451 does not do any of the frequency alteration, which is left up
452 to the cpufreq driver.
453
454config MACH_RX3715
455 bool "HP iPAQ rx3715"
Kukjin Kimdd6f01b2012-02-06 13:10:11 +0900456 select PM_H1940 if PM
Russell Kingb1b3f492012-10-06 17:12:25 +0100457 select S3C2440_XTAL_16934400
Kukjin Kimdd6f01b2012-02-06 13:10:11 +0900458 select S3C_DEV_NAND
459 help
460 Say Y here if you are using the HP iPAQ rx3715.
461
462config ARCH_S3C2440
463 bool "SMDK2440"
464 select S3C2440_XTAL_16934400
Heiko Stuebner28c569f2012-03-07 01:47:01 -0800465 select S3C24XX_SMDK
Kukjin Kimdd6f01b2012-02-06 13:10:11 +0900466 select S3C_DEV_NAND
Russell Kingb1b3f492012-10-06 17:12:25 +0100467 select S3C_DEV_USB_HOST
Kukjin Kimdd6f01b2012-02-06 13:10:11 +0900468 help
469 Say Y here if you are using the SMDK2440.
470
471config SMDK2440_CPU2440
472 bool "SMDK2440 with S3C2440 CPU module"
473 default y if ARCH_S3C2440
474 select S3C2440_XTAL_16934400
475
476endif # CPU_S3C2440
477
478if CPU_S3C2442
479
480comment "S3C2442 Boards"
481
482#
483# The "S3C2442 Boards" list is ordered alphabetically by option text.
484# (without ARCH_ or MACH_)
485#
486
487config MACH_NEO1973_GTA02
488 bool "Openmoko GTA02 / Freerunner phone"
Russell Kingb1b3f492012-10-06 17:12:25 +0100489 select I2C
490 select MACH_NEO1973
Kukjin Kimdd6f01b2012-02-06 13:10:11 +0900491 select MFD_PCF50633
492 select PCF50633_GPIO
Kukjin Kimdd6f01b2012-02-06 13:10:11 +0900493 select POWER_SUPPLY
Arnd Bergmann35e79062012-08-04 07:52:19 +0000494 select S3C24XX_PWM
Kukjin Kimdd6f01b2012-02-06 13:10:11 +0900495 select S3C_DEV_USB_HOST
496 help
497 Say Y here if you are using the Openmoko GTA02 / Freerunner GSM Phone
498
499config MACH_RX1950
500 bool "HP iPAQ rx1950"
Kukjin Kimdd6f01b2012-02-06 13:10:11 +0900501 select I2C
Russell Kingb1b3f492012-10-06 17:12:25 +0100502 select PM_H1940 if PM
Kukjin Kimdd6f01b2012-02-06 13:10:11 +0900503 select S3C2410_IOTIMING if S3C2440_CPUFREQ
504 select S3C2440_XTAL_16934400
Russell Kingb1b3f492012-10-06 17:12:25 +0100505 select S3C24XX_DCLK
506 select S3C24XX_PWM
507 select S3C_DEV_NAND
Kukjin Kimdd6f01b2012-02-06 13:10:11 +0900508 help
509 Say Y here if you're using HP iPAQ rx1950
510
511config SMDK2440_CPU2442
512 bool "SMDM2440 with S3C2442 CPU module"
513
514endif # CPU_S3C2440
515
Heiko Stuebner8c3d7c32012-03-03 07:49:12 +0900516if CPU_S3C2443 || CPU_S3C2416
517
518config S3C2443_COMMON
519 bool
520 help
521 Common code for the S3C2443 and similar processors, which includes
522 the S3C2416 and S3C2450.
523
Kukjin Kim84c028b2012-02-06 13:21:03 +0900524config S3C2443_DMA
525 bool
526 help
527 Internal config node for S3C2443 DMA support
528
Heiko Stuebnerf03eb252012-04-24 18:07:10 -0700529config S3C2443_SETUP_SPI
530 bool
531 help
532 Common setup code for SPI GPIO configurations
533
Heiko Stuebner46cdaba2012-03-07 01:53:17 -0800534endif # CPU_S3C2443 || CPU_S3C2416
535
536if CPU_S3C2443
537
Kukjin Kim84c028b2012-02-06 13:21:03 +0900538comment "S3C2443 Boards"
539
540config MACH_SMDK2443
541 bool "SMDK2443"
Heiko Stuebner28c569f2012-03-07 01:47:01 -0800542 select S3C24XX_SMDK
Kukjin Kim84c028b2012-02-06 13:21:03 +0900543 select S3C_DEV_HSMMC1
544 help
545 Say Y here if you are using an SMDK2443
546
547endif # CPU_S3C2443
548
Kukjin Kim85fd6d62012-02-06 09:38:19 +0900549endmenu # SAMSUNG S3C24XX SoCs Support
550
551endif # ARCH_S3C24XX