aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/Kconfig
diff options
context:
space:
mode:
authorBenoit Cousson <b-cousson@ti.com>2010-08-10 11:27:48 -0400
committerBenoit Cousson <b-cousson@ti.com>2010-11-17 06:01:50 -0500
commita041a52c4d2b82e25de2267bce5f4dc3d2179b2a (patch)
tree8d6fc016231905d651d8a7d5981b8e45d6258e85 /arch/arm/mach-omap2/Kconfig
parent112485e9c543b17fc08daea56c7a558b415d06af (diff)
OMAP4: mux: Add CBL package data for OMAP4430 ES1
Add data for OMAP4430 generated from HW pinout & register database. The data set is split in two partitions for both core and wkup. Signed-off-by: Benoit Cousson <b-cousson@ti.com> Cc: Tony Lindgren <tony@atomide.com> Cc: Paul Walmsley <paul@pwsan.com> Cc: Kevin Hilman <khilman@deeprootsystems.com>
Diffstat (limited to 'arch/arm/mach-omap2/Kconfig')
-rw-r--r--arch/arm/mach-omap2/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/Kconfig b/arch/arm/mach-omap2/Kconfig
index ab784bfde908..e14c73d81997 100644
--- a/arch/arm/mach-omap2/Kconfig
+++ b/arch/arm/mach-omap2/Kconfig
@@ -85,6 +85,9 @@ 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
88comment "OMAP Board Type" 91comment "OMAP Board Type"
89 depends on ARCH_OMAP2PLUS 92 depends on ARCH_OMAP2PLUS
90 93