[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: Jiri Kosina <jkosina@suse.cz>

+2 -1
+2 -1
drivers/usb/input/Kconfig
··· 7 7 config USB_HID 8 8 tristate "USB Human Interface Device (full HID) support" 9 9 default y 10 - depends on USB && HID 10 + depends on USB 11 + select HID 11 12 ---help--- 12 13 Say Y here if you want full HID support to connect USB keyboards, 13 14 mice, joysticks, graphic tablets, or any other HID based devices