Message ID | 20191212172513.13200-1-stephan@gerhold.net (mailing list archive) |
---|---|
State | Accepted |
Commit | 0f9d251f14babeb024f4a7ca8955719cd59effc7 |
Headers | show |
Series | arm64: defconfig: Enable Qualcomm PM8XXX vibrator support | expand |
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 2646fc76b8db..26ee460bb00a 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -316,6 +316,7 @@ CONFIG_INPUT_TOUCHSCREEN=y CONFIG_TOUCHSCREEN_ATMEL_MXT=m CONFIG_INPUT_MISC=y CONFIG_INPUT_PM8941_PWRKEY=y +CONFIG_INPUT_PM8XXX_VIBRATOR=m CONFIG_INPUT_HISI_POWERKEY=y # CONFIG_SERIO_SERPORT is not set CONFIG_SERIO_AMBAKMI=y
The pm8xxx-vibrator driver controls the vibrator motor driver available in the Qualcomm PM8916 PMIC. Build the driver as module so it can be loaded when necessary. Signed-off-by: Stephan Gerhold <stephan@gerhold.net> --- arch/arm64/configs/defconfig | 1 + 1 file changed, 1 insertion(+)