Skip to content

Commit 6cf851d

Browse files
author
Jiri Kosina
committed
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>
1 parent b95f5bc commit 6cf851d

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

drivers/hid/Kconfig

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -560,6 +560,12 @@ config GREENASIA_FF
560560
(like MANTA Warrior MM816 and SpeedLink Strike2 SL-6635) or adapter
561561
and want to enable force feedback support for it.
562562

563+
config HID_HYPERV_MOUSE
564+
tristate "Microsoft Hyper-V mouse driver"
565+
depends on HYPERV
566+
---help---
567+
Select this option to enable the Hyper-V mouse driver.
568+
563569
config HID_SMARTJOYPLUS
564570
tristate "SmartJoy PLUS PS2/USB adapter support"
565571
depends on USB_HID
@@ -643,12 +649,6 @@ config HID_ZYDACRON
643649
---help---
644650
Support for Zydacron remote control.
645651

646-
config HYPERV_MOUSE
647-
tristate "Microsoft Hyper-V mouse driver"
648-
depends on HYPERV
649-
---help---
650-
Select this option to enable the Hyper-V mouse driver.
651-
652652
endmenu
653653

654654
endif # HID_SUPPORT

drivers/hid/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ obj-$(CONFIG_HID_ELECOM) += hid-elecom.o
3838
obj-$(CONFIG_HID_EZKEY) += hid-ezkey.o
3939
obj-$(CONFIG_HID_GYRATION) += hid-gyration.o
4040
obj-$(CONFIG_HID_HOLTEK) += hid-holtekff.o
41+
obj-$(CONFIG_HID_HYPERV_MOUSE) += hid-hyperv.o
4142
obj-$(CONFIG_HID_KENSINGTON) += hid-kensington.o
4243
obj-$(CONFIG_HID_KEYTOUCH) += hid-keytouch.o
4344
obj-$(CONFIG_HID_KYE) += hid-kye.o
@@ -78,7 +79,6 @@ obj-$(CONFIG_HID_ZYDACRON) += hid-zydacron.o
7879
obj-$(CONFIG_HID_WACOM) += hid-wacom.o
7980
obj-$(CONFIG_HID_WALTOP) += hid-waltop.o
8081
obj-$(CONFIG_HID_WIIMOTE) += hid-wiimote.o
81-
obj-$(CONFIG_HYPERV_MOUSE) += hid-hyperv.o
8282

8383
obj-$(CONFIG_USB_HID) += usbhid/
8484
obj-$(CONFIG_USB_MOUSE) += usbhid/

0 commit comments

Comments
 (0)