aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hid/Kconfig
diff options
context:
space:
mode:
authorJiri Kosina <jkosina@suse.cz>2013-06-13 06:03:49 -0400
committerJiri Kosina <jkosina@suse.cz>2013-06-13 06:03:49 -0400
commit078328da5d5dfbd2b1333eb545bd89d6dfa984ef (patch)
treef27e524bca2e6631f788b0ebbf0e44ae03db5d5d /drivers/hid/Kconfig
parent40e32ee6e475852f532c847ed1804b87f6531a67 (diff)
HID: fold ps3remote driver into generic Sony driver
Let's follow the structure we are trying to keep for most of the specific HID drivers, and let the separation follow the producing vendor. Merge functionality provided by ps3remote driver into hid-sony. Tested-by: David Dillow <dave@thedillows.org> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid/Kconfig')
-rw-r--r--drivers/hid/Kconfig15
1 files changed, 3 insertions, 12 deletions
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig
index 5bad26ef227a..8280eba43e14 100644
--- a/drivers/hid/Kconfig
+++ b/drivers/hid/Kconfig
@@ -561,15 +561,6 @@ config HID_PRIMAX
561 Support for Primax devices that are not fully compliant with the 561 Support for Primax devices that are not fully compliant with the
562 HID standard. 562 HID standard.
563 563
564config HID_PS3REMOTE
565 tristate "Sony PS3 BD Remote Control"
566 depends on HID
567 ---help---
568 Support for the Sony PS3 Blue-ray Disk Remote Control and Logitech
569 Harmony Adapter for PS3, which connect over Bluetooth.
570
571 Support for the 6-axis controllers is provided by HID_SONY.
572
573config HID_ROCCAT 564config HID_ROCCAT
574 tristate "Roccat device support" 565 tristate "Roccat device support"
575 depends on USB_HID 566 depends on USB_HID
@@ -600,11 +591,11 @@ config HID_SONY
600 depends on LEDS_CLASS 591 depends on LEDS_CLASS
601 ---help--- 592 ---help---
602 Support for 593 Support for
603 594
604 * Sony PS3 6-axis controllers 595 * Sony PS3 6-axis controllers
605 * Buzz controllers 596 * Buzz controllers
606 597 * Sony PS3 Blue-ray Disk Remote Control (Bluetooth)
607 Support for the Sony PS3 BD Remote is provided by HID_PS3REMOTE. 598 * Logitech Harmony adapter for Sony Playstation 3 (Bluetooth)
608 599
609config HID_SPEEDLINK 600config HID_SPEEDLINK
610 tristate "Speedlink VAD Cezanne mouse support" 601 tristate "Speedlink VAD Cezanne mouse support"