diff options
Diffstat (limited to 'baseconfig')
-rw-r--r-- | baseconfig/CONFIG_KPROBE_EVENT | 1 | ||||
-rw-r--r-- | baseconfig/CONFIG_KPROBE_EVENTS | 1 | ||||
-rw-r--r-- | baseconfig/CONFIG_UPROBE_EVENT | 1 | ||||
-rw-r--r-- | baseconfig/CONFIG_UPROBE_EVENTS | 1 |
4 files changed, 2 insertions, 2 deletions
diff --git a/baseconfig/CONFIG_KPROBE_EVENT b/baseconfig/CONFIG_KPROBE_EVENT deleted file mode 100644 index 1ba78399b..000000000 --- a/baseconfig/CONFIG_KPROBE_EVENT +++ /dev/null @@ -1 +0,0 @@ -CONFIG_KPROBE_EVENT=y diff --git a/baseconfig/CONFIG_KPROBE_EVENTS b/baseconfig/CONFIG_KPROBE_EVENTS new file mode 100644 index 000000000..2111c5d1a --- /dev/null +++ b/baseconfig/CONFIG_KPROBE_EVENTS @@ -0,0 +1 @@ +CONFIG_KPROBE_EVENTS=y diff --git a/baseconfig/CONFIG_UPROBE_EVENT b/baseconfig/CONFIG_UPROBE_EVENT deleted file mode 100644 index aba82daa5..000000000 --- a/baseconfig/CONFIG_UPROBE_EVENT +++ /dev/null @@ -1 +0,0 @@ -CONFIG_UPROBE_EVENT=y diff --git a/baseconfig/CONFIG_UPROBE_EVENTS b/baseconfig/CONFIG_UPROBE_EVENTS new file mode 100644 index 000000000..81f7be965 --- /dev/null +++ b/baseconfig/CONFIG_UPROBE_EVENTS @@ -0,0 +1 @@ +CONFIG_UPROBE_EVENTS=y |