aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hid/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/hid/Kconfig')
-rw-r--r--drivers/hid/Kconfig19
1 files changed, 17 insertions, 2 deletions
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig
index 71d4c0703629..ac8e12d00c0f 100644
--- a/drivers/hid/Kconfig
+++ b/drivers/hid/Kconfig
@@ -273,7 +273,7 @@ config HID_SAMSUNG
273 depends on USB_HID 273 depends on USB_HID
274 default !EMBEDDED 274 default !EMBEDDED
275 ---help--- 275 ---help---
276 Support for Samsung InfraRed remote control. 276 Support for Samsung InfraRed remote control or keyboards.
277 277
278config HID_SONY 278config HID_SONY
279 tristate "Sony" if EMBEDDED 279 tristate "Sony" if EMBEDDED
@@ -332,7 +332,7 @@ config HID_TOPSEED
332 depends on USB_HID 332 depends on USB_HID
333 default !EMBEDDED 333 default !EMBEDDED
334 ---help--- 334 ---help---
335 Say Y if you have a TopSeed Cyberlink remote control. 335 Say Y if you have a TopSeed Cyberlink or BTC Emprex remote control.
336 336
337config HID_THRUSTMASTER 337config HID_THRUSTMASTER
338 tristate "ThrustMaster devices support" if EMBEDDED 338 tristate "ThrustMaster devices support" if EMBEDDED
@@ -357,6 +357,14 @@ config HID_WACOM
357 ---help--- 357 ---help---
358 Support for Wacom Graphire Bluetooth tablet. 358 Support for Wacom Graphire Bluetooth tablet.
359 359
360config HID_WACOM_POWER_SUPPLY
361 bool "Wacom Bluetooth devices power supply status support"
362 depends on HID_WACOM
363 select POWER_SUPPLY
364 ---help---
365 Say Y here if you want to enable power supply status monitoring for
366 Wacom Bluetooth devices.
367
360config HID_ZEROPLUS 368config HID_ZEROPLUS
361 tristate "Zeroplus based game controller support" if EMBEDDED 369 tristate "Zeroplus based game controller support" if EMBEDDED
362 depends on USB_HID 370 depends on USB_HID
@@ -372,6 +380,13 @@ config ZEROPLUS_FF
372 Say Y here if you have a Zeroplus based game controller and want 380 Say Y here if you have a Zeroplus based game controller and want
373 to have force feedback support for it. 381 to have force feedback support for it.
374 382
383config HID_ZYDACRON
384 tristate "Zydacron remote control support" if EMBEDDED
385 depends on USB_HID
386 default !EMBEDDED
387 ---help---
388 Support for Zydacron remote control.
389
375endmenu 390endmenu
376 391
377endif # HID_SUPPORT 392endif # HID_SUPPORT