aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hid
diff options
context:
space:
mode:
authorStefan Achatz <erazor_de@users.sourceforge.net>2011-06-01 09:54:10 -0400
committerJiri Kosina <jkosina@suse.cz>2011-06-13 06:51:53 -0400
commit303f272c1f9f174146fc6c8fe9df614fa3e5825e (patch)
tree9534a90014f4438137309ec88acf129e57c7b8b0 /drivers/hid
parent6d1dec85afa7306e66fff633689ff06195ad079a (diff)
HID: roccat: chang Kconfig menu to submenu for roccat devices
As module roccat is needed by all devices, it's the toplevel menu entry with all devices dependent. Signed-off-by: Stefan Achatz <erazor_de@users.sourceforge.net> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid')
-rw-r--r--drivers/hid/Kconfig17
1 files changed, 7 insertions, 10 deletions
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig
index 67d2a7585934..14ba3e2cbd3b 100644
--- a/drivers/hid/Kconfig
+++ b/drivers/hid/Kconfig
@@ -434,6 +434,7 @@ config HID_QUANTA
434config HID_ROCCAT 434config HID_ROCCAT
435 tristate "Roccat special event support" 435 tristate "Roccat special event support"
436 depends on USB_HID 436 depends on USB_HID
437 select HID_ROCCAT_COMMON
437 ---help--- 438 ---help---
438 Support for Roccat special events. 439 Support for Roccat special events.
439 Say Y here if you have a Roccat mouse or keyboard and want OSD or 440 Say Y here if you have a Roccat mouse or keyboard and want OSD or
@@ -441,44 +442,40 @@ config HID_ROCCAT
441 442
442config HID_ROCCAT_COMMON 443config HID_ROCCAT_COMMON
443 tristate 444 tristate
445 depends on HID_ROCCAT
444 446
445config HID_ROCCAT_ARVO 447config HID_ROCCAT_ARVO
446 tristate "Roccat Arvo keyboard support" 448 tristate "Roccat Arvo keyboard support"
447 depends on USB_HID 449 depends on USB_HID
448 select HID_ROCCAT 450 depends on HID_ROCCAT
449 select HID_ROCCAT_COMMON
450 ---help--- 451 ---help---
451 Support for Roccat Arvo keyboard. 452 Support for Roccat Arvo keyboard.
452 453
453config HID_ROCCAT_KONE 454config HID_ROCCAT_KONE
454 tristate "Roccat Kone Mouse support" 455 tristate "Roccat Kone Mouse support"
455 depends on USB_HID 456 depends on USB_HID
456 select HID_ROCCAT 457 depends on HID_ROCCAT
457 select HID_ROCCAT_COMMON
458 ---help--- 458 ---help---
459 Support for Roccat Kone mouse. 459 Support for Roccat Kone mouse.
460 460
461config HID_ROCCAT_KONEPLUS 461config HID_ROCCAT_KONEPLUS
462 tristate "Roccat Kone[+] mouse support" 462 tristate "Roccat Kone[+] mouse support"
463 depends on USB_HID 463 depends on USB_HID
464 select HID_ROCCAT 464 depends on HID_ROCCAT
465 select HID_ROCCAT_COMMON
466 ---help--- 465 ---help---
467 Support for Roccat Kone[+] mouse. 466 Support for Roccat Kone[+] mouse.
468 467
469config HID_ROCCAT_KOVAPLUS 468config HID_ROCCAT_KOVAPLUS
470 tristate "Roccat Kova[+] mouse support" 469 tristate "Roccat Kova[+] mouse support"
471 depends on USB_HID 470 depends on USB_HID
472 select HID_ROCCAT 471 depends on HID_ROCCAT
473 select HID_ROCCAT_COMMON
474 ---help--- 472 ---help---
475 Support for Roccat Kova[+] mouse. 473 Support for Roccat Kova[+] mouse.
476 474
477config HID_ROCCAT_PYRA 475config HID_ROCCAT_PYRA
478 tristate "Roccat Pyra mouse support" 476 tristate "Roccat Pyra mouse support"
479 depends on USB_HID 477 depends on USB_HID
480 select HID_ROCCAT 478 depends on HID_ROCCAT
481 select HID_ROCCAT_COMMON
482 ---help--- 479 ---help---
483 Support for Roccat Pyra mouse. 480 Support for Roccat Pyra mouse.
484 481