From: Fabio Estevam Date: Sat, 24 Jul 2021 13:23:50 +0000 (-0300) Subject: ARM: imx_v6_v7_defconfig: Select CONFIG_KPROBES X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=3d1fc360ac8cd8a9632bc5384ec2d869bceee9d1;p=uclinux-h8%2Flinux.git ARM: imx_v6_v7_defconfig: Select CONFIG_KPROBES Building lttng-modules without CONFIG_KPROBES selected gives a build error. Select CONFIG_KPROBES by default. Signed-off-by: Fabio Estevam Signed-off-by: Shawn Guo --- diff --git a/arch/arm/configs/imx_v6_v7_defconfig b/arch/arm/configs/imx_v6_v7_defconfig index 079fcd8d1d11..ba4a6e6c1860 100644 --- a/arch/arm/configs/imx_v6_v7_defconfig +++ b/arch/arm/configs/imx_v6_v7_defconfig @@ -53,6 +53,7 @@ CONFIG_VFP=y CONFIG_NEON=y CONFIG_PM_DEBUG=y CONFIG_PM_TEST_SUSPEND=y +CONFIG_KPROBES=y CONFIG_MODULES=y CONFIG_MODULE_UNLOAD=y CONFIG_MODVERSIONS=y