mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-04 20:19:47 +08:00
[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>
This commit is contained in:
parent
d1998ef38a
commit
e3a0dd7ced
@ -7,7 +7,8 @@ comment "USB Input Devices"
|
|||||||
config USB_HID
|
config USB_HID
|
||||||
tristate "USB Human Interface Device (full HID) support"
|
tristate "USB Human Interface Device (full HID) support"
|
||||||
default y
|
default y
|
||||||
depends on USB && HID
|
depends on USB
|
||||||
|
select HID
|
||||||
---help---
|
---help---
|
||||||
Say Y here if you want full HID support to connect USB keyboards,
|
Say Y here if you want full HID support to connect USB keyboards,
|
||||||
mice, joysticks, graphic tablets, or any other HID based devices
|
mice, joysticks, graphic tablets, or any other HID based devices
|
||||||
|
Loading…
Reference in New Issue
Block a user