summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVishal Bhoj <vishal.bhoj@linaro.org>2018-05-28 16:09:06 +0100
committerAlistair Strachan <astrachan@google.com>2018-05-29 13:44:52 -0700
commit3ce8fc1c3eb63f156f94e6c78da28dcc5621bc23 (patch)
tree6cd7af41c8ef534a15ef931b687f05aacb4f6fda
parente03078928f3e26fc35961b95b5d6db875f015d20 (diff)
defconfig: hikey: hikey960: Enable KPROBES
cherry-picked the below change: https://android.googlesource.com/kernel/configs/+/6681139aa4d9311e0d02c85ba9aefba0c6f4f905 Debugging the kernel with bcc using eBPF and KPROBES is possible in the 4.9 and 4.14 kernels. Suggest turning these debugging features on. A similar change was already made for various device kernels. Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org> Change-Id: Id1518df39f1436bd29de3ee86b445ea53aa9fec6
-rw-r--r--arch/arm64/configs/hikey960_defconfig1
-rw-r--r--arch/arm64/configs/hikey_defconfig1
2 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm64/configs/hikey960_defconfig b/arch/arm64/configs/hikey960_defconfig
index aa1116824c61..3365f22526c6 100644
--- a/arch/arm64/configs/hikey960_defconfig
+++ b/arch/arm64/configs/hikey960_defconfig
@@ -36,6 +36,7 @@ CONFIG_EMBEDDED=y
# CONFIG_COMPAT_BRK is not set
CONFIG_SLAB=y
CONFIG_PROFILING=y
+CONFIG_KPROBES=y
CONFIG_JUMP_LABEL=y
CONFIG_CC_STACKPROTECTOR_STRONG=y
CONFIG_MODULES=y
diff --git a/arch/arm64/configs/hikey_defconfig b/arch/arm64/configs/hikey_defconfig
index 6b9efed0fd17..28180641cb39 100644
--- a/arch/arm64/configs/hikey_defconfig
+++ b/arch/arm64/configs/hikey_defconfig
@@ -36,6 +36,7 @@ CONFIG_BPF_SYSCALL=y
CONFIG_EMBEDDED=y
# CONFIG_COMPAT_BRK is not set
CONFIG_PROFILING=y
+CONFIG_KPROBES=y
CONFIG_JUMP_LABEL=y
CONFIG_CC_STACKPROTECTOR_STRONG=y
CONFIG_MODULES=y