From 66e46937812ee2103568b14e09cb5f951b7da0c4 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sun, 9 Feb 2014 15:57:59 -0600 Subject: [PATCH] USB HID mouse: Automatically select CONFIG_INPUT with USB HID mouse is selected --- drivers/usbhost/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/usbhost/Kconfig b/drivers/usbhost/Kconfig index 8f6b877227..ed1718bef0 100644 --- a/drivers/usbhost/Kconfig +++ b/drivers/usbhost/Kconfig @@ -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