]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blob - arch/arm/mach-s3c2410/Kconfig
Merge master.kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6
[mirror_ubuntu-artful-kernel.git] / arch / arm / mach-s3c2410 / Kconfig
1 # arch/arm/mach-s3c2410/Kconfig
2 #
3 # Copyright 2007 Simtec Electronics
4 #
5 # Licensed under GPLv2
6
7 config CPU_S3C2410
8 bool
9 depends on ARCH_S3C2410
10 select S3C2410_CLOCK
11 select S3C2410_GPIO
12 select S3C2410_PM if PM
13 help
14 Support for S3C2410 and S3C2410A family from the S3C24XX line
15 of Samsung Mobile CPUs.
16
17 config CPU_S3C2410_DMA
18 bool
19 depends on S3C2410_DMA && (CPU_S3C2410 || CPU_S3C2442)
20 default y if CPU_S3C2410 || CPU_S3C2442
21 help
22 DMA device selection for S3C2410 and compatible CPUs
23
24 config S3C2410_PM
25 bool
26 help
27 Power Management code common to S3C2410 and better
28
29 config S3C2410_GPIO
30 bool
31 help
32 GPIO code for S3C2410 and similar processors
33
34 config S3C2410_CLOCK
35 bool
36 help
37 Clock code for the S3C2410, and similar processors
38
39
40 menu "S3C2410 Machines"
41
42 config ARCH_SMDK2410
43 bool "SMDK2410/A9M2410"
44 select CPU_S3C2410
45 select MACH_SMDK
46 help
47 Say Y here if you are using the SMDK2410 or the derived module A9M2410
48 <http://www.fsforth.de>
49
50 config ARCH_H1940
51 bool "IPAQ H1940"
52 select CPU_S3C2410
53 select PM_H1940 if PM
54 help
55 Say Y here if you are using the HP IPAQ H1940
56
57 config PM_H1940
58 bool
59 help
60 Internal node for H1940 and related PM
61
62 config MACH_N30
63 bool "Acer N30"
64 select CPU_S3C2410
65 help
66 Say Y here if you are using the Acer N30
67
68 config ARCH_BAST
69 bool "Simtec Electronics BAST (EB2410ITX)"
70 select CPU_S3C2410
71 select PM_SIMTEC if PM
72 select ISA
73 help
74 Say Y here if you are using the Simtec Electronics EB2410ITX
75 development board (also known as BAST)
76
77 config MACH_OTOM
78 bool "NexVision OTOM Board"
79 select CPU_S3C2410
80 help
81 Say Y here if you are using the Nex Vision OTOM board
82
83 config MACH_AML_M5900
84 bool "AML M5900 Series"
85 select CPU_S3C2410
86 select PM_SIMTEC if PM
87 help
88 Say Y here if you are using the American Microsystems M5900 Series
89 <http://www.amltd.com>
90
91 config BAST_PC104_IRQ
92 bool "BAST PC104 IRQ support"
93 depends on ARCH_BAST
94 default y
95 help
96 Say Y here to enable the PC104 IRQ routing on the
97 Simtec BAST (EB2410ITX)
98
99 config MACH_VR1000
100 bool "Thorcom VR1000"
101 select PM_SIMTEC if PM
102 select CPU_S3C2410
103 help
104 Say Y here if you are using the Thorcom VR1000 board.
105
106 config MACH_QT2410
107 bool "QT2410"
108 select CPU_S3C2410
109 help
110 Say Y here if you are using the Armzone QT2410
111
112 endmenu
113