ARM: S3C24XX: transform s3c2443 subirqs into new structure
[deliverable/linux.git] / arch / arm / mach-s3c24xx / Kconfig
CommitLineData
85fd6d63
KK
1# 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
85fd6d63 20 select CPU_LLSERIAL_S3C2410
b1b3f49c 21 select S3C2410_CLOCK
85fd6d63 22 select S3C2410_CPUFREQ if CPU_FREQ_S3C24XX
b1b3f49c 23 select S3C2410_PM if PM
85fd6d63
KK
24 help
25 Support for S3C2410 and S3C2410A family from the S3C24XX line
26 of Samsung Mobile CPUs.
27
85e2a26f
KK
28config CPU_S3C2412
29 bool "SAMSUNG S3C2412"
30 depends on ARCH_S3C24XX
31 select CPU_ARM926T
32 select CPU_LLSERIAL_S3C2440
85e2a26f 33 select S3C2412_DMA if S3C24XX_DMA
b1b3f49c 34 select S3C2412_PM if PM
85e2a26f
KK
35 help
36 Support for the S3C2412 and S3C2413 SoCs from the S3C24XX line
37
26febf8e
KK
38config CPU_S3C2416
39 bool "SAMSUNG S3C2416/S3C2450"
40 depends on ARCH_S3C24XX
41 select CPU_ARM926T
42 select CPU_LLSERIAL_S3C2440
b1b3f49c 43 select S3C2416_PM if PM
8c3d7c30 44 select S3C2443_COMMON
46cdaba1 45 select S3C2443_DMA if S3C24XX_DMA
b1b3f49c 46 select SAMSUNG_CLKSRC
26febf8e
KK
47 help
48 Support for the S3C2416 SoC from the S3C24XX line
49
dd6f01b5
KK
50config 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
84c028b9
KK
73config CPU_S3C2443
74 bool "SAMSUNG S3C2443"
75 depends on ARCH_S3C24XX
76 select CPU_ARM920T
77 select CPU_LLSERIAL_S3C2440
8c3d7c30 78 select S3C2443_COMMON
84c028b9 79 select S3C2443_DMA if S3C24XX_DMA
b1b3f49c 80 select SAMSUNG_CLKSRC
84c028b9
KK
81 help
82 Support for the S3C2443 SoC from the S3C24XX line
83
28c569f6
HS
84# common code
85
86config S3C24XX_SMDK
87 bool
88 help
89 Common machine code for SMDK2410 and SMDK2440
90
9072dc98
HS
91config 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
ec2cc753
HS
104config S3C24XX_SIMTEC_USB
105 bool
106 help
107 USB management code for common Simtec S3C24XX boards
108
2c5689a7
HS
109config S3C24XX_SETUP_TS
110 bool
111 help
112 Compile in platform device definition for Samsung TouchScreen.
113
85fd6d63
KK
114config S3C2410_DMA
115 bool
dd6f01b5
KK
116 depends on S3C24XX_DMA && (CPU_S3C2410 || CPU_S3C2442)
117 default y if CPU_S3C2410 || CPU_S3C2442
85fd6d63
KK
118 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
7518dde9
KK
126# cpu-specific sections
127
128if CPU_S3C2410
129
98713e40
KK
130config 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
82c18712
KK
137config 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
ec2cc753 144config S3C24XX_SIMTEC_NOR
85fd6d63
KK
145 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"
9072dc98 165 select S3C24XX_SIMTEC_PM if PM
85fd6d63
KK
166 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)"
b1b3f49c
RK
173 select ISA
174 select MACH_BAST_IDE
85fd6d63 175 select S3C2410_IOTIMING if S3C2410_CPUFREQ
b1b3f49c 176 select S3C24XX_DCLK
ec2cc753 177 select S3C24XX_SIMTEC_NOR
b1b3f49c 178 select S3C24XX_SIMTEC_PM if PM
ec2cc753 179 select S3C24XX_SIMTEC_USB
85fd6d63 180 select S3C_DEV_HWMON
85fd6d63 181 select S3C_DEV_NAND
b1b3f49c 182 select S3C_DEV_USB_HOST
85fd6d63
KK
183 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
2c5689a7 198 select S3C24XX_SETUP_TS
b1b3f49c
RK
199 select S3C_DEV_NAND
200 select S3C_DEV_USB_HOST
85fd6d63
KK
201 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
85fd6d63 220 select S3C_DEV_NAND
b1b3f49c 221 select S3C_DEV_USB_HOST
85fd6d63
KK
222 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"
85fd6d63 228 select S3C_DEV_NAND
b1b3f49c 229 select S3C_DEV_USB_HOST
85fd6d63
KK
230 help
231 Say Y here if you are using the Nex Vision OTOM board
232
233config MACH_QT2410
234 bool "QT2410"
85fd6d63 235 select S3C_DEV_NAND
b1b3f49c 236 select S3C_DEV_USB_HOST
85fd6d63
KK
237 help
238 Say Y here if you are using the Armzone QT2410
239
240config ARCH_SMDK2410
241 bool "SMDK2410/A9M2410"
28c569f6 242 select S3C24XX_SMDK
85fd6d63
KK
243 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"
b1b3f49c 256 select MACH_BAST_IDE
85fd6d63 257 select S3C24XX_DCLK
ec2cc753 258 select S3C24XX_SIMTEC_NOR
b1b3f49c 259 select S3C24XX_SIMTEC_PM if PM
ec2cc753 260 select S3C24XX_SIMTEC_USB
b1b3f49c 261 select S3C_DEV_USB_HOST
85fd6d63
KK
262 help
263 Say Y here if you are using the Thorcom VR1000 board.
264
265endif # CPU_S3C2410
266
85e2a26f
KK
267config 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
dbb8fd34
KK
283config S3C2412_CPUFREQ
284 bool
285 depends on CPU_FREQ_S3C24XX && CPU_S3C2412
286 default y
287 select S3C2412_IOTIMING
288 help
289 CPU Frequency scaling support for S3C2412 and S3C2413 SoC CPUs.
290
85e2a26f
KK
291config S3C2412_DMA
292 bool
293 help
294 Internal config node for S3C2412 DMA support
295
296config S3C2412_PM
297 bool
298 help
299 Internal config node to apply S3C2412 power management
300
301comment "S3C2412 Boards"
302
303#
304# The "S3C2412 Boards" list is ordered alphabetically by option text.
305# (without ARCH_ or MACH_)
306#
307
308config MACH_JIVE
309 bool "Logitech Jive"
85e2a26f 310 select S3C_DEV_NAND
b1b3f49c 311 select S3C_DEV_USB_HOST
85e2a26f
KK
312 help
313 Say Y here if you are using the Logitech Jive.
314
315config MACH_JIVE_SHOW_BOOTLOADER
316 bool "Allow access to bootloader partitions in MTD (EXPERIMENTAL)"
317 depends on MACH_JIVE && EXPERIMENTAL
318
319config MACH_S3C2413
320 bool
321 help
322 Internal node for S3C2413 version of SMDK2413, so that
323 machine_is_s3c2413() will work when MACH_SMDK2413 is
324 selected
325
326config MACH_SMDK2412
327 bool "SMDK2412"
328 select MACH_SMDK2413
329 help
330 Say Y here if you are using an SMDK2412
331
332 Note, this shares support with SMDK2413, so will automatically
333 select MACH_SMDK2413.
334
335config MACH_SMDK2413
336 bool "SMDK2413"
337 select MACH_S3C2413
28c569f6 338 select S3C24XX_SMDK
85e2a26f 339 select S3C_DEV_NAND
b1b3f49c 340 select S3C_DEV_USB_HOST
85e2a26f
KK
341 help
342 Say Y here if you are using an SMDK2413
343
344config MACH_VSTMS
345 bool "VMSTMS"
85e2a26f 346 select S3C_DEV_NAND
b1b3f49c 347 select S3C_DEV_USB_HOST
85e2a26f
KK
348 help
349 Say Y here if you are using an VSTMS board
350
351endif # CPU_S3C2412
352
26febf8e
KK
353if CPU_S3C2416
354
355config S3C2416_PM
356 bool
357 select S3C2412_PM_SLEEP
358 help
359 Internal config node to apply S3C2416 power management
360
361config S3C2416_SETUP_SDHCI
362 bool
363 select S3C2416_SETUP_SDHCI_GPIO
364 help
365 Internal helper functions for S3C2416 based SDHCI systems
366
367config S3C2416_SETUP_SDHCI_GPIO
368 bool
369 help
370 Common setup code for SDHCI gpio.
371
372comment "S3C2416 Boards"
373
374config MACH_SMDK2416
375 bool "SMDK2416"
b1b3f49c 376 select S3C2416_SETUP_SDHCI
28c569f6 377 select S3C24XX_SMDK
26febf8e
KK
378 select S3C_DEV_FB
379 select S3C_DEV_HSMMC
380 select S3C_DEV_HSMMC1
381 select S3C_DEV_NAND
382 select S3C_DEV_USB_HOST
26febf8e
KK
383 help
384 Say Y here if you are using an SMDK2416
385
386endif # CPU_S3C2416
387
dd6f01b5
KK
388if CPU_S3C2440
389
5aa93c0a
KK
390config S3C2440_CPUFREQ
391 bool "S3C2440/S3C2442 CPU Frequency scaling support"
392 depends on CPU_FREQ_S3C24XX && (CPU_S3C2440 || CPU_S3C2442)
393 default y
394 select S3C2410_CPUFREQ_UTILS
395 help
396 CPU Frequency scaling support for S3C2440 and S3C2442 SoC CPUs.
397
dd6f01b5
KK
398config S3C2440_DMA
399 bool
400 help
401 Support for S3C2440 specific DMA code5A
402
acf2d41d
KK
403config S3C2440_XTAL_12000000
404 bool
405 help
406 Indicate that the build needs to support 12MHz system
407 crystal.
408
409config S3C2440_XTAL_16934400
410 bool
411 help
412 Indicate that the build needs to support 16.9344MHz system
413 crystal.
414
415config S3C2440_PLL_12000000
416 bool
417 depends on S3C2440_CPUFREQ && S3C2440_XTAL_12000000
418 default y if CPU_FREQ_S3C24XX_PLL
419 help
420 PLL tables for S3C2440 or S3C2442 CPUs with 12MHz crystals.
421
422config S3C2440_PLL_16934400
423 bool
424 depends on S3C2440_CPUFREQ && S3C2440_XTAL_16934400
425 default y if CPU_FREQ_S3C24XX_PLL
426 help
427 PLL tables for S3C2440 or S3C2442 CPUs with 16.934MHz crystals.
428
dd6f01b5
KK
429comment "S3C2440 Boards"
430
431#
432# The "S3C2440 Boards" list is ordered alphabetically by option text.
433# (without ARCH_ or MACH_)
434#
435
436config MACH_ANUBIS
437 bool "Simtec Electronics ANUBIS"
dd6f01b5 438 select HAVE_PATA_PLATFORM
dd6f01b5 439 select S3C2440_XTAL_12000000
b1b3f49c
RK
440 select S3C24XX_DCLK
441 select S3C24XX_GPIO_EXTRA64
442 select S3C24XX_SIMTEC_PM if PM
dd6f01b5
KK
443 select S3C_DEV_USB_HOST
444 help
445 Say Y here if you are using the Simtec Electronics ANUBIS
446 development system
447
448config MACH_AT2440EVB
449 bool "Avantech AT2440EVB development board"
dd6f01b5 450 select S3C_DEV_NAND
b1b3f49c 451 select S3C_DEV_USB_HOST
dd6f01b5
KK
452 help
453 Say Y here if you are using the AT2440EVB development board
454
455config MACH_MINI2440
456 bool "MINI2440 development board"
457 select EEPROM_AT24
dd6f01b5 458 select LEDS_CLASS
678a0990 459 select LEDS_TRIGGERS
dd6f01b5 460 select LEDS_TRIGGER_BACKLIGHT
b1b3f49c 461 select NEW_LEDS
dd6f01b5
KK
462 select S3C_DEV_NAND
463 select S3C_DEV_USB_HOST
e51d5486 464 select S3C_SETUP_CAMIF
dd6f01b5
KK
465 help
466 Say Y here to select support for the MINI2440. Is a 10cm x 10cm board
467 available via various sources. It can come with a 3.5" or 7" touch LCD.
468
469config MACH_NEXCODER_2440
470 bool "NexVision NEXCODER 2440 Light Board"
471 select S3C2440_XTAL_12000000
dd6f01b5 472 select S3C_DEV_NAND
b1b3f49c 473 select S3C_DEV_USB_HOST
dd6f01b5
KK
474 help
475 Say Y here if you are using the Nex Vision NEXCODER 2440 Light Board
476
477config MACH_OSIRIS
478 bool "Simtec IM2440D20 (OSIRIS) module"
b1b3f49c
RK
479 select S3C2410_IOTIMING if S3C2440_CPUFREQ
480 select S3C2440_XTAL_12000000
dd6f01b5 481 select S3C24XX_DCLK
dd6f01b5 482 select S3C24XX_GPIO_EXTRA128
b1b3f49c 483 select S3C24XX_SIMTEC_PM if PM
dd6f01b5 484 select S3C_DEV_NAND
b1b3f49c 485 select S3C_DEV_USB_HOST
dd6f01b5
KK
486 help
487 Say Y here if you are using the Simtec IM2440D20 module, also
488 known as the Osiris.
489
490config MACH_OSIRIS_DVS
491 tristate "Simtec IM2440D20 (OSIRIS) Dynamic Voltage Scaling driver"
492 depends on MACH_OSIRIS
493 select TPS65010
494 help
495 Say Y/M here if you want to have dynamic voltage scaling support
496 on the Simtec IM2440D20 (OSIRIS) module via the TPS65011.
497
498 The DVS driver alters the voltage supplied to the ARM core
499 depending on the frequency it is running at. The driver itself
500 does not do any of the frequency alteration, which is left up
501 to the cpufreq driver.
502
503config MACH_RX3715
504 bool "HP iPAQ rx3715"
dd6f01b5 505 select PM_H1940 if PM
b1b3f49c 506 select S3C2440_XTAL_16934400
dd6f01b5
KK
507 select S3C_DEV_NAND
508 help
509 Say Y here if you are using the HP iPAQ rx3715.
510
511config ARCH_S3C2440
512 bool "SMDK2440"
513 select S3C2440_XTAL_16934400
28c569f6 514 select S3C24XX_SMDK
dd6f01b5 515 select S3C_DEV_NAND
b1b3f49c 516 select S3C_DEV_USB_HOST
dd6f01b5
KK
517 help
518 Say Y here if you are using the SMDK2440.
519
520config SMDK2440_CPU2440
521 bool "SMDK2440 with S3C2440 CPU module"
522 default y if ARCH_S3C2440
523 select S3C2440_XTAL_16934400
524
525endif # CPU_S3C2440
526
527if CPU_S3C2442
528
529comment "S3C2442 Boards"
530
531#
532# The "S3C2442 Boards" list is ordered alphabetically by option text.
533# (without ARCH_ or MACH_)
534#
535
536config MACH_NEO1973_GTA02
537 bool "Openmoko GTA02 / Freerunner phone"
b1b3f49c
RK
538 select I2C
539 select MACH_NEO1973
dd6f01b5
KK
540 select MFD_PCF50633
541 select PCF50633_GPIO
dd6f01b5 542 select POWER_SUPPLY
35e79061 543 select S3C24XX_PWM
dd6f01b5
KK
544 select S3C_DEV_USB_HOST
545 help
546 Say Y here if you are using the Openmoko GTA02 / Freerunner GSM Phone
547
548config MACH_RX1950
549 bool "HP iPAQ rx1950"
dd6f01b5 550 select I2C
b1b3f49c 551 select PM_H1940 if PM
dd6f01b5
KK
552 select S3C2410_IOTIMING if S3C2440_CPUFREQ
553 select S3C2440_XTAL_16934400
b1b3f49c
RK
554 select S3C24XX_DCLK
555 select S3C24XX_PWM
556 select S3C_DEV_NAND
dd6f01b5
KK
557 help
558 Say Y here if you're using HP iPAQ rx1950
559
560config SMDK2440_CPU2442
561 bool "SMDM2440 with S3C2442 CPU module"
562
563endif # CPU_S3C2440
564
8c3d7c30
HS
565if CPU_S3C2443 || CPU_S3C2416
566
567config S3C2443_COMMON
568 bool
569 help
570 Common code for the S3C2443 and similar processors, which includes
571 the S3C2416 and S3C2450.
572
84c028b9
KK
573config S3C2443_DMA
574 bool
575 help
576 Internal config node for S3C2443 DMA support
577
f03eb25e
HS
578config S3C2443_SETUP_SPI
579 bool
580 help
581 Common setup code for SPI GPIO configurations
582
46cdaba1
HS
583endif # CPU_S3C2443 || CPU_S3C2416
584
585if CPU_S3C2443
586
84c028b9
KK
587comment "S3C2443 Boards"
588
589config MACH_SMDK2443
590 bool "SMDK2443"
28c569f6 591 select S3C24XX_SMDK
84c028b9
KK
592 select S3C_DEV_HSMMC1
593 help
594 Say Y here if you are using an SMDK2443
595
596endif # CPU_S3C2443
597
85fd6d63
KK
598endmenu # SAMSUNG S3C24XX SoCs Support
599
600endif # ARCH_S3C24XX
This page took 0.156573 seconds and 5 git commands to generate.