Skip to content

Commit

Permalink
[PATCH] Generic HID layer - build: USB_HID should select HID
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jiri Kosina committed Dec 14, 2006
1 parent d1998ef commit e3a0dd7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion drivers/usb/input/Kconfig
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit e3a0dd7

Please sign in to comment.