[ARM] 4215/1: s3c2410 usb device: per-platform vbus_draw
[deliverable/linux.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
10 select S3C2410_CLOCK
11 select S3C2410_GPIO
12 select S3C2410_PM if PM
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
a21765a7
BD
29config S3C2410_GPIO
30 bool
110d322b 31 help
a21765a7 32 GPIO code for S3C2410 and similar processors
110d322b 33
a21765a7
BD
34config S3C2410_CLOCK
35 bool
1da177e4 36 help
a21765a7 37 Clock code for the S3C2410, and similar processors
1da177e4 38
1da177e4 39
a21765a7 40menu "S3C2410 Machines"
bafa49cc 41
a21765a7
BD
42config ARCH_SMDK2410
43 bool "SMDK2410/A9M2410"
44 select CPU_S3C2410
45 select MACH_SMDK
bbf6f280 46 help
a21765a7
BD
47 Say Y here if you are using the SMDK2410 or the derived module A9M2410
48 <http://www.fsforth.de>
bbf6f280 49
1da177e4
LT
50config ARCH_H1940
51 bool "IPAQ H1940"
52 select CPU_S3C2410
9bcb533c 53 select PM_H1940 if PM
1da177e4
LT
54 help
55 Say Y here if you are using the HP IPAQ H1940
56
a21765a7
BD
57config PM_H1940
58 bool
59 help
60 Internal node for H1940 and related PM
1da177e4
LT
61
62config MACH_N30
63 bool "Acer N30"
64 select CPU_S3C2410
65 help
66 Say Y here if you are using the Acer N30
67
a21765a7
BD
68config ARCH_BAST
69 bool "Simtec Electronics BAST (EB2410ITX)"
1da177e4 70 select CPU_S3C2410
a21765a7
BD
71 select PM_SIMTEC if PM
72 select ISA
1da177e4 73 help
a21765a7
BD
74 Say Y here if you are using the Simtec Electronics EB2410ITX
75 development board (also known as BAST)
1da177e4 76
a21765a7
BD
77config MACH_OTOM
78 bool "NexVision OTOM Board"
79 select CPU_S3C2410
1da177e4 80 help
a21765a7 81 Say Y here if you are using the Nex Vision OTOM board
96ce2385 82
a21765a7
BD
83config MACH_AML_M5900
84 bool "AML M5900 Series"
85 select CPU_S3C2410
86 select PM_SIMTEC if PM
a55ee0ea 87 help
a21765a7
BD
88 Say Y here if you are using the American Microsystems M5900 Series
89 <http://www.amltd.com>
a55ee0ea 90
a21765a7
BD
91config BAST_PC104_IRQ
92 bool "BAST PC104 IRQ support"
93 depends on ARCH_BAST
94 default y
66c59409 95 help
a21765a7
BD
96 Say Y here to enable the PC104 IRQ routing on the
97 Simtec BAST (EB2410ITX)
96ce2385 98
1da177e4
LT
99config MACH_VR1000
100 bool "Thorcom VR1000"
618b20a1 101 select PM_SIMTEC if PM
1da177e4
LT
102 select CPU_S3C2410
103 help
104 Say Y here if you are using the Thorcom VR1000 board.
105
b6c440a9 106
1da177e4
LT
107endmenu
108
This page took 0.767218 seconds and 5 git commands to generate.