xref: /linux/drivers/input/misc/Kconfig (revision 49851ca04c7f941ef6f5ca04751b0e0fefe9d50d)
11da177e4SLinus Torvalds#
21da177e4SLinus Torvalds# Input misc drivers configuration
31da177e4SLinus Torvalds#
41da177e4SLinus Torvaldsmenuconfig INPUT_MISC
51da177e4SLinus Torvalds	bool "Miscellaneous devices"
61da177e4SLinus Torvalds	help
71da177e4SLinus Torvalds	  Say Y here, and a list of miscellaneous input drivers will be displayed.
81da177e4SLinus Torvalds	  Everything that didn't fit into the other categories is here. This option
91da177e4SLinus Torvalds	  doesn't affect the kernel.
101da177e4SLinus Torvalds
111da177e4SLinus Torvalds	  If unsure, say Y.
121da177e4SLinus Torvalds
131da177e4SLinus Torvaldsif INPUT_MISC
141da177e4SLinus Torvalds
1569854031SHaojian Zhuangconfig INPUT_88PM860X_ONKEY
1669854031SHaojian Zhuang	tristate "88PM860x ONKEY support"
1769854031SHaojian Zhuang	depends on MFD_88PM860X
1869854031SHaojian Zhuang	help
1969854031SHaojian Zhuang	  Support the ONKEY of Marvell 88PM860x PMICs as an input device
2069854031SHaojian Zhuang	  reporting power button status.
2169854031SHaojian Zhuang
2269854031SHaojian Zhuang	  To compile this driver as a module, choose M here: the module
2369854031SHaojian Zhuang	  will be called 88pm860x_onkey.
2469854031SHaojian Zhuang
2577686517SSundar R Iyerconfig INPUT_AB8500_PONKEY
2677686517SSundar R Iyer	tristate "AB8500 Pon (PowerOn) Key"
2777686517SSundar R Iyer	depends on AB8500_CORE
2877686517SSundar R Iyer	help
2977686517SSundar R Iyer	  Say Y here to use the PowerOn Key for ST-Ericsson's AB8500
3077686517SSundar R Iyer	  Mix-Sig PMIC.
3177686517SSundar R Iyer
3277686517SSundar R Iyer	  To compile this driver as a module, choose M here: the module
3377686517SSundar R Iyer	  will be called ab8500-ponkey.
3477686517SSundar R Iyer
3531a62963SBryan Wuconfig INPUT_AD714X
3631a62963SBryan Wu	tristate "Analog Devices AD714x Capacitance Touch Sensor"
3731a62963SBryan Wu	help
386c04d7b3SBarry Song	  Say Y here if you want to support an AD7142/3/7/8/7A touch sensor.
3931a62963SBryan Wu
4031a62963SBryan Wu	  You should select a bus connection too.
4131a62963SBryan Wu
4231a62963SBryan Wu	  To compile this driver as a module, choose M here: the
4331a62963SBryan Wu	  module will be called ad714x.
4431a62963SBryan Wu
4531a62963SBryan Wuconfig INPUT_AD714X_I2C
4631a62963SBryan Wu	tristate "support I2C bus connection"
4731a62963SBryan Wu	depends on INPUT_AD714X && I2C
4831a62963SBryan Wu	default y
4931a62963SBryan Wu	help
5031a62963SBryan Wu	  Say Y here if you have AD7142/AD7147 hooked to an I2C bus.
5131a62963SBryan Wu
5231a62963SBryan Wu	  To compile this driver as a module, choose M here: the
5331a62963SBryan Wu	  module will be called ad714x-i2c.
5431a62963SBryan Wu
5531a62963SBryan Wuconfig INPUT_AD714X_SPI
5631a62963SBryan Wu	tristate "support SPI bus connection"
5731a62963SBryan Wu	depends on INPUT_AD714X && SPI
5831a62963SBryan Wu	default y
5931a62963SBryan Wu	help
6031a62963SBryan Wu	  Say Y here if you have AD7142/AD7147 hooked to a SPI bus.
6131a62963SBryan Wu
6231a62963SBryan Wu	  To compile this driver as a module, choose M here: the
6331a62963SBryan Wu	  module will be called ad714x-spi.
6431a62963SBryan Wu
651da177e4SLinus Torvaldsconfig INPUT_PCSPKR
661da177e4SLinus Torvalds	tristate "PC Speaker support"
67e5e1d3cbSStas Sergeev	depends on PCSPKR_PLATFORM
681da177e4SLinus Torvalds	help
691da177e4SLinus Torvalds	  Say Y here if you want the standard PC Speaker to be used for
701da177e4SLinus Torvalds	  bells and whistles.
711da177e4SLinus Torvalds
721da177e4SLinus Torvalds	  If unsure, say Y.
731da177e4SLinus Torvalds
741da177e4SLinus Torvalds	  To compile this driver as a module, choose M here: the
751da177e4SLinus Torvalds	  module will be called pcspkr.
761da177e4SLinus Torvalds
771da177e4SLinus Torvaldsconfig INPUT_SPARCSPKR
781da177e4SLinus Torvalds	tristate "SPARC Speaker support"
79a2bd4fd1SDavid S. Miller	depends on PCI && SPARC64
801da177e4SLinus Torvalds	help
811da177e4SLinus Torvalds	  Say Y here if you want the standard Speaker on Sparc PCI systems
821da177e4SLinus Torvalds	  to be used for bells and whistles.
831da177e4SLinus Torvalds
841da177e4SLinus Torvalds	  If unsure, say Y.
851da177e4SLinus Torvalds
861da177e4SLinus Torvalds	  To compile this driver as a module, choose M here: the
871da177e4SLinus Torvalds	  module will be called sparcspkr.
881da177e4SLinus Torvalds
891da177e4SLinus Torvaldsconfig INPUT_M68K_BEEP
901da177e4SLinus Torvalds	tristate "M68k Beeper support"
911da177e4SLinus Torvalds	depends on M68K
921da177e4SLinus Torvalds
933734574cSHaojian Zhuangconfig INPUT_MAX8925_ONKEY
943734574cSHaojian Zhuang	tristate "MAX8925 ONKEY support"
953734574cSHaojian Zhuang	depends on MFD_MAX8925
963734574cSHaojian Zhuang	help
973734574cSHaojian Zhuang	  Support the ONKEY of MAX8925 PMICs as an input device
983734574cSHaojian Zhuang	  reporting power button status.
993734574cSHaojian Zhuang
1003734574cSHaojian Zhuang	  To compile this driver as a module, choose M here: the module
1013734574cSHaojian Zhuang	  will be called max8925_onkey.
1023734574cSHaojian Zhuang
10352fe0cdbSStephen Hemmingerconfig INPUT_APANEL
10452fe0cdbSStephen Hemminger	tristate "Fujitsu Lifebook Application Panel buttons"
10519131305SRandy Dunlap	depends on X86 && I2C && LEDS_CLASS
10652fe0cdbSStephen Hemminger	select INPUT_POLLDEV
10752fe0cdbSStephen Hemminger	select CHECK_SIGNATURE
10852fe0cdbSStephen Hemminger	help
10952fe0cdbSStephen Hemminger	 Say Y here for support of the Application Panel buttons, used on
11052fe0cdbSStephen Hemminger	 Fujitsu Lifebook. These are attached to the mainboard through
11119131305SRandy Dunlap	 an SMBus interface managed by the I2C Intel ICH (i801) driver,
11219131305SRandy Dunlap	 which you should also build for this kernel.
11352fe0cdbSStephen Hemminger
11452fe0cdbSStephen Hemminger	 To compile this driver as a module, choose M here: the module will
11552fe0cdbSStephen Hemminger	 be called apanel.
11652fe0cdbSStephen Hemminger
117ba0acb5eSDmitry Torokhovconfig INPUT_IXP4XX_BEEPER
118ba0acb5eSDmitry Torokhov	tristate "IXP4XX Beeper support"
119ba0acb5eSDmitry Torokhov	depends on ARCH_IXP4XX
120ba0acb5eSDmitry Torokhov	help
121ba0acb5eSDmitry Torokhov	  If you say yes here, you can connect a beeper to the
122ba0acb5eSDmitry Torokhov	  ixp4xx gpio pins. This is used by the LinkSys NSLU2.
123ba0acb5eSDmitry Torokhov
124ba0acb5eSDmitry Torokhov	  If unsure, say Y.
125ba0acb5eSDmitry Torokhov
126ba0acb5eSDmitry Torokhov	  To compile this driver as a module, choose M here: the
127ba0acb5eSDmitry Torokhov	  module will be called ixp4xx-beeper.
128ba0acb5eSDmitry Torokhov
129bebb8a2bSYoichi Yuasaconfig INPUT_COBALT_BTNS
130bebb8a2bSYoichi Yuasa	tristate "Cobalt button interface"
131bebb8a2bSYoichi Yuasa	depends on MIPS_COBALT
1323d29cdffSDmitry Torokhov	select INPUT_POLLDEV
133bebb8a2bSYoichi Yuasa	help
134bebb8a2bSYoichi Yuasa	  Say Y here if you want to support MIPS Cobalt button interface.
135bebb8a2bSYoichi Yuasa
136bebb8a2bSYoichi Yuasa	  To compile this driver as a module, choose M here: the
137bebb8a2bSYoichi Yuasa	  module will be called cobalt_btns.
138bebb8a2bSYoichi Yuasa
1395fc14680SDmitry Torokhovconfig INPUT_WISTRON_BTNS
1405fc14680SDmitry Torokhov	tristate "x86 Wistron laptop button interface"
141e9fb028eSAndrew Morton	depends on X86 && !X86_64
142c2554c91SDmitry Torokhov	select INPUT_POLLDEV
143e97af4cbSDmitry Torokhov	select INPUT_SPARSEKMAP
144389679d8SEric Piel	select NEW_LEDS
145389679d8SEric Piel	select LEDS_CLASS
146928923c7SGeert Uytterhoeven	select CHECK_SIGNATURE
1475fc14680SDmitry Torokhov	help
14801dd2fbfSMatt LaPlante	  Say Y here for support of Wistron laptop button interfaces, used on
149389679d8SEric Piel	  laptops of various brands, including Acer and Fujitsu-Siemens. If
15001dd2fbfSMatt LaPlante	  available, mail and wifi LEDs will be controllable via /sys/class/leds.
1515fc14680SDmitry Torokhov
1525fc14680SDmitry Torokhov	  To compile this driver as a module, choose M here: the module will
1535fc14680SDmitry Torokhov	  be called wistron_btns.
1545fc14680SDmitry Torokhov
15531ea7ff0SJaya Kumarconfig INPUT_ATLAS_BTNS
15631ea7ff0SJaya Kumar	tristate "x86 Atlas button interface"
15731ea7ff0SJaya Kumar	depends on X86 && ACPI
15831ea7ff0SJaya Kumar	help
15931ea7ff0SJaya Kumar	  Say Y here for support of Atlas wallmount touchscreen buttons.
16031ea7ff0SJaya Kumar	  The events will show up as scancodes F1 through F9 via evdev.
16131ea7ff0SJaya Kumar
16231ea7ff0SJaya Kumar	  To compile this driver as a module, choose M here: the module will
16331ea7ff0SJaya Kumar	  be called atlas_btns.
16431ea7ff0SJaya Kumar
165ba0acb5eSDmitry Torokhovconfig INPUT_ATI_REMOTE
166ba0acb5eSDmitry Torokhov	tristate "ATI / X10 USB RF remote control"
1677a86edefSAl Viro	depends on USB_ARCH_HAS_HCD
168ba0acb5eSDmitry Torokhov	select USB
16901387959SAlessandro Zummo	help
170ba0acb5eSDmitry Torokhov	  Say Y here if you want to use an ATI or X10 "Lola" USB remote control.
171ba0acb5eSDmitry Torokhov	  These are RF remotes with USB receivers.
172ba0acb5eSDmitry Torokhov	  The ATI remote comes with many of ATI's All-In-Wonder video cards.
173ba0acb5eSDmitry Torokhov	  The X10 "Lola" remote is available at:
174ba0acb5eSDmitry Torokhov	     <http://www.x10.com/products/lola_sg1.htm>
175ba0acb5eSDmitry Torokhov	  This driver provides mouse pointer, left and right mouse buttons,
176ba0acb5eSDmitry Torokhov	  and maps all the other remote buttons to keypress events.
17701387959SAlessandro Zummo
178ba0acb5eSDmitry Torokhov	  To compile this driver as a module, choose M here: the module will be
179ba0acb5eSDmitry Torokhov	  called ati_remote.
180ba0acb5eSDmitry Torokhov
181ba0acb5eSDmitry Torokhovconfig INPUT_ATI_REMOTE2
182ba0acb5eSDmitry Torokhov	tristate "ATI / Philips USB RF remote control"
1837a86edefSAl Viro	depends on USB_ARCH_HAS_HCD
184ba0acb5eSDmitry Torokhov	select USB
185ba0acb5eSDmitry Torokhov	help
186ba0acb5eSDmitry Torokhov	  Say Y here if you want to use an ATI or Philips USB RF remote control.
187ba0acb5eSDmitry Torokhov	  These are RF remotes with USB receivers.
188ba0acb5eSDmitry Torokhov	  ATI Remote Wonder II comes with some ATI's All-In-Wonder video cards
189ba0acb5eSDmitry Torokhov	  and is also available as a separate product.
190ba0acb5eSDmitry Torokhov	  This driver provides mouse pointer, left and right mouse buttons,
191ba0acb5eSDmitry Torokhov	  and maps all the other remote buttons to keypress events.
192ba0acb5eSDmitry Torokhov
193ba0acb5eSDmitry Torokhov	  To compile this driver as a module, choose M here: the module will be
194ba0acb5eSDmitry Torokhov	  called ati_remote2.
195ba0acb5eSDmitry Torokhov
196ba0acb5eSDmitry Torokhovconfig INPUT_KEYSPAN_REMOTE
197ba0acb5eSDmitry Torokhov	tristate "Keyspan DMR USB remote control (EXPERIMENTAL)"
198ba0acb5eSDmitry Torokhov	depends on EXPERIMENTAL
1997a86edefSAl Viro	depends on USB_ARCH_HAS_HCD
200ba0acb5eSDmitry Torokhov	select USB
201ba0acb5eSDmitry Torokhov	help
202ba0acb5eSDmitry Torokhov	  Say Y here if you want to use a Keyspan DMR USB remote control.
203ba0acb5eSDmitry Torokhov	  Currently only the UIA-11 type of receiver has been tested.  The tag
204ba0acb5eSDmitry Torokhov	  on the receiver that connects to the USB port should have a P/N that
205ba0acb5eSDmitry Torokhov	  will tell you what type of DMR you have.  The UIA-10 type is not
206ba0acb5eSDmitry Torokhov	  supported at this time.  This driver maps all buttons to keypress
207ba0acb5eSDmitry Torokhov	  events.
208ba0acb5eSDmitry Torokhov
209ba0acb5eSDmitry Torokhov	  To compile this driver as a module, choose M here: the module will
210ba0acb5eSDmitry Torokhov	  be called keyspan_remote.
211ba0acb5eSDmitry Torokhov
212ba0acb5eSDmitry Torokhovconfig INPUT_POWERMATE
213ba0acb5eSDmitry Torokhov	tristate "Griffin PowerMate and Contour Jog support"
2147a86edefSAl Viro	depends on USB_ARCH_HAS_HCD
215ba0acb5eSDmitry Torokhov	select USB
216ba0acb5eSDmitry Torokhov	help
217ba0acb5eSDmitry Torokhov	  Say Y here if you want to use Griffin PowerMate or Contour Jog devices.
218ba0acb5eSDmitry Torokhov	  These are aluminum dials which can measure clockwise and anticlockwise
219ba0acb5eSDmitry Torokhov	  rotation.  The dial also acts as a pushbutton.  The base contains an LED
220ba0acb5eSDmitry Torokhov	  which can be instructed to pulse or to switch to a particular intensity.
221ba0acb5eSDmitry Torokhov
222ba0acb5eSDmitry Torokhov	  You can download userspace tools from
223ba0acb5eSDmitry Torokhov	  <http://sowerbutts.com/powermate/>.
22401387959SAlessandro Zummo
22501387959SAlessandro Zummo	  To compile this driver as a module, choose M here: the
226ba0acb5eSDmitry Torokhov	  module will be called powermate.
227ba0acb5eSDmitry Torokhov
228ba0acb5eSDmitry Torokhovconfig INPUT_YEALINK
229ba0acb5eSDmitry Torokhov	tristate "Yealink usb-p1k voip phone"
230247537b9SAdrian Bunk	depends on EXPERIMENTAL
2317a86edefSAl Viro	depends on USB_ARCH_HAS_HCD
232ba0acb5eSDmitry Torokhov	select USB
233ba0acb5eSDmitry Torokhov	help
234ba0acb5eSDmitry Torokhov	  Say Y here if you want to enable keyboard and LCD functions of the
235ba0acb5eSDmitry Torokhov	  Yealink usb-p1k usb phones. The audio part is enabled by the generic
236ba0acb5eSDmitry Torokhov	  usb sound driver, so you might want to enable that as well.
237ba0acb5eSDmitry Torokhov
238ba0acb5eSDmitry Torokhov	  For information about how to use these additional functions, see
239ba0acb5eSDmitry Torokhov	  <file:Documentation/input/yealink.txt>.
240ba0acb5eSDmitry Torokhov
241ba0acb5eSDmitry Torokhov	  To compile this driver as a module, choose M here: the module will be
242ba0acb5eSDmitry Torokhov	  called yealink.
24301387959SAlessandro Zummo
244c04148f9SAlfred E. Heggestadconfig INPUT_CM109
245c04148f9SAlfred E. Heggestad	tristate "C-Media CM109 USB I/O Controller"
246c04148f9SAlfred E. Heggestad	depends on EXPERIMENTAL
247c04148f9SAlfred E. Heggestad	depends on USB_ARCH_HAS_HCD
248c04148f9SAlfred E. Heggestad	select USB
249c04148f9SAlfred E. Heggestad	help
250c04148f9SAlfred E. Heggestad	  Say Y here if you want to enable keyboard and buzzer functions of the
251c04148f9SAlfred E. Heggestad	  C-Media CM109 usb phones. The audio part is enabled by the generic
252c04148f9SAlfred E. Heggestad	  usb sound driver, so you might want to enable that as well.
253c04148f9SAlfred E. Heggestad
254c04148f9SAlfred E. Heggestad	  To compile this driver as a module, choose M here: the module will be
255c04148f9SAlfred E. Heggestad	  called cm109.
256c04148f9SAlfred E. Heggestad
25768d8bf04SFelipe Balbiconfig INPUT_TWL4030_PWRBUTTON
25868d8bf04SFelipe Balbi	tristate "TWL4030 Power button Driver"
25968d8bf04SFelipe Balbi	depends on TWL4030_CORE
26068d8bf04SFelipe Balbi	help
26168d8bf04SFelipe Balbi	  Say Y here if you want to enable power key reporting via the
26268d8bf04SFelipe Balbi	  TWL4030 family of chips.
26368d8bf04SFelipe Balbi
26468d8bf04SFelipe Balbi	  To compile this driver as a module, choose M here. The module will
26568d8bf04SFelipe Balbi	  be called twl4030_pwrbutton.
26668d8bf04SFelipe Balbi
2673dd1b394SJari Vanhalaconfig INPUT_TWL4030_VIBRA
2683dd1b394SJari Vanhala	tristate "Support for TWL4030 Vibrator"
2693dd1b394SJari Vanhala	depends on TWL4030_CORE
2703dd1b394SJari Vanhala	select TWL4030_CODEC
2713dd1b394SJari Vanhala	select INPUT_FF_MEMLESS
2723dd1b394SJari Vanhala	help
2733dd1b394SJari Vanhala	  This option enables support for TWL4030 Vibrator Driver.
2743dd1b394SJari Vanhala
2753dd1b394SJari Vanhala	  To compile this driver as a module, choose M here. The module will
2763dd1b394SJari Vanhala	  be called twl4030_vibra.
2773dd1b394SJari Vanhala
2781da177e4SLinus Torvaldsconfig INPUT_UINPUT
2791da177e4SLinus Torvalds	tristate "User level driver support"
2801da177e4SLinus Torvalds	help
2811da177e4SLinus Torvalds	  Say Y here if you want to support user level drivers for input
2821da177e4SLinus Torvalds	  subsystem accessible under char device 10:223 - /dev/input/uinput.
2831da177e4SLinus Torvalds
2841da177e4SLinus Torvalds	  To compile this driver as a module, choose M here: the
2851da177e4SLinus Torvalds	  module will be called uinput.
2861da177e4SLinus Torvalds
28748ad88b1SThomas Bogendoerferconfig INPUT_SGI_BTNS
28848ad88b1SThomas Bogendoerfer	tristate "SGI Indy/O2 volume button interface"
28948ad88b1SThomas Bogendoerfer	depends on SGI_IP22 || SGI_IP32
2903bee2a04SThomas Bogendoerfer	select INPUT_POLLDEV
2913bee2a04SThomas Bogendoerfer	help
29248ad88b1SThomas Bogendoerfer	  Say Y here if you want to support SGI Indy/O2 volume button interface.
2933bee2a04SThomas Bogendoerfer
2943bee2a04SThomas Bogendoerfer	  To compile this driver as a module, choose M here: the
29548ad88b1SThomas Bogendoerfer	  module will be called sgi_btns.
2963bee2a04SThomas Bogendoerfer
2971da177e4SLinus Torvaldsconfig HP_SDC_RTC
2981da177e4SLinus Torvalds	tristate "HP SDC Real Time Clock"
299d061ebd5SAlexander Beregalov	depends on (GSC || HP300) && SERIO
3001da177e4SLinus Torvalds	select HP_SDC
3011da177e4SLinus Torvalds	help
3021da177e4SLinus Torvalds	  Say Y here if you want to support the built-in real time clock
3031da177e4SLinus Torvalds	  of the HP SDC controller.
3041da177e4SLinus Torvalds
3051851b06aSBalaji Raoconfig INPUT_PCF50633_PMU
3061851b06aSBalaji Rao	tristate "PCF50633 PMU events"
3071851b06aSBalaji Rao	depends on MFD_PCF50633
3081851b06aSBalaji Rao	help
3091851b06aSBalaji Rao	 Say Y to include support for delivering  PMU events via  input
3101851b06aSBalaji Rao	 layer on NXP PCF50633.
3111851b06aSBalaji Rao
312b91c4be7SBryan Wuconfig INPUT_PCF8574
313b91c4be7SBryan Wu	tristate "PCF8574 Keypad input device"
314b91c4be7SBryan Wu	depends on I2C && EXPERIMENTAL
315b91c4be7SBryan Wu	help
316b91c4be7SBryan Wu	  Say Y here if you want to support a keypad connetced via I2C
317b91c4be7SBryan Wu	  with a PCF8574.
318b91c4be7SBryan Wu
319b91c4be7SBryan Wu	  To compile this driver as a module, choose M here: the
320b91c4be7SBryan Wu	  module will be called pcf8574_keypad.
321b91c4be7SBryan Wu
322e22739d0SLars-Peter Clausenconfig INPUT_PWM_BEEPER
323e22739d0SLars-Peter Clausen	tristate "PWM beeper support"
324e22739d0SLars-Peter Clausen	depends on HAVE_PWM
325e22739d0SLars-Peter Clausen	help
326e22739d0SLars-Peter Clausen	  Say Y here to get support for PWM based beeper devices.
327e22739d0SLars-Peter Clausen
328e22739d0SLars-Peter Clausen	  If unsure, say N.
329e22739d0SLars-Peter Clausen
330e22739d0SLars-Peter Clausen	  To compile this driver as a module, choose M here: the module will be
331e22739d0SLars-Peter Clausen	  called pwm-beeper.
332e22739d0SLars-Peter Clausen
33373969ff0SDaniel Mackconfig INPUT_GPIO_ROTARY_ENCODER
33473969ff0SDaniel Mack	tristate "Rotary encoders connected to GPIO pins"
33573969ff0SDaniel Mack	depends on GPIOLIB && GENERIC_GPIO
33673969ff0SDaniel Mack	help
33773969ff0SDaniel Mack	  Say Y here to add support for rotary encoders connected to GPIO lines.
338492d0f95SAlessio Igor Bogani	  Check file:Documentation/input/rotary-encoder.txt for more
33973969ff0SDaniel Mack	  information.
34073969ff0SDaniel Mack
34173969ff0SDaniel Mack	  To compile this driver as a module, choose M here: the
34273969ff0SDaniel Mack	  module will be called rotary_encoder.
34373969ff0SDaniel Mack
344d9bdffd2SPhil Sutterconfig INPUT_RB532_BUTTON
345d9bdffd2SPhil Sutter	tristate "Mikrotik Routerboard 532 button interface"
346d9bdffd2SPhil Sutter	depends on MIKROTIK_RB532
347d9bdffd2SPhil Sutter	depends on GPIOLIB && GENERIC_GPIO
348d9bdffd2SPhil Sutter	select INPUT_POLLDEV
349d9bdffd2SPhil Sutter	help
350d9bdffd2SPhil Sutter	  Say Y here if you want support for the S1 button built into
351d9bdffd2SPhil Sutter	  Mikrotik's Routerboard 532.
352d9bdffd2SPhil Sutter
353d9bdffd2SPhil Sutter	  To compile this driver as a module, choose M here: the
354d9bdffd2SPhil Sutter	  module will be called rb532_button.
355d9bdffd2SPhil Sutter
356eb990b55SDavid Brownellconfig INPUT_DM355EVM
357eb990b55SDavid Brownell	tristate "TI DaVinci DM355 EVM Keypad and IR Remote"
358eb990b55SDavid Brownell	depends on MFD_DM355EVM_MSP
35966040727SDmitry Torokhov	select INPUT_SPARSEKMAP
360eb990b55SDavid Brownell	help
361eb990b55SDavid Brownell	  Supports the pushbuttons and IR remote used with
362eb990b55SDavid Brownell	  the DM355 EVM board.
363eb990b55SDavid Brownell
364eb990b55SDavid Brownell	  To compile this driver as a module, choose M here: the
365eb990b55SDavid Brownell	  module will be called dm355evm_keys.
36648329582SMichael Hennerich
36748329582SMichael Hennerichconfig INPUT_BFIN_ROTARY
36848329582SMichael Hennerich	tristate "Blackfin Rotary support"
36948329582SMichael Hennerich	depends on BF54x || BF52x
37048329582SMichael Hennerich	help
37148329582SMichael Hennerich	  Say Y here if you want to use the Blackfin Rotary.
37248329582SMichael Hennerich
37348329582SMichael Hennerich	  To compile this driver as a module, choose M here: the
37448329582SMichael Hennerich	  module will be called bfin-rotary.
37548329582SMichael Hennerich
3760c73b992SMark Brownconfig INPUT_WM831X_ON
3770c73b992SMark Brown	tristate "WM831X ON pin"
3780c73b992SMark Brown	depends on MFD_WM831X
3790c73b992SMark Brown	help
3800c73b992SMark Brown	  Support the ON pin of WM831X PMICs as an input device
3810c73b992SMark Brown	  reporting power button status.
3820c73b992SMark Brown
3830c73b992SMark Brown	  To compile this driver as a module, choose M here: the module
3840c73b992SMark Brown	  will be called wm831x_on.
3850c73b992SMark Brown
386d0a82132SDaniel Ribeiroconfig INPUT_PCAP
387d0a82132SDaniel Ribeiro	tristate "Motorola EZX PCAP misc input events"
388d0a82132SDaniel Ribeiro	depends on EZX_PCAP
389d0a82132SDaniel Ribeiro	help
390d0a82132SDaniel Ribeiro	  Say Y here if you want to use Power key and Headphone button
391d0a82132SDaniel Ribeiro	  on Motorola EZX phones.
392d0a82132SDaniel Ribeiro
393d0a82132SDaniel Ribeiro	  To compile this driver as a module, choose M here: the
394d0a82132SDaniel Ribeiro	  module will be called pcap_keys.
395d0a82132SDaniel Ribeiro
396e27c7292SMichael Hennerichconfig INPUT_ADXL34X
397e27c7292SMichael Hennerich	tristate "Analog Devices ADXL34x Three-Axis Digital Accelerometer"
398e27c7292SMichael Hennerich	default n
399e27c7292SMichael Hennerich	help
400e27c7292SMichael Hennerich	  Say Y here if you have a Accelerometer interface using the
401e27c7292SMichael Hennerich	  ADXL345/6 controller, and your board-specific initialization
402e27c7292SMichael Hennerich	  code includes that in its table of devices.
403e27c7292SMichael Hennerich
404e27c7292SMichael Hennerich	  This driver can use either I2C or SPI communication to the
405e27c7292SMichael Hennerich	  ADXL345/6 controller.  Select the appropriate method for
406e27c7292SMichael Hennerich	  your system.
407e27c7292SMichael Hennerich
408e27c7292SMichael Hennerich	  If unsure, say N (but it's safe to say "Y").
409e27c7292SMichael Hennerich
410e27c7292SMichael Hennerich	  To compile this driver as a module, choose M here: the
411e27c7292SMichael Hennerich	  module will be called adxl34x.
412e27c7292SMichael Hennerich
413e27c7292SMichael Hennerichconfig INPUT_ADXL34X_I2C
414e27c7292SMichael Hennerich	tristate "support I2C bus connection"
415e27c7292SMichael Hennerich	depends on INPUT_ADXL34X && I2C
416e27c7292SMichael Hennerich	default y
417e27c7292SMichael Hennerich	help
418e27c7292SMichael Hennerich	  Say Y here if you have ADXL345/6 hooked to an I2C bus.
419e27c7292SMichael Hennerich
420e27c7292SMichael Hennerich	  To compile this driver as a module, choose M here: the
421e27c7292SMichael Hennerich	  module will be called adxl34x-i2c.
422e27c7292SMichael Hennerich
423e27c7292SMichael Hennerichconfig INPUT_ADXL34X_SPI
424e27c7292SMichael Hennerich	tristate "support SPI bus connection"
425e27c7292SMichael Hennerich	depends on INPUT_ADXL34X && SPI
426e27c7292SMichael Hennerich	default y
427e27c7292SMichael Hennerich	help
428e27c7292SMichael Hennerich	  Say Y here if you have ADXL345/6 hooked to a SPI bus.
429e27c7292SMichael Hennerich
430e27c7292SMichael Hennerich	  To compile this driver as a module, choose M here: the
431e27c7292SMichael Hennerich	  module will be called adxl34x-spi.
432e27c7292SMichael Hennerich
433b029ffafSHemanth Vconfig INPUT_CMA3000
434b029ffafSHemanth V	tristate "VTI CMA3000 Tri-axis accelerometer"
435b029ffafSHemanth V	help
436b029ffafSHemanth V	  Say Y here if you want to use VTI CMA3000_D0x Accelerometer
437b029ffafSHemanth V	  driver
438b029ffafSHemanth V
439b029ffafSHemanth V	  This driver currently only supports I2C interface to the
440b029ffafSHemanth V	  controller. Also select the I2C method.
441b029ffafSHemanth V
442b029ffafSHemanth V	  If unsure, say N
443b029ffafSHemanth V
444b029ffafSHemanth V	  To compile this driver as a module, choose M here: the
445b029ffafSHemanth V	  module will be called cma3000_d0x.
446b029ffafSHemanth V
447b029ffafSHemanth Vconfig INPUT_CMA3000_I2C
448b029ffafSHemanth V	tristate "Support I2C bus connection"
449b029ffafSHemanth V	depends on INPUT_CMA3000 && I2C
450b029ffafSHemanth V	help
451b029ffafSHemanth V	  Say Y here if you want to use VTI CMA3000_D0x Accelerometer
452b029ffafSHemanth V	  through I2C interface.
453b029ffafSHemanth V
454b029ffafSHemanth V	  To compile this driver as a module, choose M here: the
455b029ffafSHemanth V	  module will be called cma3000_d0x_i2c.
456b029ffafSHemanth V
457*49851ca0SDmitry Torokhovconfig INPUT_XEN_KBDDEV_FRONTEND
458*49851ca0SDmitry Torokhov	tristate "Xen virtual keyboard and mouse support"
459*49851ca0SDmitry Torokhov	depends on XEN_FBDEV_FRONTEND
460*49851ca0SDmitry Torokhov	default y
461*49851ca0SDmitry Torokhov	select XEN_XENBUS_FRONTEND
462*49851ca0SDmitry Torokhov	help
463*49851ca0SDmitry Torokhov	  This driver implements the front-end of the Xen virtual
464*49851ca0SDmitry Torokhov	  keyboard and mouse device driver.  It communicates with a back-end
465*49851ca0SDmitry Torokhov	  in another domain.
466*49851ca0SDmitry Torokhov
467*49851ca0SDmitry Torokhov	  To compile this driver as a module, choose M here: the
468*49851ca0SDmitry Torokhov	  module will be called xen-kbdfront.
469*49851ca0SDmitry Torokhov
4701da177e4SLinus Torvaldsendif
471