[SCSI] gdth: remove redundant PCI stuff
[safe/jmp/linux-2.6] / drivers / hid / Kconfig
index 850788f..3b63b0b 100644 (file)
@@ -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"
@@ -24,6 +28,7 @@ config HID
 
 config HID_DEBUG
        bool "HID debugging support"
+       default y if !EMBEDDED
        depends on HID
        ---help---
        This option lets the HID layer output diagnostics about its internal
@@ -36,5 +41,6 @@ config HID_DEBUG
 
        If unsure, say N
 
-endmenu
+source "drivers/hid/usbhid/Kconfig"
 
+endif # HID_SUPPORT