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/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/Kconfig b/arch/arm/mach-omap2/Kconfig
index 36885152262..fc3a181aac8 100644
--- a/arch/arm/mach-omap2/Kconfig
+++ b/arch/arm/mach-omap2/Kconfig
@@ -85,6 +85,12 @@ config OMAP_PACKAGE_CUS
85config OMAP_PACKAGE_CBP 85config OMAP_PACKAGE_CBP
86 bool 86 bool
87 87
88config OMAP_PACKAGE_CBL
89 bool
90
91config OMAP_PACKAGE_CBS
92 bool
93
88comment "OMAP Board Type" 94comment "OMAP Board Type"
89 depends on ARCH_OMAP2PLUS 95 depends on ARCH_OMAP2PLUS
90 96
@@ -282,11 +288,15 @@ config MACH_OMAP_4430SDP
282 bool "OMAP 4430 SDP board" 288 bool "OMAP 4430 SDP board"
283 default y 289 default y
284 depends on ARCH_OMAP4 290 depends on ARCH_OMAP4
291 select OMAP_PACKAGE_CBL
292 select OMAP_PACKAGE_CBS
285 293
286config MACH_OMAP4_PANDA 294config MACH_OMAP4_PANDA
287 bool "OMAP4 Panda Board" 295 bool "OMAP4 Panda Board"
288 default y 296 default y
289 depends on ARCH_OMAP4 297 depends on ARCH_OMAP4
298 select OMAP_PACKAGE_CBL
299 select OMAP_PACKAGE_CBS
290 300
291config OMAP3_EMU 301config OMAP3_EMU
292 bool "OMAP3 debugging peripherals" 302 bool "OMAP3 debugging peripherals"