[ARM] S3C24XX: Move initialisation code to arch/arm/plat-s3c
[deliverable/linux.git] / arch / arm / mach-s3c2410 / Kconfig
CommitLineData
a21765a7
BD
1# arch/arm/mach-s3c2410/Kconfig
2#
3# Copyright 2007 Simtec Electronics
4#
5# Licensed under GPLv2
1da177e4 6
a21765a7
BD
7config CPU_S3C2410
8 bool
9 depends on ARCH_S3C2410
c750815e 10 select CPU_ARM920T
a21765a7
BD
11 select S3C2410_CLOCK
12 select S3C2410_GPIO
b2627588 13 select CPU_LLSERIAL_S3C2410
a21765a7
BD
14 select S3C2410_PM if PM
15 help
16 Support for S3C2410 and S3C2410A family from the S3C24XX line
17 of Samsung Mobile CPUs.
1da177e4 18
a21765a7
BD
19config CPU_S3C2410_DMA
20 bool
21 depends on S3C2410_DMA && (CPU_S3C2410 || CPU_S3C2442)
22 default y if CPU_S3C2410 || CPU_S3C2442
da56c949 23 help
a21765a7 24 DMA device selection for S3C2410 and compatible CPUs
da56c949 25
a21765a7
BD
26config S3C2410_PM
27 bool
7efb833d 28 help
a21765a7 29 Power Management code common to S3C2410 and better
7efb833d 30
a21765a7
BD
31config S3C2410_GPIO
32 bool
110d322b 33 help
a21765a7 34 GPIO code for S3C2410 and similar processors
110d322b 35
9d529c6e
BD
36config SIMTEC_NOR
37 bool
38 help
39 Internal node to specify machine has simtec NOR mapping
40
b7a12d19
BD
41config MACH_BAST_IDE
42 bool
43 select HAVE_PATA_PLATFORM
44 help
45 Internal node for machines with an BAST style IDE
46 interface
1da177e4 47
a21765a7 48menu "S3C2410 Machines"
bafa49cc 49
a21765a7
BD
50config ARCH_SMDK2410
51 bool "SMDK2410/A9M2410"
52 select CPU_S3C2410
53 select MACH_SMDK
bbf6f280 54 help
a21765a7
BD
55 Say Y here if you are using the SMDK2410 or the derived module A9M2410
56 <http://www.fsforth.de>
bbf6f280 57
1da177e4
LT
58config ARCH_H1940
59 bool "IPAQ H1940"
60 select CPU_S3C2410
9bcb533c 61 select PM_H1940 if PM
1da177e4
LT
62 help
63 Say Y here if you are using the HP IPAQ H1940
64
a21765a7
BD
65config PM_H1940
66 bool
67 help
68 Internal node for H1940 and related PM
1da177e4
LT
69
70config MACH_N30
95790873 71 bool "Acer N30 family"
1da177e4
LT
72 select CPU_S3C2410
73 help
95790873
CW
74 Say Y here if you want suppt for the Acer N30, Acer N35,
75 Navman PiN570, Yakumo AlphaX or Airis NC05 PDAs.
1da177e4 76
a21765a7
BD
77config ARCH_BAST
78 bool "Simtec Electronics BAST (EB2410ITX)"
1da177e4 79 select CPU_S3C2410
a21765a7 80 select PM_SIMTEC if PM
9d529c6e 81 select SIMTEC_NOR
b7a12d19 82 select MACH_BAST_IDE
a21765a7 83 select ISA
1da177e4 84 help
a21765a7
BD
85 Say Y here if you are using the Simtec Electronics EB2410ITX
86 development board (also known as BAST)
1da177e4 87
a21765a7
BD
88config MACH_OTOM
89 bool "NexVision OTOM Board"
90 select CPU_S3C2410
1da177e4 91 help
a21765a7 92 Say Y here if you are using the Nex Vision OTOM board
96ce2385 93
a21765a7
BD
94config MACH_AML_M5900
95 bool "AML M5900 Series"
96 select CPU_S3C2410
97 select PM_SIMTEC if PM
a55ee0ea 98 help
a21765a7
BD
99 Say Y here if you are using the American Microsystems M5900 Series
100 <http://www.amltd.com>
a55ee0ea 101
a21765a7
BD
102config BAST_PC104_IRQ
103 bool "BAST PC104 IRQ support"
104 depends on ARCH_BAST
105 default y
66c59409 106 help
a21765a7
BD
107 Say Y here to enable the PC104 IRQ routing on the
108 Simtec BAST (EB2410ITX)
96ce2385 109
79b34afa
DA
110config MACH_TCT_HAMMER
111 bool "TCT Hammer Board"
112 select CPU_S3C2410
113 help
114 Say Y here if you are using the TinCanTools Hammer Board
115 <http://www.tincantools.com>
116
1da177e4
LT
117config MACH_VR1000
118 bool "Thorcom VR1000"
618b20a1 119 select PM_SIMTEC if PM
9d529c6e 120 select SIMTEC_NOR
b7a12d19 121 select MACH_BAST_IDE
1da177e4
LT
122 select CPU_S3C2410
123 help
124 Say Y here if you are using the Thorcom VR1000 board.
125
c6184e27
BD
126config MACH_QT2410
127 bool "QT2410"
128 select CPU_S3C2410
129 help
130 Say Y here if you are using the Armzone QT2410
b6c440a9 131
1da177e4 132endmenu
This page took 0.385783 seconds and 5 git commands to generate.