diff options
author | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2007-09-26 00:02:06 -0400 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2007-09-26 00:02:06 -0400 |
commit | 2f9d2827afab6a6ad82b657b1d7fe00cbffa65f8 (patch) | |
tree | edab0b280457187ddbf1700ec35e7a54bf643de7 /drivers/input/joystick/Kconfig | |
parent | 8d9f0952e72dccc40646997346338031d03832b3 (diff) | |
download | kernel-crypto-2f9d2827afab6a6ad82b657b1d7fe00cbffa65f8.tar.gz kernel-crypto-2f9d2827afab6a6ad82b657b1d7fe00cbffa65f8.tar.xz kernel-crypto-2f9d2827afab6a6ad82b657b1d7fe00cbffa65f8.zip |
Input: xpad - fix dependancy on LEDS class
The driver can not be built-in when LEDS class is a module.
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Diffstat (limited to 'drivers/input/joystick/Kconfig')
-rw-r--r-- | drivers/input/joystick/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/joystick/Kconfig b/drivers/input/joystick/Kconfig index e2abe18e575..7c662ee594a 100644 --- a/drivers/input/joystick/Kconfig +++ b/drivers/input/joystick/Kconfig @@ -277,7 +277,7 @@ config JOYSTICK_XPAD_FF config JOYSTICK_XPAD_LEDS bool "LED Support for Xbox360 controller 'BigX' LED" - depends on LEDS_CLASS && JOYSTICK_XPAD + depends on JOYSTICK_XPAD && (LEDS_CLASS=y || LEDS_CLASS=JOYSTICK_XPAD) ---help--- This option enables support for the LED which surrounds the Big X on XBox 360 controller. |