diff --git a/[refs] b/[refs] index 6914395106c4..31f581c14542 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: defd208681b721dbf2b69347cca5302d60246405 +refs/heads/master: 3cd709866f639d24b0d0f38567c19662c98ea92e diff --git a/trunk/drivers/hid/Kconfig b/trunk/drivers/hid/Kconfig index 8fbe9fdac128..d96eb0865829 100644 --- a/trunk/drivers/hid/Kconfig +++ b/trunk/drivers/hid/Kconfig @@ -1,8 +1,12 @@ # # HID driver configuration # -menu "HID Devices" +menuconfig HID_SUPPORT + bool "HID Devices" depends on INPUT + default y + +if HID_SUPPORT config HID tristate "Generic HID support" @@ -38,5 +42,4 @@ config HID_DEBUG source "drivers/hid/usbhid/Kconfig" -endmenu - +endif # HID_SUPPORT