diff options
author | Guido Günther <agx@sigxcpu.org> | 2021-01-18 11:54:17 +0100 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2021-01-29 16:18:46 +0800 |
commit | 5e51f7482d80cf1cf8a60203560ab68df947ae8a (patch) | |
tree | 190f94b25b16dc9e2920e7d553b97fc819b19129 /arch/arm64/configs/defconfig | |
parent | 31872732a2d520c8bc041c1c4fd2a76dde93f731 (diff) |
arm64: defconfig: Enable vibra-pwm
The haptic motor for the Librem 5 uses this.
Signed-off-by: Guido Günther <agx@sigxcpu.org>
Signed-off-by: Martin Kepplinger <martin.kepplinger@puri.sm>
Reviewed-by: Krzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm64/configs/defconfig')
-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 8214e8136ce8..2b2a3a406c9a 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -393,6 +393,7 @@ CONFIG_TOUCHSCREEN_EDT_FT5X06=m CONFIG_INPUT_MISC=y CONFIG_INPUT_PM8941_PWRKEY=y CONFIG_INPUT_PM8XXX_VIBRATOR=m +CONFIG_INPUT_PWM_VIBRA=m CONFIG_INPUT_HISI_POWERKEY=y # CONFIG_SERIO_SERPORT is not set CONFIG_SERIO_AMBAKMI=y |