xref: /linux/drivers/input/misc/Kconfig (revision 6c04d7b3cf50a393f07f22a661d05d15db5dc6f6)
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
2531a62963SBryan Wuconfig INPUT_AD714X
2631a62963SBryan Wu	tristate "Analog Devices AD714x Capacitance Touch Sensor"
2731a62963SBryan Wu	help
28*6c04d7b3SBarry Song	  Say Y here if you want to support an AD7142/3/7/8/7A touch sensor.
2931a62963SBryan Wu
3031a62963SBryan Wu	  You should select a bus connection too.
3131a62963SBryan Wu
3231a62963SBryan Wu	  To compile this driver as a module, choose M here: the
3331a62963SBryan Wu	  module will be called ad714x.
3431a62963SBryan Wu
3531a62963SBryan Wuconfig INPUT_AD714X_I2C
3631a62963SBryan Wu	tristate "support I2C bus connection"
3731a62963SBryan Wu	depends on INPUT_AD714X && I2C
3831a62963SBryan Wu	default y
3931a62963SBryan Wu	help
4031a62963SBryan Wu	  Say Y here if you have AD7142/AD7147 hooked to an I2C bus.
4131a62963SBryan Wu
4231a62963SBryan Wu	  To compile this driver as a module, choose M here: the
4331a62963SBryan Wu	  module will be called ad714x-i2c.
4431a62963SBryan Wu
4531a62963SBryan Wuconfig INPUT_AD714X_SPI
4631a62963SBryan Wu	tristate "support SPI bus connection"
4731a62963SBryan Wu	depends on INPUT_AD714X && SPI
4831a62963SBryan Wu	default y
4931a62963SBryan Wu	help
5031a62963SBryan Wu	  Say Y here if you have AD7142/AD7147 hooked to a SPI bus.
5131a62963SBryan Wu
5231a62963SBryan Wu	  To compile this driver as a module, choose M here: the
5331a62963SBryan Wu	  module will be called ad714x-spi.
5431a62963SBryan Wu
551da177e4SLinus Torvaldsconfig INPUT_PCSPKR
561da177e4SLinus Torvalds	tristate "PC Speaker support"
57e5e1d3cbSStas Sergeev	depends on PCSPKR_PLATFORM
581da177e4SLinus Torvalds	help
591da177e4SLinus Torvalds	  Say Y here if you want the standard PC Speaker to be used for
601da177e4SLinus Torvalds	  bells and whistles.
611da177e4SLinus Torvalds
621da177e4SLinus Torvalds	  If unsure, say Y.
631da177e4SLinus Torvalds
641da177e4SLinus Torvalds	  To compile this driver as a module, choose M here: the
651da177e4SLinus Torvalds	  module will be called pcspkr.
661da177e4SLinus Torvalds
671da177e4SLinus Torvaldsconfig INPUT_SPARCSPKR
681da177e4SLinus Torvalds	tristate "SPARC Speaker support"
69a2bd4fd1SDavid S. Miller	depends on PCI && SPARC64
701da177e4SLinus Torvalds	help
711da177e4SLinus Torvalds	  Say Y here if you want the standard Speaker on Sparc PCI systems
721da177e4SLinus Torvalds	  to be used for bells and whistles.
731da177e4SLinus Torvalds
741da177e4SLinus Torvalds	  If unsure, say Y.
751da177e4SLinus Torvalds
761da177e4SLinus Torvalds	  To compile this driver as a module, choose M here: the
771da177e4SLinus Torvalds	  module will be called sparcspkr.
781da177e4SLinus Torvalds
791da177e4SLinus Torvaldsconfig INPUT_M68K_BEEP
801da177e4SLinus Torvalds	tristate "M68k Beeper support"
811da177e4SLinus Torvalds	depends on M68K
821da177e4SLinus Torvalds
8352fe0cdbSStephen Hemmingerconfig INPUT_APANEL
8452fe0cdbSStephen Hemminger	tristate "Fujitsu Lifebook Application Panel buttons"
8519131305SRandy Dunlap	depends on X86 && I2C && LEDS_CLASS
8652fe0cdbSStephen Hemminger	select INPUT_POLLDEV
8752fe0cdbSStephen Hemminger	select CHECK_SIGNATURE
8852fe0cdbSStephen Hemminger	help
8952fe0cdbSStephen Hemminger	 Say Y here for support of the Application Panel buttons, used on
9052fe0cdbSStephen Hemminger	 Fujitsu Lifebook. These are attached to the mainboard through
9119131305SRandy Dunlap	 an SMBus interface managed by the I2C Intel ICH (i801) driver,
9219131305SRandy Dunlap	 which you should also build for this kernel.
9352fe0cdbSStephen Hemminger
9452fe0cdbSStephen Hemminger	 To compile this driver as a module, choose M here: the module will
9552fe0cdbSStephen Hemminger	 be called apanel.
9652fe0cdbSStephen Hemminger
97ba0acb5eSDmitry Torokhovconfig INPUT_IXP4XX_BEEPER
98ba0acb5eSDmitry Torokhov	tristate "IXP4XX Beeper support"
99ba0acb5eSDmitry Torokhov	depends on ARCH_IXP4XX
100ba0acb5eSDmitry Torokhov	help
101ba0acb5eSDmitry Torokhov	  If you say yes here, you can connect a beeper to the
102ba0acb5eSDmitry Torokhov	  ixp4xx gpio pins. This is used by the LinkSys NSLU2.
103ba0acb5eSDmitry Torokhov
104ba0acb5eSDmitry Torokhov	  If unsure, say Y.
105ba0acb5eSDmitry Torokhov
106ba0acb5eSDmitry Torokhov	  To compile this driver as a module, choose M here: the
107ba0acb5eSDmitry Torokhov	  module will be called ixp4xx-beeper.
108ba0acb5eSDmitry Torokhov
109bebb8a2bSYoichi Yuasaconfig INPUT_COBALT_BTNS
110bebb8a2bSYoichi Yuasa	tristate "Cobalt button interface"
111bebb8a2bSYoichi Yuasa	depends on MIPS_COBALT
1123d29cdffSDmitry Torokhov	select INPUT_POLLDEV
113bebb8a2bSYoichi Yuasa	help
114bebb8a2bSYoichi Yuasa	  Say Y here if you want to support MIPS Cobalt button interface.
115bebb8a2bSYoichi Yuasa
116bebb8a2bSYoichi Yuasa	  To compile this driver as a module, choose M here: the
117bebb8a2bSYoichi Yuasa	  module will be called cobalt_btns.
118bebb8a2bSYoichi Yuasa
1195fc14680SDmitry Torokhovconfig INPUT_WISTRON_BTNS
1205fc14680SDmitry Torokhov	tristate "x86 Wistron laptop button interface"
121e9fb028eSAndrew Morton	depends on X86 && !X86_64
122c2554c91SDmitry Torokhov	select INPUT_POLLDEV
123e97af4cbSDmitry Torokhov	select INPUT_SPARSEKMAP
124389679d8SEric Piel	select NEW_LEDS
125389679d8SEric Piel	select LEDS_CLASS
126928923c7SGeert Uytterhoeven	select CHECK_SIGNATURE
1275fc14680SDmitry Torokhov	help
12801dd2fbfSMatt LaPlante	  Say Y here for support of Wistron laptop button interfaces, used on
129389679d8SEric Piel	  laptops of various brands, including Acer and Fujitsu-Siemens. If
13001dd2fbfSMatt LaPlante	  available, mail and wifi LEDs will be controllable via /sys/class/leds.
1315fc14680SDmitry Torokhov
1325fc14680SDmitry Torokhov	  To compile this driver as a module, choose M here: the module will
1335fc14680SDmitry Torokhov	  be called wistron_btns.
1345fc14680SDmitry Torokhov
13531ea7ff0SJaya Kumarconfig INPUT_ATLAS_BTNS
13631ea7ff0SJaya Kumar	tristate "x86 Atlas button interface"
13731ea7ff0SJaya Kumar	depends on X86 && ACPI
13831ea7ff0SJaya Kumar	help
13931ea7ff0SJaya Kumar	  Say Y here for support of Atlas wallmount touchscreen buttons.
14031ea7ff0SJaya Kumar	  The events will show up as scancodes F1 through F9 via evdev.
14131ea7ff0SJaya Kumar
14231ea7ff0SJaya Kumar	  To compile this driver as a module, choose M here: the module will
14331ea7ff0SJaya Kumar	  be called atlas_btns.
14431ea7ff0SJaya Kumar
145ba0acb5eSDmitry Torokhovconfig INPUT_ATI_REMOTE
146ba0acb5eSDmitry Torokhov	tristate "ATI / X10 USB RF remote control"
1477a86edefSAl Viro	depends on USB_ARCH_HAS_HCD
148ba0acb5eSDmitry Torokhov	select USB
14901387959SAlessandro Zummo	help
150ba0acb5eSDmitry Torokhov	  Say Y here if you want to use an ATI or X10 "Lola" USB remote control.
151ba0acb5eSDmitry Torokhov	  These are RF remotes with USB receivers.
152ba0acb5eSDmitry Torokhov	  The ATI remote comes with many of ATI's All-In-Wonder video cards.
153ba0acb5eSDmitry Torokhov	  The X10 "Lola" remote is available at:
154ba0acb5eSDmitry Torokhov	     <http://www.x10.com/products/lola_sg1.htm>
155ba0acb5eSDmitry Torokhov	  This driver provides mouse pointer, left and right mouse buttons,
156ba0acb5eSDmitry Torokhov	  and maps all the other remote buttons to keypress events.
15701387959SAlessandro Zummo
158ba0acb5eSDmitry Torokhov	  To compile this driver as a module, choose M here: the module will be
159ba0acb5eSDmitry Torokhov	  called ati_remote.
160ba0acb5eSDmitry Torokhov
161ba0acb5eSDmitry Torokhovconfig INPUT_ATI_REMOTE2
162ba0acb5eSDmitry Torokhov	tristate "ATI / Philips USB RF remote control"
1637a86edefSAl Viro	depends on USB_ARCH_HAS_HCD
164ba0acb5eSDmitry Torokhov	select USB
165ba0acb5eSDmitry Torokhov	help
166ba0acb5eSDmitry Torokhov	  Say Y here if you want to use an ATI or Philips USB RF remote control.
167ba0acb5eSDmitry Torokhov	  These are RF remotes with USB receivers.
168ba0acb5eSDmitry Torokhov	  ATI Remote Wonder II comes with some ATI's All-In-Wonder video cards
169ba0acb5eSDmitry Torokhov	  and is also available as a separate product.
170ba0acb5eSDmitry Torokhov	  This driver provides mouse pointer, left and right mouse buttons,
171ba0acb5eSDmitry Torokhov	  and maps all the other remote buttons to keypress events.
172ba0acb5eSDmitry Torokhov
173ba0acb5eSDmitry Torokhov	  To compile this driver as a module, choose M here: the module will be
174ba0acb5eSDmitry Torokhov	  called ati_remote2.
175ba0acb5eSDmitry Torokhov
176ba0acb5eSDmitry Torokhovconfig INPUT_KEYSPAN_REMOTE
177ba0acb5eSDmitry Torokhov	tristate "Keyspan DMR USB remote control (EXPERIMENTAL)"
178ba0acb5eSDmitry Torokhov	depends on EXPERIMENTAL
1797a86edefSAl Viro	depends on USB_ARCH_HAS_HCD
180ba0acb5eSDmitry Torokhov	select USB
181ba0acb5eSDmitry Torokhov	help
182ba0acb5eSDmitry Torokhov	  Say Y here if you want to use a Keyspan DMR USB remote control.
183ba0acb5eSDmitry Torokhov	  Currently only the UIA-11 type of receiver has been tested.  The tag
184ba0acb5eSDmitry Torokhov	  on the receiver that connects to the USB port should have a P/N that
185ba0acb5eSDmitry Torokhov	  will tell you what type of DMR you have.  The UIA-10 type is not
186ba0acb5eSDmitry Torokhov	  supported at this time.  This driver maps all buttons to keypress
187ba0acb5eSDmitry Torokhov	  events.
188ba0acb5eSDmitry Torokhov
189ba0acb5eSDmitry Torokhov	  To compile this driver as a module, choose M here: the module will
190ba0acb5eSDmitry Torokhov	  be called keyspan_remote.
191ba0acb5eSDmitry Torokhov
192ba0acb5eSDmitry Torokhovconfig INPUT_POWERMATE
193ba0acb5eSDmitry Torokhov	tristate "Griffin PowerMate and Contour Jog support"
1947a86edefSAl Viro	depends on USB_ARCH_HAS_HCD
195ba0acb5eSDmitry Torokhov	select USB
196ba0acb5eSDmitry Torokhov	help
197ba0acb5eSDmitry Torokhov	  Say Y here if you want to use Griffin PowerMate or Contour Jog devices.
198ba0acb5eSDmitry Torokhov	  These are aluminum dials which can measure clockwise and anticlockwise
199ba0acb5eSDmitry Torokhov	  rotation.  The dial also acts as a pushbutton.  The base contains an LED
200ba0acb5eSDmitry Torokhov	  which can be instructed to pulse or to switch to a particular intensity.
201ba0acb5eSDmitry Torokhov
202ba0acb5eSDmitry Torokhov	  You can download userspace tools from
203ba0acb5eSDmitry Torokhov	  <http://sowerbutts.com/powermate/>.
20401387959SAlessandro Zummo
20501387959SAlessandro Zummo	  To compile this driver as a module, choose M here: the
206ba0acb5eSDmitry Torokhov	  module will be called powermate.
207ba0acb5eSDmitry Torokhov
208ba0acb5eSDmitry Torokhovconfig INPUT_YEALINK
209ba0acb5eSDmitry Torokhov	tristate "Yealink usb-p1k voip phone"
210247537b9SAdrian Bunk	depends on EXPERIMENTAL
2117a86edefSAl Viro	depends on USB_ARCH_HAS_HCD
212ba0acb5eSDmitry Torokhov	select USB
213ba0acb5eSDmitry Torokhov	help
214ba0acb5eSDmitry Torokhov	  Say Y here if you want to enable keyboard and LCD functions of the
215ba0acb5eSDmitry Torokhov	  Yealink usb-p1k usb phones. The audio part is enabled by the generic
216ba0acb5eSDmitry Torokhov	  usb sound driver, so you might want to enable that as well.
217ba0acb5eSDmitry Torokhov
218ba0acb5eSDmitry Torokhov	  For information about how to use these additional functions, see
219ba0acb5eSDmitry Torokhov	  <file:Documentation/input/yealink.txt>.
220ba0acb5eSDmitry Torokhov
221ba0acb5eSDmitry Torokhov	  To compile this driver as a module, choose M here: the module will be
222ba0acb5eSDmitry Torokhov	  called yealink.
22301387959SAlessandro Zummo
224c04148f9SAlfred E. Heggestadconfig INPUT_CM109
225c04148f9SAlfred E. Heggestad	tristate "C-Media CM109 USB I/O Controller"
226c04148f9SAlfred E. Heggestad	depends on EXPERIMENTAL
227c04148f9SAlfred E. Heggestad	depends on USB_ARCH_HAS_HCD
228c04148f9SAlfred E. Heggestad	select USB
229c04148f9SAlfred E. Heggestad	help
230c04148f9SAlfred E. Heggestad	  Say Y here if you want to enable keyboard and buzzer functions of the
231c04148f9SAlfred E. Heggestad	  C-Media CM109 usb phones. The audio part is enabled by the generic
232c04148f9SAlfred E. Heggestad	  usb sound driver, so you might want to enable that as well.
233c04148f9SAlfred E. Heggestad
234c04148f9SAlfred E. Heggestad	  To compile this driver as a module, choose M here: the module will be
235c04148f9SAlfred E. Heggestad	  called cm109.
236c04148f9SAlfred E. Heggestad
23768d8bf04SFelipe Balbiconfig INPUT_TWL4030_PWRBUTTON
23868d8bf04SFelipe Balbi	tristate "TWL4030 Power button Driver"
23968d8bf04SFelipe Balbi	depends on TWL4030_CORE
24068d8bf04SFelipe Balbi	help
24168d8bf04SFelipe Balbi	  Say Y here if you want to enable power key reporting via the
24268d8bf04SFelipe Balbi	  TWL4030 family of chips.
24368d8bf04SFelipe Balbi
24468d8bf04SFelipe Balbi	  To compile this driver as a module, choose M here. The module will
24568d8bf04SFelipe Balbi	  be called twl4030_pwrbutton.
24668d8bf04SFelipe Balbi
2473dd1b394SJari Vanhalaconfig INPUT_TWL4030_VIBRA
2483dd1b394SJari Vanhala	tristate "Support for TWL4030 Vibrator"
2493dd1b394SJari Vanhala	depends on TWL4030_CORE
2503dd1b394SJari Vanhala	select TWL4030_CODEC
2513dd1b394SJari Vanhala	select INPUT_FF_MEMLESS
2523dd1b394SJari Vanhala	help
2533dd1b394SJari Vanhala	  This option enables support for TWL4030 Vibrator Driver.
2543dd1b394SJari Vanhala
2553dd1b394SJari Vanhala	  To compile this driver as a module, choose M here. The module will
2563dd1b394SJari Vanhala	  be called twl4030_vibra.
2573dd1b394SJari Vanhala
2581da177e4SLinus Torvaldsconfig INPUT_UINPUT
2591da177e4SLinus Torvalds	tristate "User level driver support"
2601da177e4SLinus Torvalds	help
2611da177e4SLinus Torvalds	  Say Y here if you want to support user level drivers for input
2621da177e4SLinus Torvalds	  subsystem accessible under char device 10:223 - /dev/input/uinput.
2631da177e4SLinus Torvalds
2641da177e4SLinus Torvalds	  To compile this driver as a module, choose M here: the
2651da177e4SLinus Torvalds	  module will be called uinput.
2661da177e4SLinus Torvalds
26748ad88b1SThomas Bogendoerferconfig INPUT_SGI_BTNS
26848ad88b1SThomas Bogendoerfer	tristate "SGI Indy/O2 volume button interface"
26948ad88b1SThomas Bogendoerfer	depends on SGI_IP22 || SGI_IP32
2703bee2a04SThomas Bogendoerfer	select INPUT_POLLDEV
2713bee2a04SThomas Bogendoerfer	help
27248ad88b1SThomas Bogendoerfer	  Say Y here if you want to support SGI Indy/O2 volume button interface.
2733bee2a04SThomas Bogendoerfer
2743bee2a04SThomas Bogendoerfer	  To compile this driver as a module, choose M here: the
27548ad88b1SThomas Bogendoerfer	  module will be called sgi_btns.
2763bee2a04SThomas Bogendoerfer
277e258b80eSDavid Härdemanconfig INPUT_WINBOND_CIR
278e258b80eSDavid Härdeman	tristate "Winbond IR remote control"
279e258b80eSDavid Härdeman	depends on X86 && PNP
280d2b5ec3aSIngo Molnar	select NEW_LEDS
281e258b80eSDavid Härdeman	select LEDS_CLASS
2820baa3de6SDavid Härdeman	select LEDS_TRIGGERS
283e258b80eSDavid Härdeman	select BITREVERSE
284e258b80eSDavid Härdeman	help
285e258b80eSDavid Härdeman	  Say Y here if you want to use the IR remote functionality found
286e258b80eSDavid Härdeman	  in some Winbond SuperI/O chips. Currently only the WPCD376I
287e258b80eSDavid Härdeman	  chip is supported (included in some Intel Media series motherboards).
288e258b80eSDavid Härdeman
289e258b80eSDavid Härdeman	  IR Receive and wake-on-IR from suspend and power-off is currently
290e258b80eSDavid Härdeman	  supported.
291e258b80eSDavid Härdeman
292e258b80eSDavid Härdeman	  To compile this driver as a module, choose M here: the module will be
293e258b80eSDavid Härdeman	  called winbond_cir.
294e258b80eSDavid Härdeman
2951da177e4SLinus Torvaldsconfig HP_SDC_RTC
2961da177e4SLinus Torvalds	tristate "HP SDC Real Time Clock"
297d061ebd5SAlexander Beregalov	depends on (GSC || HP300) && SERIO
2981da177e4SLinus Torvalds	select HP_SDC
2991da177e4SLinus Torvalds	help
3001da177e4SLinus Torvalds	  Say Y here if you want to support the built-in real time clock
3011da177e4SLinus Torvalds	  of the HP SDC controller.
3021da177e4SLinus Torvalds
3031851b06aSBalaji Raoconfig INPUT_PCF50633_PMU
3041851b06aSBalaji Rao	tristate "PCF50633 PMU events"
3051851b06aSBalaji Rao	depends on MFD_PCF50633
3061851b06aSBalaji Rao	help
3071851b06aSBalaji Rao	 Say Y to include support for delivering  PMU events via  input
3081851b06aSBalaji Rao	 layer on NXP PCF50633.
3091851b06aSBalaji Rao
310b91c4be7SBryan Wuconfig INPUT_PCF8574
311b91c4be7SBryan Wu	tristate "PCF8574 Keypad input device"
312b91c4be7SBryan Wu	depends on I2C && EXPERIMENTAL
313b91c4be7SBryan Wu	help
314b91c4be7SBryan Wu	  Say Y here if you want to support a keypad connetced via I2C
315b91c4be7SBryan Wu	  with a PCF8574.
316b91c4be7SBryan Wu
317b91c4be7SBryan Wu	  To compile this driver as a module, choose M here: the
318b91c4be7SBryan Wu	  module will be called pcf8574_keypad.
319b91c4be7SBryan Wu
32073969ff0SDaniel Mackconfig INPUT_GPIO_ROTARY_ENCODER
32173969ff0SDaniel Mack	tristate "Rotary encoders connected to GPIO pins"
32273969ff0SDaniel Mack	depends on GPIOLIB && GENERIC_GPIO
32373969ff0SDaniel Mack	help
32473969ff0SDaniel Mack	  Say Y here to add support for rotary encoders connected to GPIO lines.
325492d0f95SAlessio Igor Bogani	  Check file:Documentation/input/rotary-encoder.txt for more
32673969ff0SDaniel Mack	  information.
32773969ff0SDaniel Mack
32873969ff0SDaniel Mack	  To compile this driver as a module, choose M here: the
32973969ff0SDaniel Mack	  module will be called rotary_encoder.
33073969ff0SDaniel Mack
331d9bdffd2SPhil Sutterconfig INPUT_RB532_BUTTON
332d9bdffd2SPhil Sutter	tristate "Mikrotik Routerboard 532 button interface"
333d9bdffd2SPhil Sutter	depends on MIKROTIK_RB532
334d9bdffd2SPhil Sutter	depends on GPIOLIB && GENERIC_GPIO
335d9bdffd2SPhil Sutter	select INPUT_POLLDEV
336d9bdffd2SPhil Sutter	help
337d9bdffd2SPhil Sutter	  Say Y here if you want support for the S1 button built into
338d9bdffd2SPhil Sutter	  Mikrotik's Routerboard 532.
339d9bdffd2SPhil Sutter
340d9bdffd2SPhil Sutter	  To compile this driver as a module, choose M here: the
341d9bdffd2SPhil Sutter	  module will be called rb532_button.
342d9bdffd2SPhil Sutter
343eb990b55SDavid Brownellconfig INPUT_DM355EVM
344eb990b55SDavid Brownell	tristate "TI DaVinci DM355 EVM Keypad and IR Remote"
345eb990b55SDavid Brownell	depends on MFD_DM355EVM_MSP
34666040727SDmitry Torokhov	select INPUT_SPARSEKMAP
347eb990b55SDavid Brownell	help
348eb990b55SDavid Brownell	  Supports the pushbuttons and IR remote used with
349eb990b55SDavid Brownell	  the DM355 EVM board.
350eb990b55SDavid Brownell
351eb990b55SDavid Brownell	  To compile this driver as a module, choose M here: the
352eb990b55SDavid Brownell	  module will be called dm355evm_keys.
35348329582SMichael Hennerich
35448329582SMichael Hennerichconfig INPUT_BFIN_ROTARY
35548329582SMichael Hennerich	tristate "Blackfin Rotary support"
35648329582SMichael Hennerich	depends on BF54x || BF52x
35748329582SMichael Hennerich	help
35848329582SMichael Hennerich	  Say Y here if you want to use the Blackfin Rotary.
35948329582SMichael Hennerich
36048329582SMichael Hennerich	  To compile this driver as a module, choose M here: the
36148329582SMichael Hennerich	  module will be called bfin-rotary.
36248329582SMichael Hennerich
3630c73b992SMark Brownconfig INPUT_WM831X_ON
3640c73b992SMark Brown	tristate "WM831X ON pin"
3650c73b992SMark Brown	depends on MFD_WM831X
3660c73b992SMark Brown	help
3670c73b992SMark Brown	  Support the ON pin of WM831X PMICs as an input device
3680c73b992SMark Brown	  reporting power button status.
3690c73b992SMark Brown
3700c73b992SMark Brown	  To compile this driver as a module, choose M here: the module
3710c73b992SMark Brown	  will be called wm831x_on.
3720c73b992SMark Brown
373d0a82132SDaniel Ribeiroconfig INPUT_PCAP
374d0a82132SDaniel Ribeiro	tristate "Motorola EZX PCAP misc input events"
375d0a82132SDaniel Ribeiro	depends on EZX_PCAP
376d0a82132SDaniel Ribeiro	help
377d0a82132SDaniel Ribeiro	  Say Y here if you want to use Power key and Headphone button
378d0a82132SDaniel Ribeiro	  on Motorola EZX phones.
379d0a82132SDaniel Ribeiro
380d0a82132SDaniel Ribeiro	  To compile this driver as a module, choose M here: the
381d0a82132SDaniel Ribeiro	  module will be called pcap_keys.
382d0a82132SDaniel Ribeiro
3831da177e4SLinus Torvaldsendif
384