diff options
author | Dmitry Torokhov <dtor@insightbb.com> | 2007-05-07 16:48:50 -0400 |
---|---|---|
committer | Dmitry Torokhov <dtor@insightbb.com> | 2007-05-08 01:41:29 -0400 |
commit | 1c362d46825259a48c1d543cab3805a6c770c0c8 (patch) | |
tree | 7f718816835676e71b4740a02fb4b065575e2f3c /drivers/usb/input/Kconfig | |
parent | d05e84e6cb21cca16987813fd3c271ebaed4233d (diff) |
Input: move USB gamepads under drivers/input/joystick
This will allow concentrating all input devices in one place
in {menu|x|q}config.
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Acked-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb/input/Kconfig')
-rw-r--r-- | drivers/usb/input/Kconfig | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/drivers/usb/input/Kconfig b/drivers/usb/input/Kconfig index 68109a02b6c..19228780ed8 100644 --- a/drivers/usb/input/Kconfig +++ b/drivers/usb/input/Kconfig @@ -33,20 +33,6 @@ config USB_YEALINK To compile this driver as a module, choose M here: the module will be called yealink. -config USB_XPAD - tristate "X-Box gamepad support" - depends on USB && INPUT - ---help--- - Say Y here if you want to use the X-Box pad with your computer. - Make sure to say Y to "Joystick support" (CONFIG_INPUT_JOYDEV) - and/or "Event interface support" (CONFIG_INPUT_EVDEV) as well. - - For information about how to connect the X-Box pad to USB, see - <file:Documentation/input/xpad.txt>. - - To compile this driver as a module, choose M here: the - module will be called xpad. - config USB_ATI_REMOTE tristate "ATI / X10 USB RF remote control" depends on USB && INPUT |