summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSangwook Lee <sangwook.lee@linaro.org>2012-03-30 14:13:50 +0100
committerTushar Behera <tushar.behera@linaro.org>2012-04-18 13:15:04 +0530
commit6f8b80e062e04b4bdd9dc3eb5aaeb61cc613319c (patch)
treebfd2de6cd965b3bc2f68f237dca0fe1f4315ec35
parenta6c33c98a72b9511d086e4f21fc4ee3a3aa2735a (diff)
downloadlinux-topics-6f8b80e062e04b4bdd9dc3eb5aaeb61cc613319c.tar.gz
mali: config: Add Streamline Support
Add CONFIG_TRACEPOINTS to fix compile errors Signed-off-by: Sangwook Lee <sangwook.lee@linaro.org>
-rw-r--r--init/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/init/Kconfig b/init/Kconfig
index 6cfd71d0646..876e3c373d5 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -1316,7 +1316,7 @@ config PROFILING
# dynamically changed for a probe function.
#
config TRACEPOINTS
- bool
+ bool "Tracepoints support"
source "arch/Kconfig"