diff --git a/features/systemtap/systemtap.cfg b/features/systemtap/systemtap.cfg
index 26a5fc3d3d11d8d2d03253c387ba6fb96ce1278d..acc24057cf707552f265b2a1cc38a56f9a57fae9 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 f858b3d280730f81ddd827361b5ea2c55f37905f..3d3975b9e9cc417c5cee422d72eeb569ef40e0e2 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