From 1c7fb99e2d04d06c49002bccb5ace456473c988e Mon Sep 17 00:00:00 2001
From: Tom Zanussi <tom.zanussi@intel.com>
Date: Mon, 10 Sep 2012 12:02:29 -0500
Subject: [PATCH] meta: have systemtap use kprobes and uprobes feature

The systemtap feature can use the new kprobes and uprobes feature and
remove the corresponding open-coded options.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
---
 features/systemtap/systemtap.cfg | 1 -
 features/systemtap/systemtap.scc | 3 +++
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/features/systemtap/systemtap.cfg b/features/systemtap/systemtap.cfg
index 26a5fc3d3..acc24057c 100644
--- a/features/systemtap/systemtap.cfg
+++ b/features/systemtap/systemtap.cfg
@@ -1,4 +1,3 @@
-CONFIG_KPROBES=y
 CONFIG_RELAY=y
 CONFIG_DEBUG_INFO=y
 CONFIG_DEBUG_FS=y
diff --git a/features/systemtap/systemtap.scc b/features/systemtap/systemtap.scc
index f858b3d28..3d3975b9e 100644
--- a/features/systemtap/systemtap.scc
+++ b/features/systemtap/systemtap.scc
@@ -2,3 +2,6 @@ define KFEATURE_DESCRIPTION "Enable options required for systemtap support"
 define KFEATURE_COMPATIBILITY all
 
 kconf non-hardware systemtap.cfg
+
+include features/kprobes/kprobes.scc
+include features/uprobe/uprobe.scc
\ No newline at end of file
-- 
GitLab