diff options
Diffstat (limited to 'drivers/hid/Kconfig')
-rw-r--r-- | drivers/hid/Kconfig | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig index 8fbe9fdac128..3b63b0b78122 100644 --- a/drivers/hid/Kconfig +++ b/drivers/hid/Kconfig | |||
@@ -1,8 +1,12 @@ | |||
1 | # | 1 | # |
2 | # HID driver configuration | 2 | # HID driver configuration |
3 | # | 3 | # |
4 | menu "HID Devices" | 4 | menuconfig HID_SUPPORT |
5 | bool "HID Devices" | ||
5 | depends on INPUT | 6 | depends on INPUT |
7 | default y | ||
8 | |||
9 | if HID_SUPPORT | ||
6 | 10 | ||
7 | config HID | 11 | config HID |
8 | tristate "Generic HID support" | 12 | tristate "Generic HID support" |
@@ -24,6 +28,7 @@ config HID | |||
24 | 28 | ||
25 | config HID_DEBUG | 29 | config HID_DEBUG |
26 | bool "HID debugging support" | 30 | bool "HID debugging support" |
31 | default y if !EMBEDDED | ||
27 | depends on HID | 32 | depends on HID |
28 | ---help--- | 33 | ---help--- |
29 | This option lets the HID layer output diagnostics about its internal | 34 | This option lets the HID layer output diagnostics about its internal |
@@ -38,5 +43,4 @@ config HID_DEBUG | |||
38 | 43 | ||
39 | source "drivers/hid/usbhid/Kconfig" | 44 | source "drivers/hid/usbhid/Kconfig" |
40 | 45 | ||
41 | endmenu | 46 | endif # HID_SUPPORT |
42 | |||