From 5fd2dbf74a62bce38e72f3f22a2d6f5fbe2606aa Mon Sep 17 00:00:00 2001
From: Tom Zanussi <tom.zanussi@intel.com>
Date: Mon, 10 Sep 2012 12:02:26 -0500
Subject: [PATCH] meta: have uprobe feature use uprobe.cfg

The uprobe feature includes the patches for uprobes but doesn't
include config options for it - add them.

Also, add description and compatibility strings.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
---
 features/uprobe/uprobe.scc | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/features/uprobe/uprobe.scc b/features/uprobe/uprobe.scc
index 39391a51a..906321901 100644
--- a/features/uprobe/uprobe.scc
+++ b/features/uprobe/uprobe.scc
@@ -1 +1,6 @@
+define KFEATURE_DESCRIPTION "Enable options required for uprobes support"
+define KFEATURE_COMPATIBILITY all
+
+kconf non-hardware uprobe.cfg
+
 # place holder for uprobe
-- 
GitLab