Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
[pandora-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 CPU_ARM920T
11         select S3C2410_CLOCK
12         select S3C2410_GPIO
13         select CPU_LLSERIAL_S3C2410
14         select S3C2410_PM if PM
15         help
16           Support for S3C2410 and S3C2410A family from the S3C24XX line
17           of Samsung Mobile CPUs.
18
19 config CPU_S3C2410_DMA
20         bool
21         depends on S3C2410_DMA && (CPU_S3C2410 || CPU_S3C2442)
22         default y if CPU_S3C2410 || CPU_S3C2442
23         help
24           DMA device selection for S3C2410 and compatible CPUs
25
26 config S3C2410_PM
27         bool
28         help
29           Power Management code common to S3C2410 and better
30
31 config S3C2410_GPIO
32         bool
33         help
34           GPIO code for S3C2410 and similar processors
35
36 config SIMTEC_NOR
37         bool
38         help
39           Internal node to specify machine has simtec NOR mapping
40
41 config MACH_BAST_IDE
42         bool
43         select HAVE_PATA_PLATFORM
44         help
45           Internal node for machines with an BAST style IDE
46           interface
47
48 menu "S3C2410 Machines"
49
50 config ARCH_SMDK2410
51         bool "SMDK2410/A9M2410"
52         select CPU_S3C2410
53         select MACH_SMDK
54         help
55            Say Y here if you are using the SMDK2410 or the derived module A9M2410
56            <http://www.fsforth.de>
57
58 config ARCH_H1940
59         bool "IPAQ H1940"
60         select CPU_S3C2410
61         select PM_H1940 if PM
62         select S3C_DEV_USB_HOST
63         help
64           Say Y here if you are using the HP IPAQ H1940
65
66 config PM_H1940
67         bool
68         help
69           Internal node for H1940 and related PM
70
71 config MACH_N30
72         bool "Acer N30 family"
73         select CPU_S3C2410
74         select S3C_DEV_USB_HOST
75         help
76           Say Y here if you want suppt for the Acer N30, Acer N35,
77           Navman PiN570, Yakumo AlphaX or Airis NC05 PDAs.
78
79 config ARCH_BAST
80         bool "Simtec Electronics BAST (EB2410ITX)"
81         select CPU_S3C2410
82         select PM_SIMTEC if PM
83         select SIMTEC_NOR
84         select MACH_BAST_IDE
85         select S3C24XX_DCLK
86         select ISA
87         select S3C_DEV_USB_HOST
88         help
89           Say Y here if you are using the Simtec Electronics EB2410ITX
90           development board (also known as BAST)
91
92 config MACH_OTOM
93         bool "NexVision OTOM Board"
94         select CPU_S3C2410
95         select S3C_DEV_USB_HOST
96         help
97           Say Y here if you are using the Nex Vision OTOM board
98
99 config MACH_AML_M5900
100         bool "AML M5900 Series"
101         select CPU_S3C2410
102         select PM_SIMTEC if PM
103         select S3C_DEV_USB_HOST
104         help
105            Say Y here if you are using the American Microsystems M5900 Series
106            <http://www.amltd.com>
107
108 config BAST_PC104_IRQ
109         bool "BAST PC104 IRQ support"
110         depends on ARCH_BAST
111         default y
112         help
113           Say Y here to enable the PC104 IRQ routing on the
114           Simtec BAST (EB2410ITX)
115
116 config MACH_TCT_HAMMER
117         bool "TCT Hammer Board"
118         select CPU_S3C2410
119         select S3C_DEV_USB_HOST
120         help
121            Say Y here if you are using the TinCanTools Hammer Board
122            <http://www.tincantools.com>
123
124 config MACH_VR1000
125         bool "Thorcom VR1000"
126         select PM_SIMTEC if PM
127         select S3C24XX_DCLK
128         select SIMTEC_NOR
129         select MACH_BAST_IDE
130         select CPU_S3C2410
131         select S3C_DEV_USB_HOST
132         help
133           Say Y here if you are using the Thorcom VR1000 board.
134
135 config MACH_QT2410
136         bool "QT2410"
137         select CPU_S3C2410
138         select S3C_DEV_USB_HOST
139         help
140            Say Y here if you are using the Armzone QT2410
141
142 endmenu