Skip to content

Commit

Permalink
HID: wacom: fix build breakage without CONFIG_LEDS_CLASS
Browse files Browse the repository at this point in the history
CONFIG_HID_WACOM must depend on CONFIG_LEDS_CLASS, otherwise
CONFIG_NEW_LEDS may be disabled.

Signed-off-by: David Rientjes <rientjes@google.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
  • Loading branch information
David Rientjes authored and Jiri Kosina committed May 21, 2012
1 parent d70a2ff commit 4e52b53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/hid/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -595,8 +595,8 @@ config THRUSTMASTER_FF
config HID_WACOM
tristate "Wacom Bluetooth devices support"
depends on BT_HIDP
depends on LEDS_CLASS
select POWER_SUPPLY
select LEDS_CLASS
---help---
Support for Wacom Graphire Bluetooth and Intuos4 WL tablets.

Expand Down

0 comments on commit 4e52b53

Please sign in to comment.