diff options
author | Benoit Cousson <b-cousson@ti.com> | 2010-09-24 18:56:59 +0400 |
---|---|---|
committer | Benoit Cousson <b-cousson@ti.com> | 2010-11-17 14:01:52 +0300 |
commit | a7722d8796c3431163943c30af7a90d87c43180a (patch) | |
tree | 4b1b1ba21fc89a05ae621f784d4779041fb2439a /arch/arm/mach-omap2/Kconfig | |
parent | fb6bf6320e33af5bd6ac788f27245f9162bc5215 (diff) | |
download | linux-a7722d8796c3431163943c30af7a90d87c43180a.tar.xz |
OMAP4: mux: Add CBS package data for OMAP4430 ES2
Please note that the full muxmodes are re-defined for ES2 instead
of using the subset. There are 81 differences among 204 pins.
The subset fixup will have to iterate over the whole list for each
subset entry, which can lead to an important number of iteration.
On the other hand, it will take much more memory at boot time.
Signed-off-by: Benoit Cousson <b-cousson@ti.com>
Cc: Tony Lindgren <tony@atomide.com>
Cc: Paul Walmsley <paul@pwsan.com>
Cc: Santosh Shilimkar <santosh.shilimkar@ti.com>
Cc: Anand Gadiyar <gadiyar@ti.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 7efb256819a0..92fea6395d58 100644 --- a/arch/arm/mach-omap2/Kconfig +++ b/arch/arm/mach-omap2/Kconfig @@ -88,6 +88,9 @@ config OMAP_PACKAGE_CBP config OMAP_PACKAGE_CBL bool +config OMAP_PACKAGE_CBS + bool + comment "OMAP Board Type" depends on ARCH_OMAP2PLUS |