[ARM] S3C: Add common USB OHCI device definition
[deliverable/linux.git] / arch / arm / mach-s3c2440 / Kconfig
CommitLineData
a21765a7
BD
1# arch/arm/mach-s3c2440/Kconfig
2#
3# Copyright 2007 Simtec Electronics
4#
5# Licensed under GPLv2
6
7config CPU_S3C2440
8 bool
9 depends on ARCH_S3C2410
c750815e 10 select CPU_ARM920T
a21765a7
BD
11 select S3C2410_CLOCK
12 select S3C2410_PM if PM
13 select S3C2410_GPIO
14 select S3C2440_DMA if S3C2410_DMA
15 select CPU_S3C244X
b2627588 16 select CPU_LLSERIAL_S3C2440
a21765a7
BD
17 help
18 Support for S3C2440 Samsung Mobile CPU based systems.
19
20config S3C2440_DMA
21 bool
22 depends on ARCH_S3C2410 && CPU_S3C24405B
23 help
24 Support for S3C2440 specific DMA code5A
25
26
27menu "S3C2440 Machines"
28
29config MACH_ANUBIS
30 bool "Simtec Electronics ANUBIS"
31 select CPU_S3C2440
93bc6b63 32 select S3C24XX_DCLK
a21765a7 33 select PM_SIMTEC if PM
b9db83af 34 select HAVE_PATA_PLATFORM
e2178d43 35 select S3C24XX_GPIO_EXTRA64
eca8655f 36 select S3C_DEV_USB_HOST
a21765a7
BD
37 help
38 Say Y here if you are using the Simtec Electronics ANUBIS
39 development system
40
41config MACH_OSIRIS
42 bool "Simtec IM2440D20 (OSIRIS) module"
43 select CPU_S3C2440
93bc6b63 44 select S3C24XX_DCLK
a21765a7 45 select PM_SIMTEC if PM
e2178d43 46 select S3C24XX_GPIO_EXTRA128
eca8655f 47 select S3C_DEV_USB_HOST
a21765a7
BD
48 help
49 Say Y here if you are using the Simtec IM2440D20 module, also
50 known as the Osiris.
51
52config MACH_RX3715
53 bool "HP iPAQ rx3715"
54 select CPU_S3C2440
55 select PM_H1940 if PM
56 help
57 Say Y here if you are using the HP iPAQ rx3715.
58
59config ARCH_S3C2440
60 bool "SMDK2440"
61 select CPU_S3C2440
62 select MACH_SMDK
eca8655f 63 select S3C_DEV_USB_HOST
a21765a7
BD
64 help
65 Say Y here if you are using the SMDK2440.
66
67config MACH_NEXCODER_2440
68 bool "NexVision NEXCODER 2440 Light Board"
69 select CPU_S3C2440
eca8655f 70 select S3C_DEV_USB_HOST
a21765a7
BD
71 help
72 Say Y here if you are using the Nex Vision NEXCODER 2440 Light Board
73
74config SMDK2440_CPU2440
75 bool "SMDK2440 with S3C2440 CPU module"
76 depends on ARCH_S3C2440
77 default y if ARCH_S3C2440
78 select CPU_S3C2440
79
4ab98971
RL
80config MACH_AT2440EVB
81 bool "Avantech AT2440EVB development board"
82 select CPU_S3C2440
eca8655f 83 select S3C_DEV_USB_HOST
4ab98971
RL
84 help
85 Say Y here if you are using the AT2440EVB development board
a21765a7
BD
86
87endmenu
88
This page took 0.380619 seconds and 5 git commands to generate.