allow coexistance of N build and AC build.
[tomato.git] / release / src-rt-6.x / linux / linux-2.6 / arch / arm / mach-s3c2440 / Kconfig
blobe3bfda098c0f440a52ef2fbc4200857fab0d48c6
1 # arch/arm/mach-s3c2440/Kconfig
3 # Copyright 2007 Simtec Electronics
5 # Licensed under GPLv2
7 config 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
15         help
16           Support for S3C2440 Samsung Mobile CPU based systems.
18 config S3C2440_DMA
19         bool
20         depends on ARCH_S3C2410 && CPU_S3C24405B
21         help
22           Support for S3C2440 specific DMA code5A
25 menu "S3C2440 Machines"
27 config MACH_ANUBIS
28         bool "Simtec Electronics ANUBIS"
29         select CPU_S3C2440
30         select PM_SIMTEC if PM
31         help
32           Say Y here if you are using the Simtec Electronics ANUBIS
33           development system
35 config MACH_OSIRIS
36         bool "Simtec IM2440D20 (OSIRIS) module"
37         select CPU_S3C2440
38         select PM_SIMTEC if PM
39         help
40           Say Y here if you are using the Simtec IM2440D20 module, also
41           known as the Osiris.
43 config MACH_RX3715
44         bool "HP iPAQ rx3715"
45         select CPU_S3C2440
46         select PM_H1940 if PM
47         help
48           Say Y here if you are using the HP iPAQ rx3715.
50 config ARCH_S3C2440
51         bool "SMDK2440"
52         select CPU_S3C2440
53         select MACH_SMDK
54         help
55           Say Y here if you are using the SMDK2440.
57 config MACH_NEXCODER_2440
58         bool "NexVision NEXCODER 2440 Light Board"
59         select CPU_S3C2440
60         help
61           Say Y here if you are using the Nex Vision NEXCODER 2440 Light Board
63 config SMDK2440_CPU2440
64         bool "SMDK2440 with S3C2440 CPU module"
65         depends on ARCH_S3C2440
66         default y if ARCH_S3C2440
67         select CPU_S3C2440
70 endmenu