USB HID mouse: Automatically select CONFIG_INPUT with USB HID mouse is selected

This commit is contained in:
Gregory Nutt 2014-02-09 15:57:59 -06:00
parent bd16412749
commit 66e4693781

View File

@ -119,6 +119,7 @@ config USBHOST_HIDMOUSE
bool "HID Mouse Class Support"
default n
depends on !INT_DISABLE
select INPUT
---help---
Enable support for the mouse class driver. This also depends on
SCHED_WORKQUEUE && !DISABLE_SIGNALS