aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/Kconfig
diff options
context:
space:
mode:
authorTony Lindgren <tony@atomide.com>2010-11-30 17:46:36 -0500
committerTony Lindgren <tony@atomide.com>2010-11-30 17:46:36 -0500
commit52aa8c539dad56728527de664f368915ff44badf (patch)
tree4aa8615023e0bc49153e1dc160fd727f09eb4f71 /arch/arm/mach-omap2/Kconfig
parent55a4e78952286d498d89a399d845e7cfaa8ddd56 (diff)
parent032a6424aeea7333a8dafc8cc05dd10b09c62680 (diff)
Merge branch 'ctrl-wip/mux-omap4-v4' of git://gitorious.org/omap-pm/linux into omap-for-linus
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"