mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-25 21:50:53 +07:00
HID: wacom: Fix HID_WACOM self-dependency
This patch fixes a silly mistake: HID_WACOM was dependent on HID_WACOM, so the option wasn't showing up after make menuconfig Signed-off-by: Przemo Firszt <przemo@firszt.eu> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
parent
4202f1de3b
commit
cfb7563bca
@ -595,7 +595,6 @@ config THRUSTMASTER_FF
|
||||
config HID_WACOM
|
||||
tristate "Wacom Bluetooth devices support"
|
||||
depends on BT_HIDP
|
||||
depends on HID_WACOM
|
||||
select POWER_SUPPLY
|
||||
---help---
|
||||
Support for Wacom Graphire Bluetooth and Intuos4 WL tablets.
|
||||
|
Loading…
Reference in New Issue
Block a user