From c3bf09a68b635bbf03224a4c5e391d7daff857b2 Mon Sep 17 00:00:00 2001 From: Kim Low Date: Fri, 26 Feb 2021 12:54:56 -0800 Subject: [PATCH] ANDROID: GKI: enable hid-playstation FF To enable DualSense rumble, we need to set CONFIG_PLAYSTATION_FF to "y". Bug: 167947264 Signed-off-by: Kim Low Change-Id: I88d6187e6b8ca57f291753c6c665feb0380f74c5 --- arch/arm64/configs/gki_defconfig | 1 + arch/x86/configs/gki_defconfig | 1 + 2 files changed, 2 insertions(+) diff --git a/arch/arm64/configs/gki_defconfig b/arch/arm64/configs/gki_defconfig index 56058b1c93c2..86953b083c56 100644 --- a/arch/arm64/configs/gki_defconfig +++ b/arch/arm64/configs/gki_defconfig @@ -416,6 +416,7 @@ CONFIG_HID_NINTENDO=y CONFIG_HID_PICOLCD=y CONFIG_HID_PLANTRONICS=y CONFIG_HID_PLAYSTATION=y +CONFIG_PLAYSTATION_FF=y CONFIG_HID_ROCCAT=y CONFIG_HID_SONY=y CONFIG_SONY_FF=y diff --git a/arch/x86/configs/gki_defconfig b/arch/x86/configs/gki_defconfig index 9ac4b7486cd8..5e98e626c131 100644 --- a/arch/x86/configs/gki_defconfig +++ b/arch/x86/configs/gki_defconfig @@ -375,6 +375,7 @@ CONFIG_HID_NINTENDO=y CONFIG_HID_PICOLCD=y CONFIG_HID_PLANTRONICS=y CONFIG_HID_PLAYSTATION=y +CONFIG_PLAYSTATION_FF=y CONFIG_HID_ROCCAT=y CONFIG_HID_SONY=y CONFIG_SONY_FF=y