aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hid/Kconfig
diff options
context:
space:
mode:
authorPrzemo Firszt <przemo@firszt.eu>2012-03-22 14:54:05 -0400
committerJiri Kosina <jkosina@suse.cz>2012-03-28 04:22:56 -0400
commit224b321b312e9c03989e1563beaa50f98f9b48e0 (patch)
tree556274ddcb84117bb4cb31b6e7e8cbab6ee4f665 /drivers/hid/Kconfig
parentd464c92b5234227c1698862a1906827e2e398ae0 (diff)
HID: wacom: Remove CONFIG_HID_WACOM_POWER_SUPPLY option
This option was ment as a safety mechanism in case the system treats the wacom tablet battery as the main power supply. It's no longer required as now we can distinguish between system power supply and device power supply. Signed-off-by: Przemo Firszt <przemo@firszt.eu> Reviewed-by: Chris Bagwell <chris@cnpbagwell.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid/Kconfig')
-rw-r--r--drivers/hid/Kconfig8
1 files changed, 1 insertions, 7 deletions
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig
index a3d033252995..c2ab80e5f62a 100644
--- a/drivers/hid/Kconfig
+++ b/drivers/hid/Kconfig
@@ -595,16 +595,10 @@ config THRUSTMASTER_FF
595config HID_WACOM 595config HID_WACOM
596 tristate "Wacom Bluetooth devices support" 596 tristate "Wacom Bluetooth devices support"
597 depends on BT_HIDP 597 depends on BT_HIDP
598 ---help---
599 Support for Wacom Graphire Bluetooth tablet.
600
601config HID_WACOM_POWER_SUPPLY
602 bool "Wacom Bluetooth devices power supply status support"
603 depends on HID_WACOM 598 depends on HID_WACOM
604 select POWER_SUPPLY 599 select POWER_SUPPLY
605 ---help--- 600 ---help---
606 Say Y here if you want to enable power supply status monitoring for 601 Support for Wacom Graphire Bluetooth tablet.
607 Wacom Bluetooth devices.
608 602
609config HID_WIIMOTE 603config HID_WIIMOTE
610 tristate "Nintendo Wii Remote support" 604 tristate "Nintendo Wii Remote support"