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