]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blame - arch/arm/mach-s3c2410/Kconfig
[ARM] 4963/1: S3C2410 - add basic machine support for the TCT Hammer
[mirror_ubuntu-artful-kernel.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
10 select S3C2410_CLOCK
11 select S3C2410_GPIO
b2627588 12 select CPU_LLSERIAL_S3C2410
a21765a7
BD
13 select S3C2410_PM if PM
14 help
15 Support for S3C2410 and S3C2410A family from the S3C24XX line
16 of Samsung Mobile CPUs.
1da177e4 17
a21765a7
BD
18config CPU_S3C2410_DMA
19 bool
20 depends on S3C2410_DMA && (CPU_S3C2410 || CPU_S3C2442)
21 default y if CPU_S3C2410 || CPU_S3C2442
da56c949 22 help
a21765a7 23 DMA device selection for S3C2410 and compatible CPUs
da56c949 24
a21765a7
BD
25config S3C2410_PM
26 bool
7efb833d 27 help
a21765a7 28 Power Management code common to S3C2410 and better
7efb833d 29
a21765a7
BD
30config S3C2410_GPIO
31 bool
110d322b 32 help
a21765a7 33 GPIO code for S3C2410 and similar processors
110d322b 34
a21765a7
BD
35config S3C2410_CLOCK
36 bool
1da177e4 37 help
a21765a7 38 Clock code for the S3C2410, and similar processors
1da177e4 39
1da177e4 40
a21765a7 41menu "S3C2410 Machines"
bafa49cc 42
a21765a7
BD
43config ARCH_SMDK2410
44 bool "SMDK2410/A9M2410"
45 select CPU_S3C2410
46 select MACH_SMDK
bbf6f280 47 help
a21765a7
BD
48 Say Y here if you are using the SMDK2410 or the derived module A9M2410
49 <http://www.fsforth.de>
bbf6f280 50
1da177e4
LT
51config ARCH_H1940
52 bool "IPAQ H1940"
53 select CPU_S3C2410
9bcb533c 54 select PM_H1940 if PM
1da177e4
LT
55 help
56 Say Y here if you are using the HP IPAQ H1940
57
a21765a7
BD
58config PM_H1940
59 bool
60 help
61 Internal node for H1940 and related PM
1da177e4
LT
62
63config MACH_N30
64 bool "Acer N30"
65 select CPU_S3C2410
66 help
67 Say Y here if you are using the Acer N30
68
a21765a7
BD
69config ARCH_BAST
70 bool "Simtec Electronics BAST (EB2410ITX)"
1da177e4 71 select CPU_S3C2410
a21765a7
BD
72 select PM_SIMTEC if PM
73 select ISA
1da177e4 74 help
a21765a7
BD
75 Say Y here if you are using the Simtec Electronics EB2410ITX
76 development board (also known as BAST)
1da177e4 77
a21765a7
BD
78config MACH_OTOM
79 bool "NexVision OTOM Board"
80 select CPU_S3C2410
1da177e4 81 help
a21765a7 82 Say Y here if you are using the Nex Vision OTOM board
96ce2385 83
a21765a7
BD
84config MACH_AML_M5900
85 bool "AML M5900 Series"
86 select CPU_S3C2410
87 select PM_SIMTEC if PM
a55ee0ea 88 help
a21765a7
BD
89 Say Y here if you are using the American Microsystems M5900 Series
90 <http://www.amltd.com>
a55ee0ea 91
a21765a7
BD
92config BAST_PC104_IRQ
93 bool "BAST PC104 IRQ support"
94 depends on ARCH_BAST
95 default y
66c59409 96 help
a21765a7
BD
97 Say Y here to enable the PC104 IRQ routing on the
98 Simtec BAST (EB2410ITX)
96ce2385 99
79b34afa
DA
100config MACH_TCT_HAMMER
101 bool "TCT Hammer Board"
102 select CPU_S3C2410
103 help
104 Say Y here if you are using the TinCanTools Hammer Board
105 <http://www.tincantools.com>
106
1da177e4
LT
107config MACH_VR1000
108 bool "Thorcom VR1000"
618b20a1 109 select PM_SIMTEC if PM
1da177e4
LT
110 select CPU_S3C2410
111 help
112 Say Y here if you are using the Thorcom VR1000 board.
113
c6184e27
BD
114config MACH_QT2410
115 bool "QT2410"
116 select CPU_S3C2410
117 help
118 Say Y here if you are using the Armzone QT2410
b6c440a9 119
1da177e4
LT
120endmenu
121