Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3cd70986 authored by Jan Engelhardt's avatar Jan Engelhardt Committed by Jiri Kosina
Browse files

HID: Use menuconfig objects



Make a "menuconfig" out of the Kconfig objects "menu, ..., endmenu",
so that the user can disable all the options in that menu at once
instead of having to disable each option separately.

Signed-off-by: default avatarJan Engelhardt <jengelh@gmx.de>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent defd2086
Loading
Loading
Loading
Loading
+6 −3
Original line number Original line Diff line number Diff line
#
#
# HID driver configuration
# HID driver configuration
#
#
menu "HID Devices"
menuconfig HID_SUPPORT
	bool "HID Devices"
	depends on INPUT
	depends on INPUT
	default y

if HID_SUPPORT


config HID
config HID
	tristate "Generic HID support"
	tristate "Generic HID support"
@@ -38,5 +42,4 @@ config HID_DEBUG


source "drivers/hid/usbhid/Kconfig"
source "drivers/hid/usbhid/Kconfig"


endmenu
endif # HID_SUPPORT