]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/input/joystick/Kconfig
Input: xpad - add support for leds on xbox 360 pad
[karo-tx-linux.git] / drivers / input / joystick / Kconfig
index 82f563e24fdbc39e0e0945ff16f8fca980da05a8..e2abe18e575df2d89e2de4189124f2fbb4abb35f 100644 (file)
@@ -255,6 +255,7 @@ config JOYSTICK_JOYDUMP
 
 config JOYSTICK_XPAD
        tristate "X-Box gamepad support"
+       depends on USB_ARCH_HAS_HCD
        select USB
        help
          Say Y here if you want to use the X-Box pad with your computer.
@@ -267,4 +268,18 @@ config JOYSTICK_XPAD
          To compile this driver as a module, choose M here: the
          module will be called xpad.
 
+config JOYSTICK_XPAD_FF
+       bool "X-Box gamepad rumble support"
+       depends on JOYSTICK_XPAD && INPUT
+       select INPUT_FF_MEMLESS
+       ---help---
+         Say Y here if you want to take advantage of xbox 360 rumble features.
+
+config JOYSTICK_XPAD_LEDS
+       bool "LED Support for Xbox360 controller 'BigX' LED"
+       depends on LEDS_CLASS && JOYSTICK_XPAD
+       ---help---
+         This option enables support for the LED which surrounds the Big X on
+         XBox 360 controller.
+
 endif