ARM: SAMSUNG: Move HWMON from plat-s3c24xx to plat-samsung
[linux-2.6-block.git] / arch / arm / mach-s3c2410 / Kconfig
1 # Copyright 2007 Simtec Electronics
2 #
3 # Licensed under GPLv2
4
5 config CPU_S3C2410
6         bool
7         depends on ARCH_S3C2410
8         select CPU_ARM920T
9         select S3C2410_CLOCK
10         select S3C2410_GPIO
11         select CPU_LLSERIAL_S3C2410
12         select S3C2410_PM if PM
13         select S3C2410_CPUFREQ if CPU_FREQ_S3C24XX
14         help
15           Support for S3C2410 and S3C2410A family from the S3C24XX line
16           of Samsung Mobile CPUs.
17
18 config CPU_S3C2410_DMA
19         bool
20         depends on S3C2410_DMA && (CPU_S3C2410 || CPU_S3C2442)
21         default y if CPU_S3C2410 || CPU_S3C2442
22         help
23           DMA device selection for S3C2410 and compatible CPUs
24
25 config S3C2410_PM
26         bool
27         help
28           Power Management code common to S3C2410 and better
29
30 config S3C2410_GPIO
31         bool
32         help
33           GPIO code for S3C2410 and similar processors
34
35 config SIMTEC_NOR
36         bool
37         help
38           Internal node to specify machine has simtec NOR mapping
39
40 config MACH_BAST_IDE
41         bool
42         select HAVE_PATA_PLATFORM
43         help
44           Internal node for machines with an BAST style IDE
45           interface
46
47 # cpu frequency scaling support
48
49 config S3C2410_CPUFREQ
50         bool
51         depends on CPU_FREQ_S3C24XX && CPU_S3C2410
52         select S3C2410_CPUFREQ_UTILS
53         help
54           CPU Frequency scaling support for S3C2410
55
56 config S3C2410_PLLTABLE
57         bool
58         depends on S3C2410_CPUFREQ && CPU_FREQ_S3C24XX_PLL
59         default y
60         help
61           Select the PLL table for the S3C2410
62
63 menu "S3C2410 Machines"
64
65 config ARCH_SMDK2410
66         bool "SMDK2410/A9M2410"
67         select CPU_S3C2410
68         select MACH_SMDK
69         help
70            Say Y here if you are using the SMDK2410 or the derived module A9M2410
71            <http://www.fsforth.de>
72
73 config ARCH_H1940
74         bool "IPAQ H1940"
75         select CPU_S3C2410
76         select PM_H1940 if PM
77         select S3C_DEV_USB_HOST
78         select S3C_DEV_NAND
79         help
80           Say Y here if you are using the HP IPAQ H1940
81
82 config H1940BT
83         tristate "Control the state of H1940 bluetooth chip"
84         depends on ARCH_H1940
85         select RFKILL
86         help
87           This is a simple driver that is able to control
88           the state of built in bluetooth chip on h1940.
89
90 config PM_H1940
91         bool
92         help
93           Internal node for H1940 and related PM
94
95 config MACH_N30
96         bool "Acer N30 family"
97         select CPU_S3C2410
98         select S3C_DEV_USB_HOST
99         select S3C_DEV_NAND
100         help
101           Say Y here if you want suppt for the Acer N30, Acer N35,
102           Navman PiN570, Yakumo AlphaX or Airis NC05 PDAs.
103
104 config ARCH_BAST
105         bool "Simtec Electronics BAST (EB2410ITX)"
106         select CPU_S3C2410
107         select S3C2410_IOTIMING if S3C2410_CPUFREQ
108         select PM_SIMTEC if PM
109         select SIMTEC_NOR
110         select MACH_BAST_IDE
111         select S3C24XX_DCLK
112         select ISA
113         select S3C_DEV_HWMON
114         select S3C_DEV_USB_HOST
115         select S3C_DEV_NAND
116         help
117           Say Y here if you are using the Simtec Electronics EB2410ITX
118           development board (also known as BAST)
119
120 config MACH_OTOM
121         bool "NexVision OTOM Board"
122         select CPU_S3C2410
123         select S3C_DEV_USB_HOST
124         select S3C_DEV_NAND
125         help
126           Say Y here if you are using the Nex Vision OTOM board
127
128 config MACH_AML_M5900
129         bool "AML M5900 Series"
130         select CPU_S3C2410
131         select PM_SIMTEC if PM
132         select S3C_DEV_USB_HOST
133         help
134            Say Y here if you are using the American Microsystems M5900 Series
135            <http://www.amltd.com>
136
137 config BAST_PC104_IRQ
138         bool "BAST PC104 IRQ support"
139         depends on ARCH_BAST
140         default y
141         help
142           Say Y here to enable the PC104 IRQ routing on the
143           Simtec BAST (EB2410ITX)
144
145 config MACH_TCT_HAMMER
146         bool "TCT Hammer Board"
147         select CPU_S3C2410
148         select S3C_DEV_USB_HOST
149         help
150            Say Y here if you are using the TinCanTools Hammer Board
151            <http://www.tincantools.com>
152
153 config MACH_VR1000
154         bool "Thorcom VR1000"
155         select PM_SIMTEC if PM
156         select S3C24XX_DCLK
157         select SIMTEC_NOR
158         select MACH_BAST_IDE
159         select CPU_S3C2410
160         select S3C_DEV_USB_HOST
161         help
162           Say Y here if you are using the Thorcom VR1000 board.
163
164 config MACH_QT2410
165         bool "QT2410"
166         select CPU_S3C2410
167         select S3C_DEV_USB_HOST
168         select S3C_DEV_NAND
169         help
170            Say Y here if you are using the Armzone QT2410
171
172 endmenu