From 28e3ac953802fd8dc29103b4adc5b431b8aedca2 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Mon, 30 Apr 2007 13:27:48 +0200 Subject: [PATCH] --- yaml --- r: 58416 b: refs/heads/master c: 3cd709866f639d24b0d0f38567c19662c98ea92e h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/drivers/hid/Kconfig | 9 ++++++--- 2 files changed, 7 insertions(+), 4 deletions(-) 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