blob: dfab466ebd1d5b779357602b3fd39b2da026e652 [file] [log] [blame]
Tony Lindgren4a54db62010-07-05 16:31:47 +03001if ARCH_OMAP1
2
3menu "TI OMAP1 specific features"
4
Tony Lindgrenb288f752005-07-10 19:58:08 +01005comment "OMAP Core Type"
6 depends on ARCH_OMAP1
7
8config ARCH_OMAP730
9 depends on ARCH_OMAP1
10 bool "OMAP730 Based System"
Russell Kingc7508152008-10-26 10:55:14 +000011 select CPU_ARM926T
Tony Lindgren05b5ca92011-01-18 12:42:23 -080012 select OMAP_MPU_TIMER
Tony Lindgrenb288f752005-07-10 19:58:08 +010013 select ARCH_OMAP_OTG
14
Zebediah C. McClureed981782009-03-23 18:07:46 -070015config ARCH_OMAP850
16 depends on ARCH_OMAP1
17 bool "OMAP850 Based System"
18 select CPU_ARM926T
Cory Maccarrone45f780a2009-11-22 10:10:52 -080019 select ARCH_OMAP_OTG
Zebediah C. McClureed981782009-03-23 18:07:46 -070020
Tony Lindgren3179a012005-11-10 14:26:48 +000021config ARCH_OMAP15XX
Tony Lindgrenb288f752005-07-10 19:58:08 +010022 depends on ARCH_OMAP1
23 default y
Tony Lindgren3179a012005-11-10 14:26:48 +000024 bool "OMAP15xx Based System"
Russell Kingc7508152008-10-26 10:55:14 +000025 select CPU_ARM925T
Tony Lindgren05b5ca92011-01-18 12:42:23 -080026 select OMAP_MPU_TIMER
Tony Lindgrenb288f752005-07-10 19:58:08 +010027
28config ARCH_OMAP16XX
29 depends on ARCH_OMAP1
30 bool "OMAP16xx Based System"
Russell Kingc7508152008-10-26 10:55:14 +000031 select CPU_ARM926T
Tony Lindgrenb288f752005-07-10 19:58:08 +010032 select ARCH_OMAP_OTG
33
34comment "OMAP Board Type"
35 depends on ARCH_OMAP1
36
37config MACH_OMAP_INNOVATOR
38 bool "TI Innovator"
Tony Lindgren3179a012005-11-10 14:26:48 +000039 depends on ARCH_OMAP1 && (ARCH_OMAP15XX || ARCH_OMAP16XX)
Tony Lindgrenb288f752005-07-10 19:58:08 +010040 help
41 TI OMAP 1510 or 1610 Innovator board support. Say Y here if you
42 have such a board.
43
44config MACH_OMAP_H2
45 bool "TI H2 Support"
46 depends on ARCH_OMAP1 && ARCH_OMAP16XX
47 help
48 TI OMAP 1610/1611B H2 board support. Say Y here if you have such
49 a board.
50
51config MACH_OMAP_H3
52 bool "TI H3 Support"
53 depends on ARCH_OMAP1 && ARCH_OMAP16XX
54 help
55 TI OMAP 1710 H3 board support. Say Y here if you have such
56 a board.
57
Zebediah C. McClureed981782009-03-23 18:07:46 -070058config MACH_OMAP_HTCWIZARD
59 bool "HTC Wizard"
60 depends on ARCH_OMAP850
61 help
62 HTC Wizard smartphone support (AKA QTEK 9100, ...)
63
Cory Maccarrone9c2816f2009-11-22 10:11:34 -080064config MACH_HERALD
65 bool "HTC Herald"
66 depends on ARCH_OMAP850
67 help
68 HTC Herald smartphone support (AKA T-Mobile Wing, ...)
69
Tony Lindgrenb288f752005-07-10 19:58:08 +010070config MACH_OMAP_OSK
71 bool "TI OSK Support"
72 depends on ARCH_OMAP1 && ARCH_OMAP16XX
73 help
74 TI OMAP 5912 OSK (OMAP Starter Kit) board support. Say Y here
75 if you have such a board.
76
Tony Lindgren7c38cf02005-09-08 23:07:38 +010077config OMAP_OSK_MISTRAL
78 bool "Mistral QVGA board Support"
79 depends on MACH_OMAP_OSK
80 help
81 The OSK supports an optional add-on board with a Quarter-VGA
82 touchscreen, PDA-ish buttons, a resume button, bicolor LED,
83 and camera connector. Say Y here if you have this board.
84
Tony Lindgrenb288f752005-07-10 19:58:08 +010085config MACH_OMAP_PERSEUS2
86 bool "TI Perseus2"
87 depends on ARCH_OMAP1 && ARCH_OMAP730
88 help
89 Support for TI OMAP 730 Perseus2 board. Say Y here if you have such
90 a board.
91
Brian Swetland495f71d2006-06-26 16:16:03 -070092config MACH_OMAP_FSAMPLE
93 bool "TI F-Sample"
94 depends on ARCH_OMAP1 && ARCH_OMAP730
95 help
96 Support for TI OMAP 850 F-Sample board. Say Y here if you have such
97 a board.
98
Tony Lindgrenb288f752005-07-10 19:58:08 +010099config MACH_VOICEBLUE
100 bool "Voiceblue"
Tony Lindgren3179a012005-11-10 14:26:48 +0000101 depends on ARCH_OMAP1 && ARCH_OMAP15XX
Tony Lindgrenb288f752005-07-10 19:58:08 +0100102 help
103 Support for Voiceblue GSM/VoIP gateway. Say Y here if you have
104 such a board.
105
Tony Lindgren3179a012005-11-10 14:26:48 +0000106config MACH_OMAP_PALMTE
107 bool "Palm Tungsten E"
108 depends on ARCH_OMAP1 && ARCH_OMAP15XX
109 help
Andrzej Zaborowskic3695012006-12-06 17:13:51 -0800110 Support for the Palm Tungsten E PDA. To boot the kernel, you'll
111 need a PalmOS compatible bootloader; check out
112 http://palmtelinux.sourceforge.net/ for more information.
113 Say Y here if you have this PDA model, say N otherwise.
Tony Lindgren3179a012005-11-10 14:26:48 +0000114
Marek Vasutec70e8a2006-12-06 17:13:57 -0800115config MACH_OMAP_PALMZ71
116 bool "Palm Zire71"
117 depends on ARCH_OMAP1 && ARCH_OMAP15XX
118 help
119 Support for the Palm Zire71 PDA. To boot the kernel,
120 you'll need a PalmOS compatible bootloader; check out
Matt LaPlante692105b2009-01-26 11:12:25 +0100121 http://hackndev.com/palm/z71 for more information.
Marek Vasutec70e8a2006-12-06 17:13:57 -0800122 Say Y here if you have such a PDA, say N otherwise.
123
Marek Vasutdc563b42006-12-06 17:14:07 -0800124config MACH_OMAP_PALMTT
125 bool "Palm Tungsten|T"
126 depends on ARCH_OMAP1 && ARCH_OMAP15XX
127 help
128 Support for the Palm Tungsten|T PDA. To boot the kernel, you'll
129 need a PalmOS compatible bootloader (Garux); check out
Justin P. Mattock50a23e62010-10-16 10:36:23 -0700130 http://garux.sourceforge.net/ for more information.
Marek Vasutdc563b42006-12-06 17:14:07 -0800131 Say Y here if you have this PDA model, say N otherwise.
132
Vladimir Ananievc79ed192006-12-06 17:14:08 -0800133config MACH_SX1
134 bool "Siemens SX1"
135 depends on ARCH_OMAP1 && ARCH_OMAP15XX
136 help
137 Support for the Siemens SX1 phone. To boot the kernel,
138 you'll need a SX1 compatible bootloader; check out
139 http://forum.oslik.ru and
140 http://www.handhelds.org/moin/moin.cgi/SiemensSX1
141 for more information.
142 Say Y here if you have such a phone, say NO otherwise.
143
Tony Lindgren9b6553c2006-04-02 17:46:30 +0100144config MACH_NOKIA770
145 bool "Nokia 770"
146 depends on ARCH_OMAP1 && ARCH_OMAP16XX
147 help
148 Support for the Nokia 770 Internet Tablet. Say Y here if you
149 have such a device.
150
151config MACH_AMS_DELTA
152 bool "Amstrad E3 (Delta)"
153 depends on ARCH_OMAP1 && ARCH_OMAP15XX
Janusz Krzysztofik9632f982010-11-16 14:26:57 -0800154 select FIQ
Janusz Krzysztofik937eb4b2011-12-20 03:24:21 +0100155 select GPIO_GENERIC_PLATFORM
Janusz Krzysztofik5ca61802011-12-20 00:08:53 +0100156 select LEDS_GPIO_REGISTER
Janusz Krzysztofikac2885d2012-03-05 17:05:10 +0100157 select REGULATOR
158 select REGULATOR_FIXED_VOLTAGE
Tony Lindgren9b6553c2006-04-02 17:46:30 +0100159 help
160 Support for the Amstrad E3 (codename Delta) videophone. Say Y here
161 if you have such a device.
162
Tony Lindgrenb288f752005-07-10 19:58:08 +0100163config MACH_OMAP_GENERIC
164 bool "Generic OMAP board"
Tony Lindgren3179a012005-11-10 14:26:48 +0000165 depends on ARCH_OMAP1 && (ARCH_OMAP15XX || ARCH_OMAP16XX)
Tony Lindgrenb288f752005-07-10 19:58:08 +0100166 help
167 Support for generic OMAP-1510, 1610 or 1710 board with
168 no FPGA. Can be used as template for porting Linux to
169 custom OMAP boards. Say Y here if you have a custom
170 board.
171
Tony Lindgren4a54db62010-07-05 16:31:47 +0300172endmenu
173
174endif