Update from omapzoom 18-Aug-2008
[bridge-dev.git] / 0019-BRIDGE-kconfig_debug_help.patch
blob0b631638df9b3849fe448cd98a026dce3e76fedd
1 From: Omar Ramirez Luna <x00omar@ti.com>
2 Subject: [PATCH] BRIDGE: Adding description to bridge debug option
4 Adding description to bridge debug option
6 Signed-off-by: Omar Ramirez Luna <x00omar@ti.com>
7 Acked-by: Hari Kanigeri <h-kanigeri2@ti.com>
8 ---
9 Kconfig | 25 ++++++++++++++-----------
10 1 file changed, 14 insertions(+), 11 deletions(-)
12 Index: lk/drivers/dsp/bridge/Kconfig
13 ===================================================================
14 --- lk.orig/drivers/dsp/bridge/Kconfig 2008-08-18 10:38:34.000000000 +0300
15 +++ lk/drivers/dsp/bridge/Kconfig 2008-08-18 10:38:40.000000000 +0300
16 @@ -6,28 +6,30 @@
17 tristate "DSP Bridge driver"
18 default n
19 help
20 - DSP/BIOS Bridge is designed for platforms that contain a GPP and one or
21 - more attached DSPs. The GPP is considered the master or "host" processor,
22 - and the attached DSPs are processing resources that can be utilized by
23 - applications and drivers running on the GPP.
24 + DSP/BIOS Bridge is designed for platforms that contain a GPP and one or
25 + more attached DSPs. The GPP is considered the master or "host" processor,
26 + and the attached DSPs are processing resources that can be utilized by
27 + applications and drivers running on the GPP.
29 config DISABLE_BRIDGE_DVFS
30 bool "Disable Bridge Dynamic Voltage and Frequency Scaling (DVFS)"
31 depends on MPU_BRIDGE
32 default y
33 help
34 - DVFS allows DSP Bridge to initiate the operating point change to scale
35 - the chip voltage and frequency in order to match the performance and
36 - power consumption to the current processing requirements.
37 + DVFS allows DSP Bridge to initiate the operating point change to scale
38 + the chip voltage and frequency in order to match the performance and
39 + power consumption to the current processing requirements.
41 config DISABLE_BRIDGE_PM
42 bool "Disable Bridge Power Management"
43 depends on MPU_BRIDGE && PM
44 default y
45 help
46 - DSP Bridge employs power management techniques to save dynamic and
47 - static power consumption of the IVA sub system.
48 + DSP Bridge employs power management techniques to save dynamic and
49 + static power consumption of the IVA sub system.
51 config BRIDGE_DEBUG
52 - depends on MPU_BRIDGE
53 bool "DSP Bridge Debug Support"
54 + depends on MPU_BRIDGE
55 + help
56 + Say Y to enable Bridge debugging capabilities
57 \ No newline at end of file