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