From 6b7cc871d22b3401ff6e28855c41d6b848fb3659 Mon Sep 17 00:00:00 2001 From: Kim Low Date: Wed, 24 Feb 2021 11:57:49 -0800 Subject: [PATCH] ANDROID: GKI: enable hid-playstation driver To enable DualSense driver, i.e. hid-playstation, we need to set CONFIG_HID_PLAYSTATION to "y". Bug: 167947264 Change-Id: Ifc360ee275018c6cd20440846bbf8c6880b41f92 Signed-off-by: Kim Low --- 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 0a18a754ce31..56058b1c93c2 100644 --- a/arch/arm64/configs/gki_defconfig +++ b/arch/arm64/configs/gki_defconfig @@ -415,6 +415,7 @@ CONFIG_HID_MULTITOUCH=y CONFIG_HID_NINTENDO=y CONFIG_HID_PICOLCD=y CONFIG_HID_PLANTRONICS=y +CONFIG_HID_PLAYSTATION=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 d6d4ed5216c1..9ac4b7486cd8 100644 --- a/arch/x86/configs/gki_defconfig +++ b/arch/x86/configs/gki_defconfig @@ -374,6 +374,7 @@ CONFIG_HID_MULTITOUCH=y CONFIG_HID_NINTENDO=y CONFIG_HID_PICOLCD=y CONFIG_HID_PLANTRONICS=y +CONFIG_HID_PLAYSTATION=y CONFIG_HID_ROCCAT=y CONFIG_HID_SONY=y CONFIG_SONY_FF=y