Kconfig (1ff8392c32a2645d2665ca779ecb91bb29361c13) | Kconfig (06bfb7eb1535822a3338ffea9918e22215abed90) |
---|---|
1# 2# HID driver configuration 3# 4menuconfig HID_SUPPORT 5 bool "HID Devices" 6 depends on INPUT 7 default y | 1# 2# HID driver configuration 3# 4menuconfig HID_SUPPORT 5 bool "HID Devices" 6 depends on INPUT 7 default y |
8 ---help--- 9 Say Y here to get to see options for various computer-human interface 10 device drivers. This option alone does not add any kernel code. |
|
8 | 11 |
12 If you say N, all options in this submenu will be skipped and disabled. 13 |
|
9if HID_SUPPORT 10 11config HID 12 tristate "Generic HID support" 13 depends on INPUT 14 default y 15 ---help--- 16 A human interface device (HID) is a type of computer device that --- 30 unchanged lines hidden --- | 14if HID_SUPPORT 15 16config HID 17 tristate "Generic HID support" 18 depends on INPUT 19 default y 20 ---help--- 21 A human interface device (HID) is a type of computer device that --- 30 unchanged lines hidden --- |