Kconfig (49e4739a0cf681cbfe08c72232c1dcc130b66dde) | Kconfig (cd9ec30da58bcd8ab154eba9eb54d16c67e7ef3b) |
---|---|
1# 2# HID driver configuration 3# 4menuconfig HID_SUPPORT 5 bool "HID Devices" 6 depends on INPUT 7 default y 8 ---help--- --- 204 unchanged lines hidden (view full) --- 213 214config HID_NTRIG 215 tristate "NTrig" if EMBEDDED 216 depends on USB_HID 217 default !EMBEDDED 218 ---help--- 219 Support for N-Trig touch screen. 220 | 1# 2# HID driver configuration 3# 4menuconfig HID_SUPPORT 5 bool "HID Devices" 6 depends on INPUT 7 default y 8 ---help--- --- 204 unchanged lines hidden (view full) --- 213 214config HID_NTRIG 215 tristate "NTrig" if EMBEDDED 216 depends on USB_HID 217 default !EMBEDDED 218 ---help--- 219 Support for N-Trig touch screen. 220 |
221config HID_ORTEK 222 tristate "Ortek" if EMBEDDED 223 depends on USB_HID 224 default !EMBEDDED 225 ---help--- 226 Support for Ortek WKB-2000 wireless keyboard + mouse trackpad. 227 |
|
221config HID_PANTHERLORD 222 tristate "Pantherlord support" if EMBEDDED 223 depends on USB_HID 224 default !EMBEDDED 225 ---help--- 226 Say Y here if you have a PantherLord/GreenAsia based game controller 227 or adapter. 228 --- 129 unchanged lines hidden --- | 228config HID_PANTHERLORD 229 tristate "Pantherlord support" if EMBEDDED 230 depends on USB_HID 231 default !EMBEDDED 232 ---help--- 233 Say Y here if you have a PantherLord/GreenAsia based game controller 234 or adapter. 235 --- 129 unchanged lines hidden --- |