diff options
author | Benoit Cousson <b-cousson@ti.com> | 2010-09-27 12:50:33 +0400 |
---|---|---|
committer | Benoit Cousson <b-cousson@ti.com> | 2010-11-17 14:01:53 +0300 |
commit | 6fea7b0a7ad9b79aca09df4c42773927db6934ed (patch) | |
tree | a0a8338d556dc2f89da2cf920fadc03f1a726624 /arch/arm/mach-omap2/Kconfig | |
parent | a7722d8796c3431163943c30af7a90d87c43180a (diff) | |
download | linux-6fea7b0a7ad9b79aca09df4c42773927db6934ed.tar.xz |
OMAP4: sdp4430: Select CBS package for ES2
Select the CBS package if SDP4430 is enabled during config.
Use the proper package (CBL or CBS) based on chip revision.
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 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/Kconfig b/arch/arm/mach-omap2/Kconfig index 92fea6395d58..39229cf72c4b 100644 --- a/arch/arm/mach-omap2/Kconfig +++ b/arch/arm/mach-omap2/Kconfig @@ -284,6 +284,7 @@ config MACH_OMAP_4430SDP default y depends on ARCH_OMAP4 select OMAP_PACKAGE_CBL + select OMAP_PACKAGE_CBS config MACH_OMAP4_PANDA bool "OMAP4 Panda Board" |