Hi Felipe, The bridge debug option looks good. Thank you, Best regards, Hari > -----Original Message----- > From: linux-omap-owner@xxxxxxxxxxxxxxx [mailto:linux-omap- > owner@xxxxxxxxxxxxxxx] On Behalf Of Felipe Contreras > Sent: Monday, August 04, 2008 8:48 AM > To: linux-omap@xxxxxxxxxxxxxxx > Cc: Felipe Contreras > Subject: [PATCH] Add option for DSP bridge debugging. > > --- > drivers/dsp/dspbridge/Kconfig | 3 +++ > drivers/dsp/dspbridge/mpu_driver/src/Kbuild | 2 +- > 2 files changed, 4 insertions(+), 1 deletions(-) > > diff --git a/drivers/dsp/dspbridge/Kconfig b/drivers/dsp/dspbridge/Kconfig > index 5d5622d..580c148 100644 > --- a/drivers/dsp/dspbridge/Kconfig > +++ b/drivers/dsp/dspbridge/Kconfig > @@ -29,4 +29,7 @@ config BRIDGE_PM > DSP Bridge employs power management techniques to save dynamic and > static power consumption of the IVA sub system. > > +config BRIDGE_DEBUG > + bool "DSP Bridge Debug Support" > + > endif > diff --git a/drivers/dsp/dspbridge/mpu_driver/src/Kbuild > b/drivers/dsp/dspbridge/mpu_driver/src/Kbuild > index b6ad62a..62ca643 100644 > --- a/drivers/dsp/dspbridge/mpu_driver/src/Kbuild > +++ b/drivers/dsp/dspbridge/mpu_driver/src/Kbuild > @@ -33,7 +33,7 @@ ccflags-y = -DDISABLE_BRIDGE_PM > endif > > # Debug > -ifeq ($(CONFIG_DEBUG_KERNEL),y) > +ifeq ($(CONFIG_BRIDGE_DEBUG),y) > ccflags-y += -DGT_TRACE -DDEBUG > endif > > -- > 1.5.6.2.1.g1a51b > > -- > To unsubscribe from this list: send the line "unsubscribe linux-omap" in > the body of a message to majordomo@xxxxxxxxxxxxxxx > More majordomo info at http://vger.kernel.org/majordomo-info.html -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html