summary refs log tree commit diff
path: root/drivers/hid/Kconfig
diff options
context:
space:
mode:
authorJiri Kosina <jkosina@suse.cz>2011-11-22 22:52:15 +0100
committerJiri Kosina <jkosina@suse.cz>2011-11-22 22:52:15 +0100
commit6cf851d803a17aa43edc23f9ec57378c041fddfb (patch)
tree05413c7100dd213a16a87f6e27159ffacbbdb983 /drivers/hid/Kconfig
parentb95f5bcb811e3905b5376f87789da8d097fee682 (diff)
downloadlinux-6cf851d803a17aa43edc23f9ec57378c041fddfb.tar.gz
HID: hyperv: fixup Kconfig / Makefile entries
Rename the Kconfig entry for hyperv mouse driver so that it has
HID_ prefix as all the other drivers; while at it, place the entry
for this driver to properly ordered place in Makefile and Kconfig.

Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid/Kconfig')
-rw-r--r--drivers/hid/Kconfig12
1 files changed, 6 insertions, 6 deletions
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig
index 387bb532e135..f5aa4a0bbffb 100644
--- a/drivers/hid/Kconfig
+++ b/drivers/hid/Kconfig
@@ -560,6 +560,12 @@ config GREENASIA_FF
 	(like MANTA Warrior MM816 and SpeedLink Strike2 SL-6635) or adapter
 	and want to enable force feedback support for it.
 
+config HID_HYPERV_MOUSE
+	tristate "Microsoft Hyper-V mouse driver"
+	depends on HYPERV
+	---help---
+	Select this option to enable the Hyper-V mouse driver.
+
 config HID_SMARTJOYPLUS
 	tristate "SmartJoy PLUS PS2/USB adapter support"
 	depends on USB_HID
@@ -643,12 +649,6 @@ config HID_ZYDACRON
 	---help---
 	Support for Zydacron remote control.
 
-config HYPERV_MOUSE
-	tristate "Microsoft Hyper-V mouse driver"
-	depends on HYPERV
-	---help---
-	Select this option to enable the Hyper-V mouse driver.
-
 endmenu
 
 endif # HID_SUPPORT