projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
03263ac
)
arm64: Enable KPROBES/HIBERNATION/CORESIGHT in defconfig
author
Alex Shi
<alex.shi@linaro.org>
Thu, 17 Nov 2016 12:03:14 +0000
(20:03 +0800)
committer
Alex Shi
<alex.shi@linaro.org>
Thu, 17 Nov 2016 12:03:14 +0000
(20:03 +0800)
Enable the kprobes, hibernate and coresight feature in default config
for test purpose.
Signed-off-by: Alex Shi <alex.shi@linaro.org>
arch/arm64/configs/defconfig
patch
|
blob
|
history
diff --git
a/arch/arm64/configs/defconfig
b/arch/arm64/configs/defconfig
index bdd7aa358d2a5bc232dc510e789e61939416f700..79717faf2161f8235b206133a0f00813156a6040 100644
(file)
--- a/
arch/arm64/configs/defconfig
+++ b/
arch/arm64/configs/defconfig
@@
-225,3
+225,6
@@
CONFIG_CRYPTO_AES_ARM64_CE_CCM=y
CONFIG_CRYPTO_AES_ARM64_CE_BLK=y
CONFIG_CRYPTO_AES_ARM64_NEON_BLK=y
CONFIG_CRYPTO_CRC32_ARM64=y
+CONFIG_HIBERNATION=y
+CONFIG_KPROBES=y
+CONFIG_CORESIGHT=y