blob: 0429d255b0d83eecdd64a05868ce6184b1b98ae0 [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
Russell Kingc7508152008-10-26 10:55:14 +000010 select CPU_ARM920T
Ben Dooksa21765a2007-02-11 18:31:01 +010011 select S3C2410_CLOCK
12 select S3C2410_PM if PM
13 select S3C2410_GPIO
14 select S3C2440_DMA if S3C2410_DMA
15 select CPU_S3C244X
Ben Dooksb2627582007-07-22 16:09:44 +010016 select CPU_LLSERIAL_S3C2440
Ben Dooksa21765a2007-02-11 18:31:01 +010017 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
32 select PM_SIMTEC if PM
Ben Dooksb9db83a2008-07-03 11:24:38 +010033 select HAVE_PATA_PLATFORM
Ben Dooksa21765a2007-02-11 18:31:01 +010034 help
35 Say Y here if you are using the Simtec Electronics ANUBIS
36 development system
37
38config MACH_OSIRIS
39 bool "Simtec IM2440D20 (OSIRIS) module"
40 select CPU_S3C2440
41 select PM_SIMTEC if PM
42 help
43 Say Y here if you are using the Simtec IM2440D20 module, also
44 known as the Osiris.
45
46config MACH_RX3715
47 bool "HP iPAQ rx3715"
48 select CPU_S3C2440
49 select PM_H1940 if PM
50 help
51 Say Y here if you are using the HP iPAQ rx3715.
52
53config ARCH_S3C2440
54 bool "SMDK2440"
55 select CPU_S3C2440
56 select MACH_SMDK
57 help
58 Say Y here if you are using the SMDK2440.
59
60config MACH_NEXCODER_2440
61 bool "NexVision NEXCODER 2440 Light Board"
62 select CPU_S3C2440
63 help
64 Say Y here if you are using the Nex Vision NEXCODER 2440 Light Board
65
66config SMDK2440_CPU2440
67 bool "SMDK2440 with S3C2440 CPU module"
68 depends on ARCH_S3C2440
69 default y if ARCH_S3C2440
70 select CPU_S3C2440
71
Ramax Lo4ab989712008-07-07 18:12:36 +010072config MACH_AT2440EVB
73 bool "Avantech AT2440EVB development board"
74 select CPU_S3C2440
75 help
76 Say Y here if you are using the AT2440EVB development board
Ben Dooksa21765a2007-02-11 18:31:01 +010077
78endmenu
79