aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-omap2/Kconfig')
-rw-r--r--arch/arm/mach-omap2/Kconfig54
1 files changed, 47 insertions, 7 deletions
diff --git a/arch/arm/mach-omap2/Kconfig b/arch/arm/mach-omap2/Kconfig
index b48bacf0a7aa..ab784bfde908 100644
--- a/arch/arm/mach-omap2/Kconfig
+++ b/arch/arm/mach-omap2/Kconfig
@@ -11,9 +11,8 @@ config ARCH_OMAP2PLUS_TYPICAL
11 select PM_RUNTIME 11 select PM_RUNTIME
12 select VFP 12 select VFP
13 select NEON if ARCH_OMAP3 || ARCH_OMAP4 13 select NEON if ARCH_OMAP3 || ARCH_OMAP4
14 select SERIAL_8250 14 select SERIAL_OMAP
15 select SERIAL_CORE_CONSOLE 15 select SERIAL_OMAP_CONSOLE
16 select SERIAL_8250_CONSOLE
17 select I2C 16 select I2C
18 select I2C_OMAP 17 select I2C_OMAP
19 select MFD 18 select MFD
@@ -35,7 +34,7 @@ config ARCH_OMAP3
35 default y 34 default y
36 select CPU_V7 35 select CPU_V7
37 select USB_ARCH_HAS_EHCI 36 select USB_ARCH_HAS_EHCI
38 select ARM_L1_CACHE_SHIFT_6 37 select ARM_L1_CACHE_SHIFT_6 if !ARCH_OMAP4
39 38
40config ARCH_OMAP4 39config ARCH_OMAP4
41 bool "TI OMAP4" 40 bool "TI OMAP4"
@@ -43,6 +42,8 @@ config ARCH_OMAP4
43 depends on ARCH_OMAP2PLUS 42 depends on ARCH_OMAP2PLUS
44 select CPU_V7 43 select CPU_V7
45 select ARM_GIC 44 select ARM_GIC
45 select PL310_ERRATA_588369
46 select ARM_ERRATA_720789
46 47
47comment "OMAP Core Type" 48comment "OMAP Core Type"
48 depends on ARCH_OMAP2 49 depends on ARCH_OMAP2
@@ -99,20 +100,20 @@ config MACH_OMAP2_TUSB6010
99 100
100config MACH_OMAP_H4 101config MACH_OMAP_H4
101 bool "OMAP 2420 H4 board" 102 bool "OMAP 2420 H4 board"
102 depends on ARCH_OMAP2 103 depends on ARCH_OMAP2420
103 default y 104 default y
104 select OMAP_PACKAGE_ZAF 105 select OMAP_PACKAGE_ZAF
105 select OMAP_DEBUG_DEVICES 106 select OMAP_DEBUG_DEVICES
106 107
107config MACH_OMAP_APOLLON 108config MACH_OMAP_APOLLON
108 bool "OMAP 2420 Apollon board" 109 bool "OMAP 2420 Apollon board"
109 depends on ARCH_OMAP2 110 depends on ARCH_OMAP2420
110 default y 111 default y
111 select OMAP_PACKAGE_ZAC 112 select OMAP_PACKAGE_ZAC
112 113
113config MACH_OMAP_2430SDP 114config MACH_OMAP_2430SDP
114 bool "OMAP 2430 SDP board" 115 bool "OMAP 2430 SDP board"
115 depends on ARCH_OMAP2 116 depends on ARCH_OMAP2430
116 default y 117 default y
117 select OMAP_PACKAGE_ZAC 118 select OMAP_PACKAGE_ZAC
118 119
@@ -135,6 +136,26 @@ config MACH_OMAP_LDP
135 default y 136 default y
136 select OMAP_PACKAGE_CBB 137 select OMAP_PACKAGE_CBB
137 138
139config MACH_OMAP3530_LV_SOM
140 bool "OMAP3 Logic 3530 LV SOM board"
141 depends on ARCH_OMAP3
142 select OMAP_PACKAGE_CBB
143 default y
144 help
145 Support for the LogicPD OMAP3530 SOM Development kit
146 for full description please see the products webpage at
147 http://www.logicpd.com/products/development-kits/texas-instruments-zoom%E2%84%A2-omap35x-development-kit
148
149config MACH_OMAP3_TORPEDO
150 bool "OMAP3 Logic 35x Torpedo board"
151 depends on ARCH_OMAP3
152 select OMAP_PACKAGE_CBB
153 default y
154 help
155 Support for the LogicPD OMAP35x Torpedo Development kit
156 for full description please see the products webpage at
157 http://www.logicpd.com/products/development-kits/zoom-omap35x-torpedo-development-kit
158
138config MACH_OVERO 159config MACH_OVERO
139 bool "Gumstix Overo board" 160 bool "Gumstix Overo board"
140 depends on ARCH_OMAP3 161 depends on ARCH_OMAP3
@@ -200,12 +221,18 @@ config MACH_OMAP_ZOOM2
200 depends on ARCH_OMAP3 221 depends on ARCH_OMAP3
201 default y 222 default y
202 select OMAP_PACKAGE_CBB 223 select OMAP_PACKAGE_CBB
224 select SERIAL_8250
225 select SERIAL_CORE_CONSOLE
226 select SERIAL_8250_CONSOLE
203 227
204config MACH_OMAP_ZOOM3 228config MACH_OMAP_ZOOM3
205 bool "OMAP3630 Zoom3 board" 229 bool "OMAP3630 Zoom3 board"
206 depends on ARCH_OMAP3 230 depends on ARCH_OMAP3
207 default y 231 default y
208 select OMAP_PACKAGE_CBP 232 select OMAP_PACKAGE_CBP
233 select SERIAL_8250
234 select SERIAL_CORE_CONSOLE
235 select SERIAL_8250_CONSOLE
209 236
210config MACH_CM_T35 237config MACH_CM_T35
211 bool "CompuLab CM-T35 module" 238 bool "CompuLab CM-T35 module"
@@ -214,12 +241,25 @@ config MACH_CM_T35
214 select OMAP_PACKAGE_CUS 241 select OMAP_PACKAGE_CUS
215 select OMAP_MUX 242 select OMAP_MUX
216 243
244config MACH_CM_T3517
245 bool "CompuLab CM-T3517 module"
246 depends on ARCH_OMAP3
247 default y
248 select OMAP_PACKAGE_CBB
249 select OMAP_MUX
250
217config MACH_IGEP0020 251config MACH_IGEP0020
218 bool "IGEP v2 board" 252 bool "IGEP v2 board"
219 depends on ARCH_OMAP3 253 depends on ARCH_OMAP3
220 default y 254 default y
221 select OMAP_PACKAGE_CBB 255 select OMAP_PACKAGE_CBB
222 256
257config MACH_IGEP0030
258 bool "IGEP OMAP3 module"
259 depends on ARCH_OMAP3
260 default y
261 select OMAP_PACKAGE_CBB
262
223config MACH_SBC3530 263config MACH_SBC3530
224 bool "OMAP3 SBC STALKER board" 264 bool "OMAP3 SBC STALKER board"
225 depends on ARCH_OMAP3 265 depends on ARCH_OMAP3