From 81cb197abdd128085730c5ad8732ff47d05814c8 Mon Sep 17 00:00:00 2001 From: Ulf Hermann Date: Mon, 23 Apr 2018 14:33:16 +0200 Subject: Enable uprobes for nitrogen6x Task-number: QTBUG-67891 Change-Id: Iaca9b7a6c724b3d53275b814fa444cc367a2c911 Reviewed-by: Samuli Piippo --- meta-fsl-extras/recipes/linux/linux-boundary_4.%.bbappend | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-fsl-extras/recipes/linux/linux-boundary_4.%.bbappend b/meta-fsl-extras/recipes/linux/linux-boundary_4.%.bbappend index 001a3c7..da4b2c1 100644 --- a/meta-fsl-extras/recipes/linux/linux-boundary_4.%.bbappend +++ b/meta-fsl-extras/recipes/linux/linux-boundary_4.%.bbappend @@ -37,4 +37,5 @@ RDEPENDS_kernel-base = "" do_preconfigure_prepend() { echo "CONFIG_HID_MULTITOUCH=m" >> ${WORKDIR}/defconfig + echo "CONFIG_UPROBE_EVENT=y" >> ${WORKDIR}/defconfig } -- cgit v1.2.3-54-g00ecf