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