From acdf2a16720d3c93b5c80b415f937121b4e654f7 Mon Sep 17 00:00:00 2001 From: Guodong Xu Date: Wed, 24 Aug 2016 10:42:06 +0800 Subject: [PATCH] arm64: defconfig: enable CONFIG_INPUT_HISI_POWERKEY for HiKey Signed-off-by: Guodong Xu Signed-off-by: Wei Xu --- arch/arm64/configs/defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 6258fb4..103082a 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -154,6 +154,7 @@ CONFIG_INPUT_EVDEV=y CONFIG_KEYBOARD_GPIO=y CONFIG_INPUT_MISC=y CONFIG_INPUT_PM8941_PWRKEY=y +CONFIG_INPUT_HISI_POWERKEY=y # CONFIG_SERIO_SERPORT is not set CONFIG_SERIO_AMBAKMI=y CONFIG_LEGACY_PTY_COUNT=16 -- 2.7.4