From d775cbdb58808eaa738afba4f85d6bfa62370954 Mon Sep 17 00:00:00 2001 From: Siarhei Vishniakou Date: Fri, 28 Feb 2020 13:20:43 -0800 Subject: [PATCH] ANDROID: Enable HID_NINTENDO as y This config will enable the Nintendo Switch Pro controller driver. Change-Id: I50645a611566928e20a1afd4024f71803ed5fefa Signed-off-by: Siarhei Vishniakou Bug: 135136477 Test: tested via custom test app Test: atest NintendoSwitchProTest --- 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 dd359ec5ee16..653e5695363e 100644 --- a/arch/arm64/configs/gki_defconfig +++ b/arch/arm64/configs/gki_defconfig @@ -335,6 +335,7 @@ CONFIG_HID_ELECOM=y CONFIG_HID_MAGICMOUSE=y CONFIG_HID_MICROSOFT=y CONFIG_HID_MULTITOUCH=y +CONFIG_HID_NINTENDO=y CONFIG_HID_PLANTRONICS=y CONFIG_HID_SONY=y CONFIG_USB_HIDDEV=y diff --git a/arch/x86/configs/gki_defconfig b/arch/x86/configs/gki_defconfig index 93e928df994c..cbd6f4ff14d0 100644 --- a/arch/x86/configs/gki_defconfig +++ b/arch/x86/configs/gki_defconfig @@ -293,6 +293,7 @@ CONFIG_HID_ELECOM=y CONFIG_HID_MAGICMOUSE=y CONFIG_HID_MICROSOFT=y CONFIG_HID_MULTITOUCH=y +CONFIG_HID_NINTENDO=y CONFIG_HID_PLANTRONICS=y CONFIG_HID_SONY=y CONFIG_USB_HIDDEV=y