ChangeSet 1.1352.1.5, 2003/10/14 15:19:18-07:00, levon@movementarian.org

[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.


 drivers/usb/input/Kconfig |    1 +
 1 files changed, 1 insertion(+)


diff -Nru a/drivers/usb/input/Kconfig b/drivers/usb/input/Kconfig
--- a/drivers/usb/input/Kconfig	Wed Oct 15 11:07:39 2003
+++ b/drivers/usb/input/Kconfig	Wed Oct 15 11:07:39 2003
@@ -28,6 +28,7 @@
 
 config USB_HIDINPUT
 	bool "HID input layer support"
+	default y
 	depends on INPUT && USB_HID
 	help
 	  Say Y here if you want to use a USB keyboard, mouse or joystick,
