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-12-13 14:53:57 +0530
commitf622cc2231955e187723a67ddd287f6063bf3f12 (patch)
tree6570cded710defb95cf053c008cbf46fbcca5174
parent789cd449850c0fda570858dce1f7da4ccf4e9c89 (diff)
downloadlinux-topics-f622cc2231955e187723a67ddd287f6063bf3f12.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 bebbed60fc7..a306ec77ebf 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -1487,7 +1487,7 @@ config PROFILING
# dynamically changed for a probe function.
#
config TRACEPOINTS
- bool
+ bool "Tracepoints support"
source "arch/Kconfig"