Please ignore the previous patch.

Adding description to bridge debug option and indenting Kconfig lines

Signed-off-by: Omar Ramirez Luna <[EMAIL PROTECTED]>
Acked-by: Hari Kanigeri <[EMAIL PROTECTED]>
---

Index: omapkernel/drivers/dsp/bridge/Kconfig
===================================================================
--- omapkernel.orig/drivers/dsp/bridge/Kconfig  2008-08-13 22:52:00.000000000 
-0500
+++ omapkernel/drivers/dsp/bridge/Kconfig       2008-08-15 17:25:34.000000000 
-0500
@@ -6,28 +6,31 @@
        tristate "DSP Bridge driver"
        default n
        help
-       DSP/BIOS Bridge is designed for platforms that contain a GPP and one or
-       more attached DSPs.  The GPP is considered the master or "host" 
processor,
-       and the attached DSPs are processing resources that can be utilized by
-       applications and drivers running on the GPP.
+         DSP/BIOS Bridge is designed for platforms that contain a GPP and
+         one or more attached DSPs.  The GPP is considered the master or
+         "host" processor, and the attached DSPs are processing resources
+         that can be utilized by applications and drivers running on the GPP.
 
 config DISABLE_BRIDGE_DVFS
        bool "Disable Bridge Dynamic Voltage and Frequency Scaling (DVFS)"
        depends on MPU_BRIDGE
        default y
        help
-       DVFS allows DSP Bridge to initiate the operating point change to scale
-       the chip voltage and frequency in order to match the performance and
-       power consumption to the current processing requirements.
+         DVFS allows DSP Bridge to initiate the operating point change to
+         scale the chip voltage and frequency in order to match the
+         performance and power consumption to the current processing
+         requirements.
 
 config DISABLE_BRIDGE_PM
        bool "Disable Bridge Power Management"
        depends on MPU_BRIDGE && PM
        default y
        help
-       DSP Bridge employs power management techniques to save dynamic and
-       static power consumption of the IVA sub system.
+         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"
-       depends on MPU_BRIDGE
+       bool "DSP Bridge Debug Support"
+       depends on MPU_BRIDGE
+       help
+         Say Y to enable Bridge debugging capabilities
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to