diff options
author | Tony Lindgren <tony@atomide.com> | 2010-11-30 17:46:36 -0500 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2010-11-30 17:46:36 -0500 |
commit | 52aa8c539dad56728527de664f368915ff44badf (patch) | |
tree | 4aa8615023e0bc49153e1dc160fd727f09eb4f71 /arch/arm/mach-omap2/Kconfig | |
parent | 55a4e78952286d498d89a399d845e7cfaa8ddd56 (diff) | |
parent | 032a6424aeea7333a8dafc8cc05dd10b09c62680 (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/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/Kconfig b/arch/arm/mach-omap2/Kconfig index 368851522629..fc3a181aac85 100644 --- a/arch/arm/mach-omap2/Kconfig +++ b/arch/arm/mach-omap2/Kconfig | |||
@@ -85,6 +85,12 @@ config OMAP_PACKAGE_CUS | |||
85 | config OMAP_PACKAGE_CBP | 85 | config OMAP_PACKAGE_CBP |
86 | bool | 86 | bool |
87 | 87 | ||
88 | config OMAP_PACKAGE_CBL | ||
89 | bool | ||
90 | |||
91 | config OMAP_PACKAGE_CBS | ||
92 | bool | ||
93 | |||
88 | comment "OMAP Board Type" | 94 | comment "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 | ||
286 | config MACH_OMAP4_PANDA | 294 | config 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 | ||
291 | config OMAP3_EMU | 301 | config OMAP3_EMU |
292 | bool "OMAP3 debugging peripherals" | 302 | bool "OMAP3 debugging peripherals" |