diff options
author | Jiri Kosina <jkosina@suse.cz> | 2013-05-28 11:22:09 +0200 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2013-05-28 11:22:09 +0200 |
commit | 40e32ee6e475852f532c847ed1804b87f6531a67 (patch) | |
tree | c82f929072fbd08bac483df64b3207882d61536f /drivers/hid/Kconfig | |
parent | f04d51404f51947d3feabf2518495ba5aa3bb2c4 (diff) | |
download | op-kernel-dev-40e32ee6e475852f532c847ed1804b87f6531a67.zip op-kernel-dev-40e32ee6e475852f532c847ed1804b87f6531a67.tar.gz |
HID: sony: fix leds dependency
The newly added support for Buzz controller
- introduced Kconfig selection of LEDS_CLASS
- introduced conditional preprocessor checking for CONFIG_LEDS_CLASS
This has multiple problems -- namely select doesn't work transitively,
so it shouldn't be used. On the other hand the code assumed that LEDS_CLASS
is enabled in some places, but not everywhere.
Put LEDS_CLASS as a Kconfig dependency for hid-sony and remove all the
CONFIG_LEDS_CLASS conditionals from hid-sony.
Reported-by: fengguang.wu@intel.com
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid/Kconfig')
-rw-r--r-- | drivers/hid/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig index 53caf0b..5bad26e 100644 --- a/drivers/hid/Kconfig +++ b/drivers/hid/Kconfig @@ -596,8 +596,8 @@ config HID_SAMSUNG config HID_SONY tristate "Sony PS2/3 accessories" depends on USB_HID - select NEW_LEDS - select LEDS_CLASS + depends on NEW_LEDS + depends on LEDS_CLASS ---help--- Support for |