summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 9c47503)
raw | patch | inline | side by side (parent: 9c47503)
author | Vaibhav Bedia <vaibhav.bedia@ti.com> | |
Thu, 13 Oct 2011 16:54:16 +0000 (22:24 +0530) | ||
committer | Vaibhav Hiremath <hvaibhav@ti.com> | |
Mon, 23 Jan 2012 19:14:32 +0000 (00:44 +0530) |
In a power aware system all unused clocks should be disabled.
However we might want to enable the JTAG clock alone for debugger
connectivity if such an option exists.
Signed-off-by: Vaibhav Bedia <vaibhav.bedia@ti.com>
Signed-off-by: Vaibhav Hiremath <hvaibhav@ti.com>
However we might want to enable the JTAG clock alone for debugger
connectivity if such an option exists.
Signed-off-by: Vaibhav Bedia <vaibhav.bedia@ti.com>
Signed-off-by: Vaibhav Hiremath <hvaibhav@ti.com>
arch/arm/Kconfig.debug | patch | blob | history |
diff --git a/arch/arm/Kconfig.debug b/arch/arm/Kconfig.debug
index c5213e78606b15efd4d9454dff34c674b6ff276b..0a9ac1bbc8465d3f3512cb5017a1d681f4ad50b8 100644 (file)
--- a/arch/arm/Kconfig.debug
+++ b/arch/arm/Kconfig.debug
help
Perform tests of kprobes API and instruction set simulation.
+config DEBUG_JTAG_ENABLE
+ bool "Enable JTAG clock for debugger connectivity"
+ help
+ Say Y here if you want to enable the JTAG clock to enable
+ connectivity to a debugger
+
endmenu