From 69916ee36c61d1fe21ebc94b47efd3ad4542408e Mon Sep 17 00:00:00 2001 From: sunyue5 Date: Wed, 30 Dec 2020 17:54:19 +0800 Subject: [PATCH] arm/config: support for hid-nintendo driver CTS will test this device so we should enable it in the kernel config CTS cases: run cts -m CtsHardwareTestCases -t android.hardware.input.cts.tests.NintendoSwitchProTest#testAllKeys android.hardware.input.cts.tests.NintendoSwitchProTest#testAllMotions Change-Id: I4c0f9dcb468fbfa629ae82b984ff55dc170a1acc Signed-off-by: sunyue5 Reviewed-on: https://gerrit.mot.com/1839437 SLTApproved: Slta Waiver SME-Granted: SME Approvals Granted Tested-by: Jira Key Reviewed-by: Xiangpo Zhao Submit-Approved: Jira Key --- arch/arm64/configs/ext_config/moto-erd9610.config | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm64/configs/ext_config/moto-erd9610.config b/arch/arm64/configs/ext_config/moto-erd9610.config index 3622fe11a957..d34ad04ecad8 100644 --- a/arch/arm64/configs/ext_config/moto-erd9610.config +++ b/arch/arm64/configs/ext_config/moto-erd9610.config @@ -67,3 +67,4 @@ CONFIG_PSI=y CONFIG_BLK_CGROUP=y CONFIG_CFQ_GROUP_IOSCHED=y # CONFIG_SCSC_WLAN_WIFI_SHARING is not set +CONFIG_HID_NINTENDO=y -- 2.20.1