From 9906480a0392c35f04e8d034b666284eedac2b2c 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 56b839d657a1..bc1a8f0e346e 100644 --- a/arch/arm64/configs/gki_defconfig +++ b/arch/arm64/configs/gki_defconfig @@ -329,6 +329,7 @@ CONFIG_HID_ELECOM=y CONFIG_HID_MAGICMOUSE=y CONFIG_HID_MICROSOFT=y CONFIG_HID_MULTITOUCH=y +CONFIG_HID_NINTENDO=y CONFIG_HID_SONY=y CONFIG_HID_STEAM=y CONFIG_USB_HIDDEV=y diff --git a/arch/x86/configs/gki_defconfig b/arch/x86/configs/gki_defconfig index 8754a222389a..d8ebf9972afb 100644 --- a/arch/x86/configs/gki_defconfig +++ b/arch/x86/configs/gki_defconfig @@ -288,6 +288,7 @@ CONFIG_HID_ELECOM=y CONFIG_HID_MAGICMOUSE=y CONFIG_HID_MICROSOFT=y CONFIG_HID_MULTITOUCH=y +CONFIG_HID_NINTENDO=y CONFIG_HID_SONY=y CONFIG_HID_STEAM=y CONFIG_USB_HIDDEV=y