]> git.hungrycats.org Git - linux/commitdiff
[PATCH] USB: default input core support to y
authorJohn Levon <levon@movementarian.org>
Tue, 14 Oct 2003 08:19:18 +0000 (01:19 -0700)
committerGreg Kroah-Hartman <greg@kroah.com>
Tue, 14 Oct 2003 08:19:18 +0000 (01:19 -0700)
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

index 2e64c26c9266a6333be317a4c7f1e33cfce41e8a..fb9a0a30457e2fbfc2c3d80345a916b8f3ee2ee5 100644 (file)
@@ -28,6 +28,7 @@ comment "Input core support is needed for USB HID input layer or HIDBP support"
 
 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,