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

Commit e3a0dd7c authored by Jiri Kosina's avatar Jiri Kosina
Browse files

[PATCH] Generic HID layer - build: USB_HID should select HID



Let CONFIG_USB_HID imply CONFIG_HID. Making it only dependent might confuse
users to choose CONFIG_HID, but no particular HID transport drivers.

Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent d1998ef3
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -7,7 +7,8 @@ comment "USB Input Devices"
config USB_HID
	tristate "USB Human Interface Device (full HID) support"
	default y
	depends on USB && HID
	depends on USB
	select HID
	---help---
	  Say Y here if you want full HID support to connect USB keyboards,
	  mice, joysticks, graphic tablets, or any other HID based devices