xref: /linux/arch/arm/mach-omap1/Kconfig (revision c1b054d03f5b31c33eaa0b267c629b118eaf3790)
1comment "OMAP Core Type"
2	depends on ARCH_OMAP1
3
4config ARCH_OMAP730
5	depends on ARCH_OMAP1
6	bool "OMAP730 Based System"
7	select ARCH_OMAP_OTG
8
9config ARCH_OMAP1510
10	depends on ARCH_OMAP1
11	default y
12	bool "OMAP1510 Based System"
13
14config ARCH_OMAP16XX
15	depends on ARCH_OMAP1
16	bool "OMAP16xx Based System"
17	select ARCH_OMAP_OTG
18
19comment "OMAP Board Type"
20	depends on ARCH_OMAP1
21
22config MACH_OMAP_INNOVATOR
23	bool "TI Innovator"
24	depends on ARCH_OMAP1 && (ARCH_OMAP1510 || ARCH_OMAP16XX)
25	help
26          TI OMAP 1510 or 1610 Innovator board support. Say Y here if you
27          have such a board.
28
29config MACH_OMAP_H2
30	bool "TI H2 Support"
31	depends on ARCH_OMAP1 && ARCH_OMAP16XX
32    	help
33	  TI OMAP 1610/1611B H2 board support. Say Y here if you have such
34	  a board.
35
36config MACH_OMAP_H3
37	bool "TI H3 Support"
38	depends on ARCH_OMAP1 && ARCH_OMAP16XX
39    	help
40	  TI OMAP 1710 H3 board support. Say Y here if you have such
41	  a board.
42
43config MACH_OMAP_OSK
44	bool "TI OSK Support"
45	depends on ARCH_OMAP1 && ARCH_OMAP16XX
46    	help
47	  TI OMAP 5912 OSK (OMAP Starter Kit) board support. Say Y here
48          if you have such a board.
49
50config MACH_OMAP_PERSEUS2
51	bool "TI Perseus2"
52	depends on ARCH_OMAP1 && ARCH_OMAP730
53    	help
54	  Support for TI OMAP 730 Perseus2 board. Say Y here if you have such
55	  a board.
56
57config MACH_VOICEBLUE
58	bool "Voiceblue"
59	depends on ARCH_OMAP1 && ARCH_OMAP1510
60	help
61	  Support for Voiceblue GSM/VoIP gateway. Say Y here if you have
62	  such a board.
63
64config MACH_NETSTAR
65	bool "NetStar"
66	depends on ARCH_OMAP1 && ARCH_OMAP1510
67	help
68	  Support for NetStar PBX. Say Y here if you have such a board.
69
70config MACH_OMAP_GENERIC
71	bool "Generic OMAP board"
72	depends on ARCH_OMAP1 && (ARCH_OMAP1510 || ARCH_OMAP16XX)
73	help
74          Support for generic OMAP-1510, 1610 or 1710 board with
75          no FPGA. Can be used as template for porting Linux to
76          custom OMAP boards. Say Y here if you have a custom
77          board.
78
79comment "OMAP CPU Speed"
80	depends on ARCH_OMAP1
81
82config OMAP_CLOCKS_SET_BY_BOOTLOADER
83	bool "OMAP clocks set by bootloader"
84	depends on ARCH_OMAP1
85	help
86	  Enable this option to prevent the kernel from overriding the clock
87	  frequencies programmed by bootloader for MPU, DSP, MMUs, TC,
88	  internal LCD controller and MPU peripherals.
89
90config OMAP_ARM_216MHZ
91	bool "OMAP ARM 216 MHz CPU (1710 only)"
92        depends on ARCH_OMAP1 && ARCH_OMAP16XX
93        help
94          Enable 216 MHz clock for OMAP1710 CPU. If unsure, say N.
95
96config OMAP_ARM_195MHZ
97	bool "OMAP ARM 195 MHz CPU"
98	depends on ARCH_OMAP1 && ARCH_OMAP730
99	help
100          Enable 195MHz clock for OMAP CPU. If unsure, say N.
101
102config OMAP_ARM_192MHZ
103	bool "OMAP ARM 192 MHz CPU"
104	depends on ARCH_OMAP1 && ARCH_OMAP16XX
105	help
106          Enable 192MHz clock for OMAP CPU. If unsure, say N.
107
108config OMAP_ARM_182MHZ
109	bool "OMAP ARM 182 MHz CPU"
110	depends on ARCH_OMAP1 && ARCH_OMAP730
111	help
112          Enable 182MHz clock for OMAP CPU. If unsure, say N.
113
114config OMAP_ARM_168MHZ
115	bool "OMAP ARM 168 MHz CPU"
116	depends on ARCH_OMAP1 && (ARCH_OMAP1510 || ARCH_OMAP16XX || ARCH_OMAP730)
117	help
118          Enable 168MHz clock for OMAP CPU. If unsure, say N.
119
120config OMAP_ARM_150MHZ
121	bool "OMAP ARM 150 MHz CPU"
122	depends on ARCH_OMAP1 && ARCH_OMAP1510
123	help
124	  Enable 150MHz clock for OMAP CPU. If unsure, say N.
125
126config OMAP_ARM_120MHZ
127	bool "OMAP ARM 120 MHz CPU"
128	depends on ARCH_OMAP1 && (ARCH_OMAP1510 || ARCH_OMAP16XX || ARCH_OMAP730)
129	help
130          Enable 120MHz clock for OMAP CPU. If unsure, say N.
131
132config OMAP_ARM_60MHZ
133	bool "OMAP ARM 60 MHz CPU"
134	depends on ARCH_OMAP1 && (ARCH_OMAP1510 || ARCH_OMAP16XX || ARCH_OMAP730)
135        default y
136	help
137          Enable 60MHz clock for OMAP CPU. If unsure, say Y.
138
139config OMAP_ARM_30MHZ
140	bool "OMAP ARM 30 MHz CPU"
141	depends on ARCH_OMAP1 && (ARCH_OMAP1510 || ARCH_OMAP16XX || ARCH_OMAP730)
142	help
143          Enable 30MHz clock for OMAP CPU. If unsure, say N.
144
145