diff options
| author | Hemant Kumar <hemantk@codeaurora.org> | 2014-11-20 19:17:58 -0800 |
|---|---|---|
| committer | Mister Oyster <oysterized@gmail.com> | 2017-09-05 15:31:45 +0200 |
| commit | 7e588de9beb86794464b06e3834e6910957f0088 (patch) | |
| tree | 6084af1bb8c9d003f5e02d4116688c8d4e18a7ee | |
| parent | 3327e6cd628b5fa9d39a5039a00373f5da47c815 (diff) | |
defconfig: Enable usb host driver for joystick/gamepad
Current kernel configuration does not support joystick/gamepads.
Controllers like Logitech F710 requires this driver to work.
CRs-Fixed: 758193
Change-Id: Id2e75e019eff3855b5fa2cc778093af68aef1511
Signed-off-by: Hemant Kumar <hemantk@codeaurora.org>
Signed-off-by: Moyster <oysterized@gmail.com>
| -rw-r--r-- | arch/arm64/configs/m2note_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm64/configs/m2note_defconfig b/arch/arm64/configs/m2note_defconfig index 32bd5f04c..99d0a0845 100644 --- a/arch/arm64/configs/m2note_defconfig +++ b/arch/arm64/configs/m2note_defconfig @@ -3355,3 +3355,5 @@ CONFIG_ARCH_HAS_ATOMIC64_DEC_IF_POSITIVE=y # CONFIG_AVERAGE is not set # CONFIG_CORDIC is not set # CONFIG_DDR is not set +CONFIG_INPUT_JOYSTICK=y +CONFIG_JOYSTICK_XPAD=y |
