diff options
author | Benoit Cousson <b-cousson@ti.com> | 2010-08-10 11:27:48 -0400 |
---|---|---|
committer | Benoit Cousson <b-cousson@ti.com> | 2010-11-17 06:01:50 -0500 |
commit | a041a52c4d2b82e25de2267bce5f4dc3d2179b2a (patch) | |
tree | 8d6fc016231905d651d8a7d5981b8e45d6258e85 /arch/arm/mach-omap2/Kconfig | |
parent | 112485e9c543b17fc08daea56c7a558b415d06af (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/Kconfig | 3 |
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 | |||
85 | config OMAP_PACKAGE_CBP | 85 | config OMAP_PACKAGE_CBP |
86 | bool | 86 | bool |
87 | 87 | ||
88 | config OMAP_PACKAGE_CBL | ||
89 | bool | ||
90 | |||
88 | comment "OMAP Board Type" | 91 | comment "OMAP Board Type" |
89 | depends on ARCH_OMAP2PLUS | 92 | depends on ARCH_OMAP2PLUS |
90 | 93 | ||