summaryrefslogtreecommitdiff
path: root/package/ktap
diff options
context:
space:
mode:
authorAnders Darander <anders@chargestorm.se>2013-12-16 11:53:20 +0100
committerPeter Korsgaard <peter@korsgaard.com>2013-12-16 22:09:40 +0100
commitaaef2cad852377f8ed9ac5cc3282c9741f81c7d4 (patch)
tree1cae375d9f9f63c2cc8c2ff66b7bfdc92b03b9ae /package/ktap
parent3c2107bb6c6ab988e2f7ce461679fae78e6d0fd9 (diff)
linux.mk: enable options for ktap
Certain tracing related options are required to be able to build ktapvm.ko, enable those. Enable CONFIG_FUNTCTION_TRACER as otherwise, CONFIG_EVENT_TRACING won't stick. (Some tracer needs to be enabled for this). [Peter: add a note to ktap Config.in explaining this is done] Signed-off-by: Anders Darander <anders@chargestorm.se> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/ktap')
-rw-r--r--package/ktap/Config.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/ktap/Config.in b/package/ktap/Config.in
index ba6b42b1b..7f40ce2c6 100644
--- a/package/ktap/Config.in
+++ b/package/ktap/Config.in
@@ -16,6 +16,8 @@ config BR2_PACKAGE_KTAP
Your kernel must have CONFIG_EVENT_TRACING,
CONFIG_PERF_EVENTS, and CONFIG_DEBUG_FS enabled to compile.
+ Buildroot automatically enables these in the kernel configuration.
+
http://www.ktap.org
comment "ktap needs a Linux kernel to be built"