diff options
author | Guodong Xu | 2016-08-24 10:42:06 +0800 |
---|---|---|
committer | Wei Xu | 2016-08-24 15:41:16 +0100 |
commit | acdf2a16720d3c93b5c80b415f937121b4e654f7 (patch) | |
tree | ab44ceb12a22a2f8921584486d9ba0e232858a02 | |
parent | d15f21a3c7e41e4e69b169f897873b4d4f5b0ed6 (diff) |
arm64: defconfig: enable CONFIG_INPUT_HISI_POWERKEY for HiKey
Signed-off-by: Guodong Xu <guodong.xu@linaro.org>
Signed-off-by: Wei Xu <xuwei5@hisilicon.com>
-rw-r--r-- | arch/arm64/configs/defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 6258fb4fab70..103082a6ebc7 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 |