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