CHROMIUM: config: enable joystick support
authorMike Frysinger <vapier@chromium.org>
Wed, 18 Jan 2012 20:53:56 +0000 (15:53 -0500)
committerGrant Grundler <grundler@google.com>
Thu, 24 May 2012 22:06:09 +0000 (15:06 -0700)
We want to be able to use USB joysticks with games, so enable the
driver by default in our builds.

BUG=None
TEST=build kernel, packages, and image for x86-alex; boot it up; plug in USB gamepad and see /dev/input/js0

Signed-off-by: Mike Frysinger <vapier@chromium.org>
Change-Id: I494672a08d307d7268f9d5f0b2e06e68c4dedc5a
Reviewed-on: https://gerrit.chromium.org/gerrit/14398
Reviewed-by: Olof Johansson <olofj@chromium.org>
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Doug Anderson <dianders@chromium.org>
chromeos/config/base.config

index 6bf53fa..cd35276 100644 (file)
@@ -684,7 +684,7 @@ CONFIG_INPUT=y
 CONFIG_INPUT_EVDEV=y
 # CONFIG_INPUT_FF_MEMLESS is not set
 # CONFIG_INPUT_GPIO_ROTARY_ENCODER is not set
-# CONFIG_INPUT_JOYDEV is not set
+CONFIG_INPUT_JOYDEV=m
 # CONFIG_INPUT_JOYSTICK is not set
 CONFIG_INPUT_KEYBOARD=y
 # CONFIG_INPUT_KEYSPAN_REMOTE is not set