1 # arch/arm/mach-s3c24xx/Kconfig
3 # Copyright (c) 2012 Samsung Electronics Co., Ltd.
4 # http://www.samsung.com/
6 # Copyright 2007 Simtec Electronics
12 menu "SAMSUNG S3C24XX SoCs Support"
14 comment "S3C24XX SoCs"
17 bool "SAMSUNG S3C2410"
20 select CPU_LLSERIAL_S3C2410
22 select S3C2410_CPUFREQ if CPU_FREQ_S3C24XX
23 select S3C2410_PM if PM
25 Support for S3C2410 and S3C2410A family from the S3C24XX line
26 of Samsung Mobile CPUs.
29 bool "SAMSUNG S3C2412"
30 depends on ARCH_S3C24XX
32 select CPU_LLSERIAL_S3C2440
33 select S3C2412_DMA if S3C24XX_DMA
34 select S3C2412_PM if PM
36 Support for the S3C2412 and S3C2413 SoCs from the S3C24XX line
39 bool "SAMSUNG S3C2416/S3C2450"
40 depends on ARCH_S3C24XX
42 select CPU_LLSERIAL_S3C2440
43 select S3C2416_PM if PM
45 select S3C2443_DMA if S3C24XX_DMA
48 Support for the S3C2416 SoC from the S3C24XX line
51 bool "SAMSUNG S3C2440"
53 select CPU_LLSERIAL_S3C2440
55 select S3C2410_PM if PM
56 select S3C2440_DMA if S3C24XX_DMA
58 Support for S3C2440 Samsung Mobile CPU based systems.
61 bool "SAMSUNG S3C2442"
63 select CPU_LLSERIAL_S3C2440
65 select S3C2410_PM if PM
67 Support for S3C2442 Samsung Mobile CPU based systems.
71 depends on CPU_S3C2440 || CPU_S3C2442
74 bool "SAMSUNG S3C2443"
75 depends on ARCH_S3C24XX
77 select CPU_LLSERIAL_S3C2440
79 select S3C2443_DMA if S3C24XX_DMA
82 Support for the S3C2443 SoC from the S3C24XX line
89 Common machine code for SMDK2410 and SMDK2440
91 config S3C24XX_SIMTEC_AUDIO
93 depends on (ARCH_BAST || MACH_VR1000 || MACH_OSIRIS || MACH_ANUBIS)
96 Add audio devices for common Simtec S3C24XX boards
98 config S3C24XX_SIMTEC_PM
101 Common power management code for systems that are
102 compatible with the Simtec style of power management
104 config S3C24XX_SIMTEC_USB
107 USB management code for common Simtec S3C24XX boards
109 config S3C24XX_SETUP_TS
112 Compile in platform device definition for Samsung TouchScreen.
116 depends on S3C24XX_DMA && (CPU_S3C2410 || CPU_S3C2442)
117 default y if CPU_S3C2410 || CPU_S3C2442
119 DMA device selection for S3C2410 and compatible CPUs
124 Power Management code common to S3C2410 and better
126 # cpu-specific sections
130 config S3C24XX_SIMTEC_NOR
133 Internal node to specify machine has simtec NOR mapping
137 select HAVE_PATA_PLATFORM
139 Internal node for machines with an BAST style IDE
142 comment "S3C2410 Boards"
145 # The "S3C2410 Boards" list is ordered alphabetically by option text.
146 # (without ARCH_ or MACH_)
149 config MACH_AML_M5900
150 bool "AML M5900 Series"
151 select S3C24XX_SIMTEC_PM if PM
152 select S3C_DEV_USB_HOST
154 Say Y here if you are using the American Microsystems M5900 Series
155 <http://www.amltd.com>
158 bool "Simtec Electronics BAST (EB2410ITX)"
161 select S3C2410_IOTIMING if S3C2410_CPUFREQ
163 select S3C24XX_SIMTEC_NOR
164 select S3C24XX_SIMTEC_PM if PM
165 select S3C24XX_SIMTEC_USB
168 select S3C_DEV_USB_HOST
170 Say Y here if you are using the Simtec Electronics EB2410ITX
171 development board (also known as BAST)
173 config BAST_PC104_IRQ
174 bool "BAST PC104 IRQ support"
178 Say Y here to enable the PC104 IRQ routing on the
179 Simtec BAST (EB2410ITX)
183 select PM_H1940 if PM
184 select S3C24XX_SETUP_TS
186 select S3C_DEV_USB_HOST
188 Say Y here if you are using the HP IPAQ H1940
191 tristate "Control the state of H1940 bluetooth chip"
192 depends on ARCH_H1940
195 This is a simple driver that is able to control
196 the state of built in bluetooth chip on h1940.
201 Internal node for H1940 and related PM
204 bool "Acer N30 family"
207 select S3C_DEV_USB_HOST
209 Say Y here if you want suppt for the Acer N30, Acer N35,
210 Navman PiN570, Yakumo AlphaX or Airis NC05 PDAs.
213 bool "NexVision OTOM Board"
215 select S3C_DEV_USB_HOST
217 Say Y here if you are using the Nex Vision OTOM board
222 select S3C_DEV_USB_HOST
224 Say Y here if you are using the Armzone QT2410
227 bool "SMDK2410/A9M2410"
230 Say Y here if you are using the SMDK2410 or the derived module A9M2410
231 <http://www.fsforth.de>
233 config MACH_TCT_HAMMER
234 bool "TCT Hammer Board"
235 select S3C_DEV_USB_HOST
237 Say Y here if you are using the TinCanTools Hammer Board
238 <http://www.tincantools.com>
241 bool "Thorcom VR1000"
244 select S3C24XX_SIMTEC_NOR
245 select S3C24XX_SIMTEC_PM if PM
246 select S3C24XX_SIMTEC_USB
247 select S3C_DEV_USB_HOST
249 Say Y here if you are using the Thorcom VR1000 board.
253 config S3C2412_PM_SLEEP
256 Internal config node to apply sleep for S3C2412 power management.
257 Can be selected by another SoCs such as S3C2416 with similar
262 config CPU_S3C2412_ONLY
264 depends on ARCH_S3C24XX && !CPU_S3C2410 && \
265 !CPU_S3C2416 && !CPU_S3C2440 && !CPU_S3C2442 && \
266 !CPU_S3C2443 && CPU_S3C2412
272 Internal config node for S3C2412 DMA support
277 Internal config node to apply S3C2412 power management
279 comment "S3C2412 Boards"
282 # The "S3C2412 Boards" list is ordered alphabetically by option text.
283 # (without ARCH_ or MACH_)
289 select S3C_DEV_USB_HOST
291 Say Y here if you are using the Logitech Jive.
293 config MACH_JIVE_SHOW_BOOTLOADER
294 bool "Allow access to bootloader partitions in MTD (EXPERIMENTAL)"
295 depends on MACH_JIVE && EXPERIMENTAL
300 Internal node for S3C2413 version of SMDK2413, so that
301 machine_is_s3c2413() will work when MACH_SMDK2413 is
308 Say Y here if you are using an SMDK2412
310 Note, this shares support with SMDK2413, so will automatically
311 select MACH_SMDK2413.
318 select S3C_DEV_USB_HOST
320 Say Y here if you are using an SMDK2413
325 select S3C_DEV_USB_HOST
327 Say Y here if you are using an VSTMS board
335 select S3C2412_PM_SLEEP
337 Internal config node to apply S3C2416 power management
339 config S3C2416_SETUP_SDHCI
341 select S3C2416_SETUP_SDHCI_GPIO
343 Internal helper functions for S3C2416 based SDHCI systems
345 config S3C2416_SETUP_SDHCI_GPIO
348 Common setup code for SDHCI gpio.
350 comment "S3C2416 Boards"
354 select S3C2416_SETUP_SDHCI
358 select S3C_DEV_HSMMC1
360 select S3C_DEV_USB_HOST
362 Say Y here if you are using an SMDK2416
371 Support for S3C2440 specific DMA code5A
373 comment "S3C2440 Boards"
376 # The "S3C2440 Boards" list is ordered alphabetically by option text.
377 # (without ARCH_ or MACH_)
381 bool "Simtec Electronics ANUBIS"
382 select HAVE_PATA_PLATFORM
383 select S3C2440_XTAL_12000000
385 select S3C24XX_GPIO_EXTRA64
386 select S3C24XX_SIMTEC_PM if PM
387 select S3C_DEV_USB_HOST
389 Say Y here if you are using the Simtec Electronics ANUBIS
392 config MACH_AT2440EVB
393 bool "Avantech AT2440EVB development board"
395 select S3C_DEV_USB_HOST
397 Say Y here if you are using the AT2440EVB development board
400 bool "MINI2440 development board"
404 select LEDS_TRIGGER_BACKLIGHT
407 select S3C_DEV_USB_HOST
408 select S3C_SETUP_CAMIF
410 Say Y here to select support for the MINI2440. Is a 10cm x 10cm board
411 available via various sources. It can come with a 3.5" or 7" touch LCD.
413 config MACH_NEXCODER_2440
414 bool "NexVision NEXCODER 2440 Light Board"
415 select S3C2440_XTAL_12000000
417 select S3C_DEV_USB_HOST
419 Say Y here if you are using the Nex Vision NEXCODER 2440 Light Board
422 bool "Simtec IM2440D20 (OSIRIS) module"
423 select S3C2410_IOTIMING if S3C2440_CPUFREQ
424 select S3C2440_XTAL_12000000
426 select S3C24XX_GPIO_EXTRA128
427 select S3C24XX_SIMTEC_PM if PM
429 select S3C_DEV_USB_HOST
431 Say Y here if you are using the Simtec IM2440D20 module, also
434 config MACH_OSIRIS_DVS
435 tristate "Simtec IM2440D20 (OSIRIS) Dynamic Voltage Scaling driver"
436 depends on MACH_OSIRIS
439 Say Y/M here if you want to have dynamic voltage scaling support
440 on the Simtec IM2440D20 (OSIRIS) module via the TPS65011.
442 The DVS driver alters the voltage supplied to the ARM core
443 depending on the frequency it is running at. The driver itself
444 does not do any of the frequency alteration, which is left up
445 to the cpufreq driver.
448 bool "HP iPAQ rx3715"
449 select PM_H1940 if PM
450 select S3C2440_XTAL_16934400
453 Say Y here if you are using the HP iPAQ rx3715.
457 select S3C2440_XTAL_16934400
460 select S3C_DEV_USB_HOST
462 Say Y here if you are using the SMDK2440.
464 config SMDK2440_CPU2440
465 bool "SMDK2440 with S3C2440 CPU module"
466 default y if ARCH_S3C2440
467 select S3C2440_XTAL_16934400
473 comment "S3C2442 Boards"
476 # The "S3C2442 Boards" list is ordered alphabetically by option text.
477 # (without ARCH_ or MACH_)
480 config MACH_NEO1973_GTA02
481 bool "Openmoko GTA02 / Freerunner phone"
488 select S3C_DEV_USB_HOST
490 Say Y here if you are using the Openmoko GTA02 / Freerunner GSM Phone
493 bool "HP iPAQ rx1950"
495 select PM_H1940 if PM
496 select S3C2410_IOTIMING if S3C2440_CPUFREQ
497 select S3C2440_XTAL_16934400
502 Say Y here if you're using HP iPAQ rx1950
504 config SMDK2440_CPU2442
505 bool "SMDM2440 with S3C2442 CPU module"
509 if CPU_S3C2443 || CPU_S3C2416
511 config S3C2443_COMMON
514 Common code for the S3C2443 and similar processors, which includes
515 the S3C2416 and S3C2450.
520 Internal config node for S3C2443 DMA support
522 config S3C2443_SETUP_SPI
525 Common setup code for SPI GPIO configurations
527 endif # CPU_S3C2443 || CPU_S3C2416
531 comment "S3C2443 Boards"
536 select S3C_DEV_HSMMC1
538 Say Y here if you are using an SMDK2443
542 endmenu # SAMSUNG S3C24XX SoCs Support