]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/blame - arch/arm/mach-s3c2410/Kconfig
Merge branch 'linus' into core/softlockup
[mirror_ubuntu-hirsute-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
9d529c6e
BD
40config SIMTEC_NOR
41 bool
42 help
43 Internal node to specify machine has simtec NOR mapping
44
b7a12d19
BD
45config MACH_BAST_IDE
46 bool
47 select HAVE_PATA_PLATFORM
48 help
49 Internal node for machines with an BAST style IDE
50 interface
1da177e4 51
a21765a7 52menu "S3C2410 Machines"
bafa49cc 53
a21765a7
BD
54config ARCH_SMDK2410
55 bool "SMDK2410/A9M2410"
56 select CPU_S3C2410
57 select MACH_SMDK
bbf6f280 58 help
a21765a7
BD
59 Say Y here if you are using the SMDK2410 or the derived module A9M2410
60 <http://www.fsforth.de>
bbf6f280 61
1da177e4
LT
62config ARCH_H1940
63 bool "IPAQ H1940"
64 select CPU_S3C2410
9bcb533c 65 select PM_H1940 if PM
1da177e4
LT
66 help
67 Say Y here if you are using the HP IPAQ H1940
68
a21765a7
BD
69config PM_H1940
70 bool
71 help
72 Internal node for H1940 and related PM
1da177e4
LT
73
74config MACH_N30
95790873 75 bool "Acer N30 family"
1da177e4
LT
76 select CPU_S3C2410
77 help
95790873
CW
78 Say Y here if you want suppt for the Acer N30, Acer N35,
79 Navman PiN570, Yakumo AlphaX or Airis NC05 PDAs.
1da177e4 80
a21765a7
BD
81config ARCH_BAST
82 bool "Simtec Electronics BAST (EB2410ITX)"
1da177e4 83 select CPU_S3C2410
a21765a7 84 select PM_SIMTEC if PM
9d529c6e 85 select SIMTEC_NOR
b7a12d19 86 select MACH_BAST_IDE
a21765a7 87 select ISA
1da177e4 88 help
a21765a7
BD
89 Say Y here if you are using the Simtec Electronics EB2410ITX
90 development board (also known as BAST)
1da177e4 91
a21765a7
BD
92config MACH_OTOM
93 bool "NexVision OTOM Board"
94 select CPU_S3C2410
1da177e4 95 help
a21765a7 96 Say Y here if you are using the Nex Vision OTOM board
96ce2385 97
a21765a7
BD
98config MACH_AML_M5900
99 bool "AML M5900 Series"
100 select CPU_S3C2410
101 select PM_SIMTEC if PM
a55ee0ea 102 help
a21765a7
BD
103 Say Y here if you are using the American Microsystems M5900 Series
104 <http://www.amltd.com>
a55ee0ea 105
a21765a7
BD
106config BAST_PC104_IRQ
107 bool "BAST PC104 IRQ support"
108 depends on ARCH_BAST
109 default y
66c59409 110 help
a21765a7
BD
111 Say Y here to enable the PC104 IRQ routing on the
112 Simtec BAST (EB2410ITX)
96ce2385 113
79b34afa
DA
114config MACH_TCT_HAMMER
115 bool "TCT Hammer Board"
116 select CPU_S3C2410
117 help
118 Say Y here if you are using the TinCanTools Hammer Board
119 <http://www.tincantools.com>
120
1da177e4
LT
121config MACH_VR1000
122 bool "Thorcom VR1000"
618b20a1 123 select PM_SIMTEC if PM
9d529c6e 124 select SIMTEC_NOR
b7a12d19 125 select MACH_BAST_IDE
1da177e4
LT
126 select CPU_S3C2410
127 help
128 Say Y here if you are using the Thorcom VR1000 board.
129
c6184e27
BD
130config MACH_QT2410
131 bool "QT2410"
132 select CPU_S3C2410
133 help
134 Say Y here if you are using the Armzone QT2410
b6c440a9 135
1da177e4 136endmenu