Commit 5c8f77da authored by John Levon's avatar John Levon Committed by Greg Kroah-Hartman

[PATCH] USB: default input core support to y

It's quite easy to accidentally miss this option out. I think it makes
sense to default it to yes if HID support is enabled.
parent 944fb82a
...@@ -28,6 +28,7 @@ comment "Input core support is needed for USB HID input layer or HIDBP support" ...@@ -28,6 +28,7 @@ comment "Input core support is needed for USB HID input layer or HIDBP support"
config USB_HIDINPUT config USB_HIDINPUT
bool "HID input layer support" bool "HID input layer support"
default y
depends on INPUT && USB_HID depends on INPUT && USB_HID
help help
Say Y here if you want to use a USB keyboard, mouse or joystick, Say Y here if you want to use a USB keyboard, mouse or joystick,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment