Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | # |
| 2 | # Input misc drivers configuration |
| 3 | # |
| 4 | menuconfig INPUT_MISC |
| 5 | bool "Miscellaneous devices" |
| 6 | help |
| 7 | Say Y here, and a list of miscellaneous input drivers will be displayed. |
| 8 | Everything that didn't fit into the other categories is here. This option |
| 9 | doesn't affect the kernel. |
| 10 | |
| 11 | If unsure, say Y. |
| 12 | |
| 13 | if INPUT_MISC |
| 14 | |
| 15 | config INPUT_PCSPKR |
| 16 | tristate "PC Speaker support" |
Stas Sergeev | e5e1d3c | 2008-05-07 12:39:56 +0200 | [diff] [blame] | 17 | depends on PCSPKR_PLATFORM |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 18 | help |
| 19 | Say Y here if you want the standard PC Speaker to be used for |
| 20 | bells and whistles. |
| 21 | |
| 22 | If unsure, say Y. |
| 23 | |
| 24 | To compile this driver as a module, choose M here: the |
| 25 | module will be called pcspkr. |
| 26 | |
| 27 | config INPUT_SPARCSPKR |
| 28 | tristate "SPARC Speaker support" |
David S. Miller | a2bd4fd | 2006-06-23 01:44:10 -0700 | [diff] [blame] | 29 | depends on PCI && SPARC64 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 30 | help |
| 31 | Say Y here if you want the standard Speaker on Sparc PCI systems |
| 32 | to be used for bells and whistles. |
| 33 | |
| 34 | If unsure, say Y. |
| 35 | |
| 36 | To compile this driver as a module, choose M here: the |
| 37 | module will be called sparcspkr. |
| 38 | |
| 39 | config INPUT_M68K_BEEP |
| 40 | tristate "M68k Beeper support" |
| 41 | depends on M68K |
| 42 | |
Stephen Hemminger | 52fe0cd | 2007-12-14 11:08:37 -0500 | [diff] [blame] | 43 | config INPUT_APANEL |
| 44 | tristate "Fujitsu Lifebook Application Panel buttons" |
Randy Dunlap | 1913130 | 2008-03-04 14:29:43 -0800 | [diff] [blame] | 45 | depends on X86 && I2C && LEDS_CLASS |
Stephen Hemminger | 52fe0cd | 2007-12-14 11:08:37 -0500 | [diff] [blame] | 46 | select INPUT_POLLDEV |
| 47 | select CHECK_SIGNATURE |
| 48 | help |
| 49 | Say Y here for support of the Application Panel buttons, used on |
| 50 | Fujitsu Lifebook. These are attached to the mainboard through |
Randy Dunlap | 1913130 | 2008-03-04 14:29:43 -0800 | [diff] [blame] | 51 | an SMBus interface managed by the I2C Intel ICH (i801) driver, |
| 52 | which you should also build for this kernel. |
Stephen Hemminger | 52fe0cd | 2007-12-14 11:08:37 -0500 | [diff] [blame] | 53 | |
| 54 | To compile this driver as a module, choose M here: the module will |
| 55 | be called apanel. |
| 56 | |
Dmitry Torokhov | ba0acb5 | 2007-05-07 17:31:32 -0400 | [diff] [blame] | 57 | config INPUT_IXP4XX_BEEPER |
| 58 | tristate "IXP4XX Beeper support" |
| 59 | depends on ARCH_IXP4XX |
| 60 | help |
| 61 | If you say yes here, you can connect a beeper to the |
| 62 | ixp4xx gpio pins. This is used by the LinkSys NSLU2. |
| 63 | |
| 64 | If unsure, say Y. |
| 65 | |
| 66 | To compile this driver as a module, choose M here: the |
| 67 | module will be called ixp4xx-beeper. |
| 68 | |
Yoichi Yuasa | bebb8a2 | 2007-02-18 01:50:18 -0500 | [diff] [blame] | 69 | config INPUT_COBALT_BTNS |
| 70 | tristate "Cobalt button interface" |
| 71 | depends on MIPS_COBALT |
Dmitry Torokhov | 3d29cdf | 2007-04-29 23:43:06 -0400 | [diff] [blame] | 72 | select INPUT_POLLDEV |
Yoichi Yuasa | bebb8a2 | 2007-02-18 01:50:18 -0500 | [diff] [blame] | 73 | help |
| 74 | Say Y here if you want to support MIPS Cobalt button interface. |
| 75 | |
| 76 | To compile this driver as a module, choose M here: the |
| 77 | module will be called cobalt_btns. |
| 78 | |
Dmitry Torokhov | 5fc14680 | 2005-11-20 00:50:06 -0500 | [diff] [blame] | 79 | config INPUT_WISTRON_BTNS |
| 80 | tristate "x86 Wistron laptop button interface" |
Andrew Morton | e9fb028 | 2005-11-20 00:50:21 -0500 | [diff] [blame] | 81 | depends on X86 && !X86_64 |
Dmitry Torokhov | c2554c9 | 2007-05-22 23:48:39 -0400 | [diff] [blame] | 82 | select INPUT_POLLDEV |
Eric Piel | 389679d | 2007-05-21 00:46:31 -0400 | [diff] [blame] | 83 | select NEW_LEDS |
| 84 | select LEDS_CLASS |
Geert Uytterhoeven | 928923c | 2007-08-22 14:01:36 -0700 | [diff] [blame] | 85 | select CHECK_SIGNATURE |
Dmitry Torokhov | 5fc14680 | 2005-11-20 00:50:06 -0500 | [diff] [blame] | 86 | help |
Matt LaPlante | 01dd2fb | 2007-10-20 01:34:40 +0200 | [diff] [blame] | 87 | Say Y here for support of Wistron laptop button interfaces, used on |
Eric Piel | 389679d | 2007-05-21 00:46:31 -0400 | [diff] [blame] | 88 | laptops of various brands, including Acer and Fujitsu-Siemens. If |
Matt LaPlante | 01dd2fb | 2007-10-20 01:34:40 +0200 | [diff] [blame] | 89 | available, mail and wifi LEDs will be controllable via /sys/class/leds. |
Dmitry Torokhov | 5fc14680 | 2005-11-20 00:50:06 -0500 | [diff] [blame] | 90 | |
| 91 | To compile this driver as a module, choose M here: the module will |
| 92 | be called wistron_btns. |
| 93 | |
Jaya Kumar | 31ea7ff | 2007-02-10 01:29:00 -0500 | [diff] [blame] | 94 | config INPUT_ATLAS_BTNS |
| 95 | tristate "x86 Atlas button interface" |
| 96 | depends on X86 && ACPI |
| 97 | help |
| 98 | Say Y here for support of Atlas wallmount touchscreen buttons. |
| 99 | The events will show up as scancodes F1 through F9 via evdev. |
| 100 | |
| 101 | To compile this driver as a module, choose M here: the module will |
| 102 | be called atlas_btns. |
| 103 | |
Dmitry Torokhov | ba0acb5 | 2007-05-07 17:31:32 -0400 | [diff] [blame] | 104 | config INPUT_ATI_REMOTE |
| 105 | tristate "ATI / X10 USB RF remote control" |
Al Viro | 7a86ede | 2007-05-15 20:36:20 +0100 | [diff] [blame] | 106 | depends on USB_ARCH_HAS_HCD |
Dmitry Torokhov | ba0acb5 | 2007-05-07 17:31:32 -0400 | [diff] [blame] | 107 | select USB |
Alessandro Zummo | 0138795 | 2006-01-29 21:50:40 -0500 | [diff] [blame] | 108 | help |
Dmitry Torokhov | ba0acb5 | 2007-05-07 17:31:32 -0400 | [diff] [blame] | 109 | Say Y here if you want to use an ATI or X10 "Lola" USB remote control. |
| 110 | These are RF remotes with USB receivers. |
| 111 | The ATI remote comes with many of ATI's All-In-Wonder video cards. |
| 112 | The X10 "Lola" remote is available at: |
| 113 | <http://www.x10.com/products/lola_sg1.htm> |
| 114 | This driver provides mouse pointer, left and right mouse buttons, |
| 115 | and maps all the other remote buttons to keypress events. |
Alessandro Zummo | 0138795 | 2006-01-29 21:50:40 -0500 | [diff] [blame] | 116 | |
Dmitry Torokhov | ba0acb5 | 2007-05-07 17:31:32 -0400 | [diff] [blame] | 117 | To compile this driver as a module, choose M here: the module will be |
| 118 | called ati_remote. |
| 119 | |
| 120 | config INPUT_ATI_REMOTE2 |
| 121 | tristate "ATI / Philips USB RF remote control" |
Al Viro | 7a86ede | 2007-05-15 20:36:20 +0100 | [diff] [blame] | 122 | depends on USB_ARCH_HAS_HCD |
Dmitry Torokhov | ba0acb5 | 2007-05-07 17:31:32 -0400 | [diff] [blame] | 123 | select USB |
| 124 | help |
| 125 | Say Y here if you want to use an ATI or Philips USB RF remote control. |
| 126 | These are RF remotes with USB receivers. |
| 127 | ATI Remote Wonder II comes with some ATI's All-In-Wonder video cards |
| 128 | and is also available as a separate product. |
| 129 | This driver provides mouse pointer, left and right mouse buttons, |
| 130 | and maps all the other remote buttons to keypress events. |
| 131 | |
| 132 | To compile this driver as a module, choose M here: the module will be |
| 133 | called ati_remote2. |
| 134 | |
| 135 | config INPUT_KEYSPAN_REMOTE |
| 136 | tristate "Keyspan DMR USB remote control (EXPERIMENTAL)" |
| 137 | depends on EXPERIMENTAL |
Al Viro | 7a86ede | 2007-05-15 20:36:20 +0100 | [diff] [blame] | 138 | depends on USB_ARCH_HAS_HCD |
Dmitry Torokhov | ba0acb5 | 2007-05-07 17:31:32 -0400 | [diff] [blame] | 139 | select USB |
| 140 | help |
| 141 | Say Y here if you want to use a Keyspan DMR USB remote control. |
| 142 | Currently only the UIA-11 type of receiver has been tested. The tag |
| 143 | on the receiver that connects to the USB port should have a P/N that |
| 144 | will tell you what type of DMR you have. The UIA-10 type is not |
| 145 | supported at this time. This driver maps all buttons to keypress |
| 146 | events. |
| 147 | |
| 148 | To compile this driver as a module, choose M here: the module will |
| 149 | be called keyspan_remote. |
| 150 | |
| 151 | config INPUT_POWERMATE |
| 152 | tristate "Griffin PowerMate and Contour Jog support" |
Al Viro | 7a86ede | 2007-05-15 20:36:20 +0100 | [diff] [blame] | 153 | depends on USB_ARCH_HAS_HCD |
Dmitry Torokhov | ba0acb5 | 2007-05-07 17:31:32 -0400 | [diff] [blame] | 154 | select USB |
| 155 | help |
| 156 | Say Y here if you want to use Griffin PowerMate or Contour Jog devices. |
| 157 | These are aluminum dials which can measure clockwise and anticlockwise |
| 158 | rotation. The dial also acts as a pushbutton. The base contains an LED |
| 159 | which can be instructed to pulse or to switch to a particular intensity. |
| 160 | |
| 161 | You can download userspace tools from |
| 162 | <http://sowerbutts.com/powermate/>. |
Alessandro Zummo | 0138795 | 2006-01-29 21:50:40 -0500 | [diff] [blame] | 163 | |
| 164 | To compile this driver as a module, choose M here: the |
Dmitry Torokhov | ba0acb5 | 2007-05-07 17:31:32 -0400 | [diff] [blame] | 165 | module will be called powermate. |
| 166 | |
| 167 | config INPUT_YEALINK |
| 168 | tristate "Yealink usb-p1k voip phone" |
Adrian Bunk | 247537b | 2007-09-26 20:02:52 +0200 | [diff] [blame] | 169 | depends on EXPERIMENTAL |
Al Viro | 7a86ede | 2007-05-15 20:36:20 +0100 | [diff] [blame] | 170 | depends on USB_ARCH_HAS_HCD |
Dmitry Torokhov | ba0acb5 | 2007-05-07 17:31:32 -0400 | [diff] [blame] | 171 | select USB |
| 172 | help |
| 173 | Say Y here if you want to enable keyboard and LCD functions of the |
| 174 | Yealink usb-p1k usb phones. The audio part is enabled by the generic |
| 175 | usb sound driver, so you might want to enable that as well. |
| 176 | |
| 177 | For information about how to use these additional functions, see |
| 178 | <file:Documentation/input/yealink.txt>. |
| 179 | |
| 180 | To compile this driver as a module, choose M here: the module will be |
| 181 | called yealink. |
Alessandro Zummo | 0138795 | 2006-01-29 21:50:40 -0500 | [diff] [blame] | 182 | |
Alfred E. Heggestad | c04148f | 2008-08-08 11:49:08 -0400 | [diff] [blame] | 183 | config INPUT_CM109 |
| 184 | tristate "C-Media CM109 USB I/O Controller" |
| 185 | depends on EXPERIMENTAL |
| 186 | depends on USB_ARCH_HAS_HCD |
| 187 | select USB |
| 188 | help |
| 189 | Say Y here if you want to enable keyboard and buzzer functions of the |
| 190 | C-Media CM109 usb phones. The audio part is enabled by the generic |
| 191 | usb sound driver, so you might want to enable that as well. |
| 192 | |
| 193 | To compile this driver as a module, choose M here: the module will be |
| 194 | called cm109. |
| 195 | |
Felipe Balbi | 68d8bf0 | 2009-04-19 23:07:50 -0700 | [diff] [blame] | 196 | config INPUT_TWL4030_PWRBUTTON |
| 197 | tristate "TWL4030 Power button Driver" |
| 198 | depends on TWL4030_CORE |
| 199 | help |
| 200 | Say Y here if you want to enable power key reporting via the |
| 201 | TWL4030 family of chips. |
| 202 | |
| 203 | To compile this driver as a module, choose M here. The module will |
| 204 | be called twl4030_pwrbutton. |
| 205 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 206 | config INPUT_UINPUT |
| 207 | tristate "User level driver support" |
| 208 | help |
| 209 | Say Y here if you want to support user level drivers for input |
| 210 | subsystem accessible under char device 10:223 - /dev/input/uinput. |
| 211 | |
| 212 | To compile this driver as a module, choose M here: the |
| 213 | module will be called uinput. |
| 214 | |
Thomas Bogendoerfer | 48ad88b | 2008-07-19 00:14:26 -0400 | [diff] [blame] | 215 | config INPUT_SGI_BTNS |
| 216 | tristate "SGI Indy/O2 volume button interface" |
| 217 | depends on SGI_IP22 || SGI_IP32 |
Thomas Bogendoerfer | 3bee2a0 | 2008-07-07 09:07:31 -0400 | [diff] [blame] | 218 | select INPUT_POLLDEV |
| 219 | help |
Thomas Bogendoerfer | 48ad88b | 2008-07-19 00:14:26 -0400 | [diff] [blame] | 220 | Say Y here if you want to support SGI Indy/O2 volume button interface. |
Thomas Bogendoerfer | 3bee2a0 | 2008-07-07 09:07:31 -0400 | [diff] [blame] | 221 | |
| 222 | To compile this driver as a module, choose M here: the |
Thomas Bogendoerfer | 48ad88b | 2008-07-19 00:14:26 -0400 | [diff] [blame] | 223 | module will be called sgi_btns. |
Thomas Bogendoerfer | 3bee2a0 | 2008-07-07 09:07:31 -0400 | [diff] [blame] | 224 | |
David Härdeman | e258b80 | 2009-09-21 17:04:53 -0700 | [diff] [blame] | 225 | config INPUT_WINBOND_CIR |
| 226 | tristate "Winbond IR remote control" |
| 227 | depends on X86 && PNP |
Ingo Molnar | d2b5ec3 | 2009-09-23 15:56:02 -0700 | [diff] [blame] | 228 | select NEW_LEDS |
David Härdeman | e258b80 | 2009-09-21 17:04:53 -0700 | [diff] [blame] | 229 | select LEDS_CLASS |
| 230 | select BITREVERSE |
| 231 | help |
| 232 | Say Y here if you want to use the IR remote functionality found |
| 233 | in some Winbond SuperI/O chips. Currently only the WPCD376I |
| 234 | chip is supported (included in some Intel Media series motherboards). |
| 235 | |
| 236 | IR Receive and wake-on-IR from suspend and power-off is currently |
| 237 | supported. |
| 238 | |
| 239 | To compile this driver as a module, choose M here: the module will be |
| 240 | called winbond_cir. |
| 241 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 242 | config HP_SDC_RTC |
Yoichi Yuasa | bebb8a2 | 2007-02-18 01:50:18 -0500 | [diff] [blame] | 243 | tristate "HP SDC Real Time Clock" |
Alexander Beregalov | d061ebd | 2009-04-11 16:55:41 -0700 | [diff] [blame] | 244 | depends on (GSC || HP300) && SERIO |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 245 | select HP_SDC |
| 246 | help |
| 247 | Say Y here if you want to support the built-in real time clock |
| 248 | of the HP SDC controller. |
| 249 | |
Balaji Rao | 1851b06 | 2009-01-09 01:50:58 +0100 | [diff] [blame] | 250 | config INPUT_PCF50633_PMU |
| 251 | tristate "PCF50633 PMU events" |
| 252 | depends on MFD_PCF50633 |
| 253 | help |
| 254 | Say Y to include support for delivering PMU events via input |
| 255 | layer on NXP PCF50633. |
| 256 | |
Daniel Mack | 73969ff | 2009-03-04 23:27:14 -0800 | [diff] [blame] | 257 | config INPUT_GPIO_ROTARY_ENCODER |
| 258 | tristate "Rotary encoders connected to GPIO pins" |
| 259 | depends on GPIOLIB && GENERIC_GPIO |
| 260 | help |
| 261 | Say Y here to add support for rotary encoders connected to GPIO lines. |
Alessio Igor Bogani | 492d0f9 | 2009-05-21 19:54:33 +0200 | [diff] [blame] | 262 | Check file:Documentation/input/rotary-encoder.txt for more |
Daniel Mack | 73969ff | 2009-03-04 23:27:14 -0800 | [diff] [blame] | 263 | information. |
| 264 | |
| 265 | To compile this driver as a module, choose M here: the |
| 266 | module will be called rotary_encoder. |
| 267 | |
Phil Sutter | d9bdffd | 2009-03-04 23:27:15 -0800 | [diff] [blame] | 268 | config INPUT_RB532_BUTTON |
| 269 | tristate "Mikrotik Routerboard 532 button interface" |
| 270 | depends on MIKROTIK_RB532 |
| 271 | depends on GPIOLIB && GENERIC_GPIO |
| 272 | select INPUT_POLLDEV |
| 273 | help |
| 274 | Say Y here if you want support for the S1 button built into |
| 275 | Mikrotik's Routerboard 532. |
| 276 | |
| 277 | To compile this driver as a module, choose M here: the |
| 278 | module will be called rb532_button. |
| 279 | |
David Brownell | eb990b5 | 2009-04-23 19:25:29 -0700 | [diff] [blame] | 280 | config INPUT_DM355EVM |
| 281 | tristate "TI DaVinci DM355 EVM Keypad and IR Remote" |
| 282 | depends on MFD_DM355EVM_MSP |
| 283 | help |
| 284 | Supports the pushbuttons and IR remote used with |
| 285 | the DM355 EVM board. |
| 286 | |
| 287 | To compile this driver as a module, choose M here: the |
| 288 | module will be called dm355evm_keys. |
Michael Hennerich | 4832958 | 2009-07-22 21:51:34 -0700 | [diff] [blame] | 289 | |
| 290 | config INPUT_BFIN_ROTARY |
| 291 | tristate "Blackfin Rotary support" |
| 292 | depends on BF54x || BF52x |
| 293 | help |
| 294 | Say Y here if you want to use the Blackfin Rotary. |
| 295 | |
| 296 | To compile this driver as a module, choose M here: the |
| 297 | module will be called bfin-rotary. |
| 298 | |
Mark Brown | 0c73b99 | 2009-09-15 12:07:12 +0200 | [diff] [blame] | 299 | config INPUT_WM831X_ON |
| 300 | tristate "WM831X ON pin" |
| 301 | depends on MFD_WM831X |
| 302 | help |
| 303 | Support the ON pin of WM831X PMICs as an input device |
| 304 | reporting power button status. |
| 305 | |
| 306 | To compile this driver as a module, choose M here: the module |
| 307 | will be called wm831x_on. |
| 308 | |
Daniel Ribeiro | d0a8213 | 2009-08-10 20:27:48 +0200 | [diff] [blame] | 309 | config INPUT_PCAP |
| 310 | tristate "Motorola EZX PCAP misc input events" |
| 311 | depends on EZX_PCAP |
| 312 | help |
| 313 | Say Y here if you want to use Power key and Headphone button |
| 314 | on Motorola EZX phones. |
| 315 | |
| 316 | To compile this driver as a module, choose M here: the |
| 317 | module will be called pcap_keys. |
| 318 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 319 | endif |