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/Kconfig28
1 files changed, 20 insertions, 8 deletions
diff --git a/arch/arm/mach-omap2/Kconfig b/arch/arm/mach-omap2/Kconfig
index b69fa0a0299e..eeab35dea07e 100644
--- a/arch/arm/mach-omap2/Kconfig
+++ b/arch/arm/mach-omap2/Kconfig
@@ -54,25 +54,30 @@ config ARCH_OMAP4
54comment "OMAP Core Type" 54comment "OMAP Core Type"
55 depends on ARCH_OMAP2 55 depends on ARCH_OMAP2
56 56
57config ARCH_OMAP2420 57config SOC_OMAP2420
58 bool "OMAP2420 support" 58 bool "OMAP2420 support"
59 depends on ARCH_OMAP2 59 depends on ARCH_OMAP2
60 default y 60 default y
61 select OMAP_DM_TIMER 61 select OMAP_DM_TIMER
62 select ARCH_OMAP_OTG 62 select ARCH_OMAP_OTG
63 63
64config ARCH_OMAP2430 64config SOC_OMAP2430
65 bool "OMAP2430 support" 65 bool "OMAP2430 support"
66 depends on ARCH_OMAP2 66 depends on ARCH_OMAP2
67 default y 67 default y
68 select ARCH_OMAP_OTG 68 select ARCH_OMAP_OTG
69 69
70config ARCH_OMAP3430 70config SOC_OMAP3430
71 bool "OMAP3430 support" 71 bool "OMAP3430 support"
72 depends on ARCH_OMAP3 72 depends on ARCH_OMAP3
73 default y 73 default y
74 select ARCH_OMAP_OTG 74 select ARCH_OMAP_OTG
75 75
76config SOC_OMAPTI816X
77 bool "TI816X support"
78 depends on ARCH_OMAP3
79 default y
80
76config OMAP_PACKAGE_ZAF 81config OMAP_PACKAGE_ZAF
77 bool 82 bool
78 83
@@ -107,25 +112,25 @@ config MACH_OMAP_GENERIC
107 112
108config MACH_OMAP2_TUSB6010 113config MACH_OMAP2_TUSB6010
109 bool 114 bool
110 depends on ARCH_OMAP2 && ARCH_OMAP2420 115 depends on ARCH_OMAP2 && SOC_OMAP2420
111 default y if MACH_NOKIA_N8X0 116 default y if MACH_NOKIA_N8X0
112 117
113config MACH_OMAP_H4 118config MACH_OMAP_H4
114 bool "OMAP 2420 H4 board" 119 bool "OMAP 2420 H4 board"
115 depends on ARCH_OMAP2420 120 depends on SOC_OMAP2420
116 default y 121 default y
117 select OMAP_PACKAGE_ZAF 122 select OMAP_PACKAGE_ZAF
118 select OMAP_DEBUG_DEVICES 123 select OMAP_DEBUG_DEVICES
119 124
120config MACH_OMAP_APOLLON 125config MACH_OMAP_APOLLON
121 bool "OMAP 2420 Apollon board" 126 bool "OMAP 2420 Apollon board"
122 depends on ARCH_OMAP2420 127 depends on SOC_OMAP2420
123 default y 128 default y
124 select OMAP_PACKAGE_ZAC 129 select OMAP_PACKAGE_ZAC
125 130
126config MACH_OMAP_2430SDP 131config MACH_OMAP_2430SDP
127 bool "OMAP 2430 SDP board" 132 bool "OMAP 2430 SDP board"
128 depends on ARCH_OMAP2430 133 depends on SOC_OMAP2430
129 default y 134 default y
130 select OMAP_PACKAGE_ZAC 135 select OMAP_PACKAGE_ZAC
131 136
@@ -220,7 +225,7 @@ config MACH_NOKIA_N810_WIMAX
220 225
221config MACH_NOKIA_N8X0 226config MACH_NOKIA_N8X0
222 bool "Nokia N800/N810" 227 bool "Nokia N800/N810"
223 depends on ARCH_OMAP2420 228 depends on SOC_OMAP2420
224 default y 229 default y
225 select OMAP_PACKAGE_ZAC 230 select OMAP_PACKAGE_ZAC
226 select MACH_NOKIA_N800 231 select MACH_NOKIA_N800
@@ -295,12 +300,18 @@ config MACH_OMAP_3630SDP
295 default y 300 default y
296 select OMAP_PACKAGE_CBP 301 select OMAP_PACKAGE_CBP
297 302
303config MACH_TI8168EVM
304 bool "TI8168 Evaluation Module"
305 depends on SOC_OMAPTI816X
306 default y
307
298config MACH_OMAP_4430SDP 308config MACH_OMAP_4430SDP
299 bool "OMAP 4430 SDP board" 309 bool "OMAP 4430 SDP board"
300 default y 310 default y
301 depends on ARCH_OMAP4 311 depends on ARCH_OMAP4
302 select OMAP_PACKAGE_CBL 312 select OMAP_PACKAGE_CBL
303 select OMAP_PACKAGE_CBS 313 select OMAP_PACKAGE_CBS
314 select REGULATOR_FIXED_VOLTAGE
304 315
305config MACH_OMAP4_PANDA 316config MACH_OMAP4_PANDA
306 bool "OMAP4 Panda Board" 317 bool "OMAP4 Panda Board"
@@ -308,6 +319,7 @@ config MACH_OMAP4_PANDA
308 depends on ARCH_OMAP4 319 depends on ARCH_OMAP4
309 select OMAP_PACKAGE_CBL 320 select OMAP_PACKAGE_CBL
310 select OMAP_PACKAGE_CBS 321 select OMAP_PACKAGE_CBS
322 select REGULATOR_FIXED_VOLTAGE
311 323
312config OMAP3_EMU 324config OMAP3_EMU
313 bool "OMAP3 debugging peripherals" 325 bool "OMAP3 debugging peripherals"