]> bbs.cooldavid.org Git - net-next-2.6.git/blame - arch/arm/mach-s3c2440/Kconfig
[ARM] BAST/VR1000: Move to using ata_platform (libata)
[net-next-2.6.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
10 select S3C2410_CLOCK
11 select S3C2410_PM if PM
12 select S3C2410_GPIO
13 select S3C2440_DMA if S3C2410_DMA
14 select CPU_S3C244X
b2627588 15 select CPU_LLSERIAL_S3C2440
a21765a7
BD
16 help
17 Support for S3C2440 Samsung Mobile CPU based systems.
18
19config S3C2440_DMA
20 bool
21 depends on ARCH_S3C2410 && CPU_S3C24405B
22 help
23 Support for S3C2440 specific DMA code5A
24
25
26menu "S3C2440 Machines"
27
28config MACH_ANUBIS
29 bool "Simtec Electronics ANUBIS"
30 select CPU_S3C2440
31 select PM_SIMTEC if PM
32 help
33 Say Y here if you are using the Simtec Electronics ANUBIS
34 development system
35
36config MACH_OSIRIS
37 bool "Simtec IM2440D20 (OSIRIS) module"
38 select CPU_S3C2440
39 select PM_SIMTEC if PM
40 help
41 Say Y here if you are using the Simtec IM2440D20 module, also
42 known as the Osiris.
43
44config MACH_RX3715
45 bool "HP iPAQ rx3715"
46 select CPU_S3C2440
47 select PM_H1940 if PM
48 help
49 Say Y here if you are using the HP iPAQ rx3715.
50
51config ARCH_S3C2440
52 bool "SMDK2440"
53 select CPU_S3C2440
54 select MACH_SMDK
55 help
56 Say Y here if you are using the SMDK2440.
57
58config MACH_NEXCODER_2440
59 bool "NexVision NEXCODER 2440 Light Board"
60 select CPU_S3C2440
61 help
62 Say Y here if you are using the Nex Vision NEXCODER 2440 Light Board
63
64config SMDK2440_CPU2440
65 bool "SMDK2440 with S3C2440 CPU module"
66 depends on ARCH_S3C2440
67 default y if ARCH_S3C2440
68 select CPU_S3C2440
69
70
71endmenu
72