summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/Kconfig
diff options
context:
space:
mode:
authorAlex Frid <afrid@nvidia.com>2011-01-07 19:11:26 -0800
committerBharat Nihalani <bnihalani@nvidia.com>2011-01-17 01:28:32 -0800
commit75cc321ef9036b35db378eed14f97face4f46321 (patch)
tree67661ee6b476f145c7a358a667f27c7e9e33b4d8 /arch/arm/mach-tegra/Kconfig
parent34ae1ace66e830fa8b74e1b5b61383a46cc24f3d (diff)
ARM: tegra: clock: Add debugfs clock set methods
Implemented debugfs clock write mechanism (disabled by default). Expanded and fixed debugfs clock nodes to properly read clock parent and rate. Change-Id: I9f20994d0829634e09f4bccd6fce6c7c8b5bf844 Reviewed-on: http://git-master/r/15315 Tested-by: Amit Kamath <akamath@nvidia.com> Reviewed-by: Bharat Nihalani <bnihalani@nvidia.com>
Diffstat (limited to 'arch/arm/mach-tegra/Kconfig')
-rw-r--r--arch/arm/mach-tegra/Kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/Kconfig b/arch/arm/mach-tegra/Kconfig
index f38f4ed94b5b..c55067824ed2 100644
--- a/arch/arm/mach-tegra/Kconfig
+++ b/arch/arm/mach-tegra/Kconfig
@@ -115,3 +115,8 @@ config TEGRA_THERMAL_THROTTLE
default y
help
Also requires enabling a temperature sensor such as NCT1008.
+
+config TEGRA_CLOCK_DEBUG_WRITE
+ bool "Enable debugfs write access to clock tree"
+ depends on DEBUG_FS
+ default n