aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/Kconfig
diff options
context:
space:
mode:
authorsricharan <r.sricharan@ti.com>2010-11-08 08:56:11 -0500
committerBenoit Cousson <b-cousson@ti.com>2010-11-17 06:01:54 -0500
commitfc63de829bbfa3945ffd6327bd3dc88f4e643642 (patch)
tree9f45f1b68b998da9105bda7269e252dfd896a911 /arch/arm/mach-omap2/Kconfig
parent6fea7b0a7ad9b79aca09df4c42773927db6934ed (diff)
OMAP4: pandaboard: Select CBL & CBS package and initialize mux
The mux framework allows the change of pad configuration by drivers when needed. Prior to this the mux framework has to be initialised with all the mux parameters specific to the board. The mux init is already present in the board file for SDP. Adding the mux init for panda boards. Signed-off-by: sricharan <r.sricharan@ti.com> Acked-by: Anand Gadiyar <gadiyar@ti.com> Signed-off-by: Benoit Cousson <b-cousson@ti.com> Cc: Santosh Shilimkar <santosh.shilimkar@ti.com>
Diffstat (limited to 'arch/arm/mach-omap2/Kconfig')
-rw-r--r--arch/arm/mach-omap2/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/Kconfig b/arch/arm/mach-omap2/Kconfig
index 39229cf72c4b..186d270344e8 100644
--- a/arch/arm/mach-omap2/Kconfig
+++ b/arch/arm/mach-omap2/Kconfig
@@ -290,6 +290,8 @@ config MACH_OMAP4_PANDA
290 bool "OMAP4 Panda Board" 290 bool "OMAP4 Panda Board"
291 default y 291 default y
292 depends on ARCH_OMAP4 292 depends on ARCH_OMAP4
293 select OMAP_PACKAGE_CBL
294 select OMAP_PACKAGE_CBS
293 295
294config OMAP3_EMU 296config OMAP3_EMU
295 bool "OMAP3 debugging peripherals" 297 bool "OMAP3 debugging peripherals"