blob: 25de042ab9961745e1f125d56c2d070392a1ea1d [file] [log] [blame]
Ben Dooksa21765a2007-02-11 18:31:01 +01001# 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
Ben Dooksb2627582007-07-22 16:09:44 +010015 select CPU_LLSERIAL_S3C2440
Ben Dooksa21765a2007-02-11 18:31:01 +010016 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
Ben Dooksb9db83a2008-07-03 11:24:38 +010032 select HAVE_PATA_PLATFORM
Ben Dooksa21765a2007-02-11 18:31:01 +010033 help
34 Say Y here if you are using the Simtec Electronics ANUBIS
35 development system
36
37config MACH_OSIRIS
38 bool "Simtec IM2440D20 (OSIRIS) module"
39 select CPU_S3C2440
40 select PM_SIMTEC if PM
41 help
42 Say Y here if you are using the Simtec IM2440D20 module, also
43 known as the Osiris.
44
45config MACH_RX3715
46 bool "HP iPAQ rx3715"
47 select CPU_S3C2440
48 select PM_H1940 if PM
49 help
50 Say Y here if you are using the HP iPAQ rx3715.
51
52config ARCH_S3C2440
53 bool "SMDK2440"
54 select CPU_S3C2440
55 select MACH_SMDK
56 help
57 Say Y here if you are using the SMDK2440.
58
59config MACH_NEXCODER_2440
60 bool "NexVision NEXCODER 2440 Light Board"
61 select CPU_S3C2440
62 help
63 Say Y here if you are using the Nex Vision NEXCODER 2440 Light Board
64
65config SMDK2440_CPU2440
66 bool "SMDK2440 with S3C2440 CPU module"
67 depends on ARCH_S3C2440
68 default y if ARCH_S3C2440
69 select CPU_S3C2440
70
Ramax Lo4ab989712008-07-07 18:12:36 +010071config MACH_AT2440EVB
72 bool "Avantech AT2440EVB development board"
73 select CPU_S3C2440
74 help
75 Say Y here if you are using the AT2440EVB development board
Ben Dooksa21765a2007-02-11 18:31:01 +010076
77endmenu
78