blob: 402213dc5d85e0079dbc7341952cad3a41eff1b9 [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 Dookse2178d42008-11-10 10:59:32 +000034 select S3C24XX_GPIO_EXTRA64
Ben Dooksa21765a2007-02-11 18:31:01 +010035 help
36 Say Y here if you are using the Simtec Electronics ANUBIS
37 development system
38
39config MACH_OSIRIS
40 bool "Simtec IM2440D20 (OSIRIS) module"
41 select CPU_S3C2440
42 select PM_SIMTEC if PM
Ben Dookse2178d42008-11-10 10:59:32 +000043 select S3C24XX_GPIO_EXTRA128
Ben Dooksa21765a2007-02-11 18:31:01 +010044 help
45 Say Y here if you are using the Simtec IM2440D20 module, also
46 known as the Osiris.
47
48config MACH_RX3715
49 bool "HP iPAQ rx3715"
50 select CPU_S3C2440
51 select PM_H1940 if PM
52 help
53 Say Y here if you are using the HP iPAQ rx3715.
54
55config ARCH_S3C2440
56 bool "SMDK2440"
57 select CPU_S3C2440
58 select MACH_SMDK
59 help
60 Say Y here if you are using the SMDK2440.
61
62config MACH_NEXCODER_2440
63 bool "NexVision NEXCODER 2440 Light Board"
64 select CPU_S3C2440
65 help
66 Say Y here if you are using the Nex Vision NEXCODER 2440 Light Board
67
68config SMDK2440_CPU2440
69 bool "SMDK2440 with S3C2440 CPU module"
70 depends on ARCH_S3C2440
71 default y if ARCH_S3C2440
72 select CPU_S3C2440
73
Ramax Lo4ab989712008-07-07 18:12:36 +010074config MACH_AT2440EVB
75 bool "Avantech AT2440EVB development board"
76 select CPU_S3C2440
77 help
78 Say Y here if you are using the AT2440EVB development board
Ben Dooksa21765a2007-02-11 18:31:01 +010079
80endmenu
81