xref: /openbmc/linux/arch/arm/mach-omap1/Kconfig (revision 8571e645)
1if ARCH_OMAP1
2
3menu "TI OMAP1 specific features"
4
5comment "OMAP Core Type"
6	depends on ARCH_OMAP1
7
8config ARCH_OMAP730
9	depends on ARCH_OMAP1
10	bool "OMAP730 Based System"
11	select ARCH_OMAP_OTG
12	select CPU_ARM926T
13	select OMAP_MPU_TIMER
14
15config ARCH_OMAP850
16	depends on ARCH_OMAP1
17	bool "OMAP850 Based System"
18	select ARCH_OMAP_OTG
19	select CPU_ARM926T
20
21config ARCH_OMAP15XX
22	depends on ARCH_OMAP1
23	default y
24	bool "OMAP15xx Based System"
25	select CPU_ARM925T
26	select OMAP_MPU_TIMER
27
28config ARCH_OMAP16XX
29	depends on ARCH_OMAP1
30	bool "OMAP16xx Based System"
31	select ARCH_OMAP_OTG
32	select CPU_ARM926T
33
34comment "OMAP Board Type"
35	depends on ARCH_OMAP1
36
37config MACH_OMAP_INNOVATOR
38	bool "TI Innovator"
39	depends on ARCH_OMAP1 && (ARCH_OMAP15XX || ARCH_OMAP16XX)
40	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
58config MACH_HERALD
59	bool "HTC Herald"
60	depends on ARCH_OMAP850
61	help
62	  HTC Herald smartphone support (AKA T-Mobile Wing, ...)
63
64config MACH_OMAP_OSK
65	bool "TI OSK Support"
66	depends on ARCH_OMAP1 && ARCH_OMAP16XX
67    	help
68	  TI OMAP 5912 OSK (OMAP Starter Kit) board support. Say Y here
69          if you have such a board.
70
71config OMAP_OSK_MISTRAL
72	bool "Mistral QVGA board Support"
73	depends on MACH_OMAP_OSK
74    	help
75	  The OSK supports an optional add-on board with a Quarter-VGA
76	  touchscreen, PDA-ish buttons, a resume button, bicolor LED,
77	  and camera connector.  Say Y here if you have this board.
78
79config MACH_OMAP_PERSEUS2
80	bool "TI Perseus2"
81	depends on ARCH_OMAP1 && ARCH_OMAP730
82    	help
83	  Support for TI OMAP 730 Perseus2 board. Say Y here if you have such
84	  a board.
85
86config MACH_OMAP_FSAMPLE
87	bool "TI F-Sample"
88	depends on ARCH_OMAP1 && ARCH_OMAP730
89    	help
90	  Support for TI OMAP 850 F-Sample board. Say Y here if you have such
91	  a board.
92
93config MACH_OMAP_PALMTE
94	bool "Palm Tungsten E"
95	depends on ARCH_OMAP1 && ARCH_OMAP15XX
96	help
97	  Support for the Palm Tungsten E PDA.  To boot the kernel, you'll
98	  need a PalmOS compatible bootloader; check out
99	  http://palmtelinux.sourceforge.net/ for more information.
100	  Say Y here if you have this PDA model, say N otherwise.
101
102config MACH_OMAP_PALMZ71
103	bool "Palm Zire71"
104	depends on ARCH_OMAP1 && ARCH_OMAP15XX
105	help
106	 Support for the Palm Zire71 PDA. To boot the kernel,
107	 you'll need a PalmOS compatible bootloader; check out
108	 http://hackndev.com/palm/z71 for more information.
109	 Say Y here if you have such a PDA, say N otherwise.
110
111config MACH_OMAP_PALMTT
112	bool "Palm Tungsten|T"
113	depends on ARCH_OMAP1 && ARCH_OMAP15XX
114	help
115	  Support for the Palm Tungsten|T PDA. To boot the kernel, you'll
116	  need a PalmOS compatible bootloader (Garux); check out
117	  http://garux.sourceforge.net/ for more information.
118	  Say Y here if you have this PDA model, say N otherwise.
119
120config MACH_SX1
121	bool "Siemens SX1"
122	depends on ARCH_OMAP1 && ARCH_OMAP15XX
123	select I2C
124	help
125	  Support for the Siemens SX1 phone. To boot the kernel,
126	  you'll need a SX1 compatible bootloader; check out
127	  http://forum.oslik.ru and
128	  http://www.handhelds.org/moin/moin.cgi/SiemensSX1
129	  for more information.
130	  Say Y here if you have such a phone, say NO otherwise.
131
132config MACH_NOKIA770
133	bool "Nokia 770"
134	depends on ARCH_OMAP1 && ARCH_OMAP16XX
135	help
136	  Support for the Nokia 770 Internet Tablet. Say Y here if you
137	  have such a device.
138
139config MACH_AMS_DELTA
140	bool "Amstrad E3 (Delta)"
141	depends on ARCH_OMAP1 && ARCH_OMAP15XX
142	select FIQ
143	select GPIO_GENERIC_PLATFORM
144	select LEDS_GPIO_REGISTER
145	select REGULATOR
146	select REGULATOR_FIXED_VOLTAGE
147	help
148	  Support for the Amstrad E3 (codename Delta) videophone. Say Y here
149	  if you have such a device.
150
151config MACH_OMAP_GENERIC
152	bool "Generic OMAP board"
153	depends on ARCH_OMAP1 && (ARCH_OMAP15XX || ARCH_OMAP16XX)
154	help
155          Support for generic OMAP-1510, 1610 or 1710 board with
156          no FPGA. Can be used as template for porting Linux to
157          custom OMAP boards. Say Y here if you have a custom
158          board.
159
160endmenu
161
162endif
163