xref: /linux/drivers/input/misc/Kconfig (revision 631b16e81eab82e2894425a94c3fc14bf21adb26)
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
1033ead8b5dSEric Miaoconfig INPUT_MMA8450
1043ead8b5dSEric Miao	tristate "MMA8450 - Freescale's 3-Axis, 8/12-bit Digital Accelerometer"
1053ead8b5dSEric Miao	depends on I2C
1063ead8b5dSEric Miao	select INPUT_POLLDEV
1073ead8b5dSEric Miao	help
1083ead8b5dSEric Miao	  Say Y here if you want to support Freescale's MMA8450 Accelerometer
1093ead8b5dSEric Miao	  through I2C interface.
1103ead8b5dSEric Miao
1113ead8b5dSEric Miao	  To compile this driver as a module, choose M here: the
1123ead8b5dSEric Miao	  module will be called mma8450.
1133ead8b5dSEric Miao
114*631b16e8SJoseph Laiconfig INPUT_MPU3050
115*631b16e8SJoseph Lai	tristate "MPU3050 Triaxial gyroscope sensor"
116*631b16e8SJoseph Lai	depends on I2C
117*631b16e8SJoseph Lai	help
118*631b16e8SJoseph Lai	  Say Y here if you want to support InvenSense MPU3050
119*631b16e8SJoseph Lai	  connected via an I2C bus.
120*631b16e8SJoseph Lai
121*631b16e8SJoseph Lai	  To compile this driver as a module, choose M here: the
122*631b16e8SJoseph Lai	  module will be called mpu3050.
123*631b16e8SJoseph Lai
12452fe0cdbSStephen Hemmingerconfig INPUT_APANEL
12552fe0cdbSStephen Hemminger	tristate "Fujitsu Lifebook Application Panel buttons"
12619131305SRandy Dunlap	depends on X86 && I2C && LEDS_CLASS
12752fe0cdbSStephen Hemminger	select INPUT_POLLDEV
12852fe0cdbSStephen Hemminger	select CHECK_SIGNATURE
12952fe0cdbSStephen Hemminger	help
13052fe0cdbSStephen Hemminger	 Say Y here for support of the Application Panel buttons, used on
13152fe0cdbSStephen Hemminger	 Fujitsu Lifebook. These are attached to the mainboard through
13219131305SRandy Dunlap	 an SMBus interface managed by the I2C Intel ICH (i801) driver,
13319131305SRandy Dunlap	 which you should also build for this kernel.
13452fe0cdbSStephen Hemminger
13552fe0cdbSStephen Hemminger	 To compile this driver as a module, choose M here: the module will
13652fe0cdbSStephen Hemminger	 be called apanel.
13752fe0cdbSStephen Hemminger
138ba0acb5eSDmitry Torokhovconfig INPUT_IXP4XX_BEEPER
139ba0acb5eSDmitry Torokhov	tristate "IXP4XX Beeper support"
140ba0acb5eSDmitry Torokhov	depends on ARCH_IXP4XX
141ba0acb5eSDmitry Torokhov	help
142ba0acb5eSDmitry Torokhov	  If you say yes here, you can connect a beeper to the
143ba0acb5eSDmitry Torokhov	  ixp4xx gpio pins. This is used by the LinkSys NSLU2.
144ba0acb5eSDmitry Torokhov
145ba0acb5eSDmitry Torokhov	  If unsure, say Y.
146ba0acb5eSDmitry Torokhov
147ba0acb5eSDmitry Torokhov	  To compile this driver as a module, choose M here: the
148ba0acb5eSDmitry Torokhov	  module will be called ixp4xx-beeper.
149ba0acb5eSDmitry Torokhov
150bebb8a2bSYoichi Yuasaconfig INPUT_COBALT_BTNS
151bebb8a2bSYoichi Yuasa	tristate "Cobalt button interface"
152bebb8a2bSYoichi Yuasa	depends on MIPS_COBALT
1533d29cdffSDmitry Torokhov	select INPUT_POLLDEV
154bebb8a2bSYoichi Yuasa	help
155bebb8a2bSYoichi Yuasa	  Say Y here if you want to support MIPS Cobalt button interface.
156bebb8a2bSYoichi Yuasa
157bebb8a2bSYoichi Yuasa	  To compile this driver as a module, choose M here: the
158bebb8a2bSYoichi Yuasa	  module will be called cobalt_btns.
159bebb8a2bSYoichi Yuasa
1605fc14680SDmitry Torokhovconfig INPUT_WISTRON_BTNS
1615fc14680SDmitry Torokhov	tristate "x86 Wistron laptop button interface"
162e9fb028eSAndrew Morton	depends on X86 && !X86_64
163c2554c91SDmitry Torokhov	select INPUT_POLLDEV
164e97af4cbSDmitry Torokhov	select INPUT_SPARSEKMAP
165389679d8SEric Piel	select NEW_LEDS
166389679d8SEric Piel	select LEDS_CLASS
167928923c7SGeert Uytterhoeven	select CHECK_SIGNATURE
1685fc14680SDmitry Torokhov	help
16901dd2fbfSMatt LaPlante	  Say Y here for support of Wistron laptop button interfaces, used on
170389679d8SEric Piel	  laptops of various brands, including Acer and Fujitsu-Siemens. If
17101dd2fbfSMatt LaPlante	  available, mail and wifi LEDs will be controllable via /sys/class/leds.
1725fc14680SDmitry Torokhov
1735fc14680SDmitry Torokhov	  To compile this driver as a module, choose M here: the module will
1745fc14680SDmitry Torokhov	  be called wistron_btns.
1755fc14680SDmitry Torokhov
17631ea7ff0SJaya Kumarconfig INPUT_ATLAS_BTNS
17731ea7ff0SJaya Kumar	tristate "x86 Atlas button interface"
17831ea7ff0SJaya Kumar	depends on X86 && ACPI
17931ea7ff0SJaya Kumar	help
18031ea7ff0SJaya Kumar	  Say Y here for support of Atlas wallmount touchscreen buttons.
18131ea7ff0SJaya Kumar	  The events will show up as scancodes F1 through F9 via evdev.
18231ea7ff0SJaya Kumar
18331ea7ff0SJaya Kumar	  To compile this driver as a module, choose M here: the module will
18431ea7ff0SJaya Kumar	  be called atlas_btns.
18531ea7ff0SJaya Kumar
186ba0acb5eSDmitry Torokhovconfig INPUT_ATI_REMOTE
187ba0acb5eSDmitry Torokhov	tristate "ATI / X10 USB RF remote control"
1887a86edefSAl Viro	depends on USB_ARCH_HAS_HCD
189ba0acb5eSDmitry Torokhov	select USB
19001387959SAlessandro Zummo	help
191ba0acb5eSDmitry Torokhov	  Say Y here if you want to use an ATI or X10 "Lola" USB remote control.
192ba0acb5eSDmitry Torokhov	  These are RF remotes with USB receivers.
193ba0acb5eSDmitry Torokhov	  The ATI remote comes with many of ATI's All-In-Wonder video cards.
194ba0acb5eSDmitry Torokhov	  The X10 "Lola" remote is available at:
195ba0acb5eSDmitry Torokhov	     <http://www.x10.com/products/lola_sg1.htm>
196ba0acb5eSDmitry Torokhov	  This driver provides mouse pointer, left and right mouse buttons,
197ba0acb5eSDmitry Torokhov	  and maps all the other remote buttons to keypress events.
19801387959SAlessandro Zummo
199ba0acb5eSDmitry Torokhov	  To compile this driver as a module, choose M here: the module will be
200ba0acb5eSDmitry Torokhov	  called ati_remote.
201ba0acb5eSDmitry Torokhov
202ba0acb5eSDmitry Torokhovconfig INPUT_ATI_REMOTE2
203ba0acb5eSDmitry Torokhov	tristate "ATI / Philips USB RF remote control"
2047a86edefSAl Viro	depends on USB_ARCH_HAS_HCD
205ba0acb5eSDmitry Torokhov	select USB
206ba0acb5eSDmitry Torokhov	help
207ba0acb5eSDmitry Torokhov	  Say Y here if you want to use an ATI or Philips USB RF remote control.
208ba0acb5eSDmitry Torokhov	  These are RF remotes with USB receivers.
209ba0acb5eSDmitry Torokhov	  ATI Remote Wonder II comes with some ATI's All-In-Wonder video cards
210ba0acb5eSDmitry Torokhov	  and is also available as a separate product.
211ba0acb5eSDmitry Torokhov	  This driver provides mouse pointer, left and right mouse buttons,
212ba0acb5eSDmitry Torokhov	  and maps all the other remote buttons to keypress events.
213ba0acb5eSDmitry Torokhov
214ba0acb5eSDmitry Torokhov	  To compile this driver as a module, choose M here: the module will be
215ba0acb5eSDmitry Torokhov	  called ati_remote2.
216ba0acb5eSDmitry Torokhov
217ba0acb5eSDmitry Torokhovconfig INPUT_KEYSPAN_REMOTE
218ba0acb5eSDmitry Torokhov	tristate "Keyspan DMR USB remote control (EXPERIMENTAL)"
219ba0acb5eSDmitry Torokhov	depends on EXPERIMENTAL
2207a86edefSAl Viro	depends on USB_ARCH_HAS_HCD
221ba0acb5eSDmitry Torokhov	select USB
222ba0acb5eSDmitry Torokhov	help
223ba0acb5eSDmitry Torokhov	  Say Y here if you want to use a Keyspan DMR USB remote control.
224ba0acb5eSDmitry Torokhov	  Currently only the UIA-11 type of receiver has been tested.  The tag
225ba0acb5eSDmitry Torokhov	  on the receiver that connects to the USB port should have a P/N that
226ba0acb5eSDmitry Torokhov	  will tell you what type of DMR you have.  The UIA-10 type is not
227ba0acb5eSDmitry Torokhov	  supported at this time.  This driver maps all buttons to keypress
228ba0acb5eSDmitry Torokhov	  events.
229ba0acb5eSDmitry Torokhov
230ba0acb5eSDmitry Torokhov	  To compile this driver as a module, choose M here: the module will
231ba0acb5eSDmitry Torokhov	  be called keyspan_remote.
232ba0acb5eSDmitry Torokhov
233ba0acb5eSDmitry Torokhovconfig INPUT_POWERMATE
234ba0acb5eSDmitry Torokhov	tristate "Griffin PowerMate and Contour Jog support"
2357a86edefSAl Viro	depends on USB_ARCH_HAS_HCD
236ba0acb5eSDmitry Torokhov	select USB
237ba0acb5eSDmitry Torokhov	help
238ba0acb5eSDmitry Torokhov	  Say Y here if you want to use Griffin PowerMate or Contour Jog devices.
239ba0acb5eSDmitry Torokhov	  These are aluminum dials which can measure clockwise and anticlockwise
240ba0acb5eSDmitry Torokhov	  rotation.  The dial also acts as a pushbutton.  The base contains an LED
241ba0acb5eSDmitry Torokhov	  which can be instructed to pulse or to switch to a particular intensity.
242ba0acb5eSDmitry Torokhov
243ba0acb5eSDmitry Torokhov	  You can download userspace tools from
244ba0acb5eSDmitry Torokhov	  <http://sowerbutts.com/powermate/>.
24501387959SAlessandro Zummo
24601387959SAlessandro Zummo	  To compile this driver as a module, choose M here: the
247ba0acb5eSDmitry Torokhov	  module will be called powermate.
248ba0acb5eSDmitry Torokhov
249ba0acb5eSDmitry Torokhovconfig INPUT_YEALINK
250ba0acb5eSDmitry Torokhov	tristate "Yealink usb-p1k voip phone"
251247537b9SAdrian Bunk	depends on EXPERIMENTAL
2527a86edefSAl Viro	depends on USB_ARCH_HAS_HCD
253ba0acb5eSDmitry Torokhov	select USB
254ba0acb5eSDmitry Torokhov	help
255ba0acb5eSDmitry Torokhov	  Say Y here if you want to enable keyboard and LCD functions of the
256ba0acb5eSDmitry Torokhov	  Yealink usb-p1k usb phones. The audio part is enabled by the generic
257ba0acb5eSDmitry Torokhov	  usb sound driver, so you might want to enable that as well.
258ba0acb5eSDmitry Torokhov
259ba0acb5eSDmitry Torokhov	  For information about how to use these additional functions, see
260ba0acb5eSDmitry Torokhov	  <file:Documentation/input/yealink.txt>.
261ba0acb5eSDmitry Torokhov
262ba0acb5eSDmitry Torokhov	  To compile this driver as a module, choose M here: the module will be
263ba0acb5eSDmitry Torokhov	  called yealink.
26401387959SAlessandro Zummo
265c04148f9SAlfred E. Heggestadconfig INPUT_CM109
266c04148f9SAlfred E. Heggestad	tristate "C-Media CM109 USB I/O Controller"
267c04148f9SAlfred E. Heggestad	depends on EXPERIMENTAL
268c04148f9SAlfred E. Heggestad	depends on USB_ARCH_HAS_HCD
269c04148f9SAlfred E. Heggestad	select USB
270c04148f9SAlfred E. Heggestad	help
271c04148f9SAlfred E. Heggestad	  Say Y here if you want to enable keyboard and buzzer functions of the
272c04148f9SAlfred E. Heggestad	  C-Media CM109 usb phones. The audio part is enabled by the generic
273c04148f9SAlfred E. Heggestad	  usb sound driver, so you might want to enable that as well.
274c04148f9SAlfred E. Heggestad
275c04148f9SAlfred E. Heggestad	  To compile this driver as a module, choose M here: the module will be
276c04148f9SAlfred E. Heggestad	  called cm109.
277c04148f9SAlfred E. Heggestad
27868d8bf04SFelipe Balbiconfig INPUT_TWL4030_PWRBUTTON
27968d8bf04SFelipe Balbi	tristate "TWL4030 Power button Driver"
28068d8bf04SFelipe Balbi	depends on TWL4030_CORE
28168d8bf04SFelipe Balbi	help
28268d8bf04SFelipe Balbi	  Say Y here if you want to enable power key reporting via the
28368d8bf04SFelipe Balbi	  TWL4030 family of chips.
28468d8bf04SFelipe Balbi
28568d8bf04SFelipe Balbi	  To compile this driver as a module, choose M here. The module will
28668d8bf04SFelipe Balbi	  be called twl4030_pwrbutton.
28768d8bf04SFelipe Balbi
2883dd1b394SJari Vanhalaconfig INPUT_TWL4030_VIBRA
2893dd1b394SJari Vanhala	tristate "Support for TWL4030 Vibrator"
2903dd1b394SJari Vanhala	depends on TWL4030_CORE
2913dd1b394SJari Vanhala	select TWL4030_CODEC
2923dd1b394SJari Vanhala	select INPUT_FF_MEMLESS
2933dd1b394SJari Vanhala	help
2943dd1b394SJari Vanhala	  This option enables support for TWL4030 Vibrator Driver.
2953dd1b394SJari Vanhala
2963dd1b394SJari Vanhala	  To compile this driver as a module, choose M here. The module will
2973dd1b394SJari Vanhala	  be called twl4030_vibra.
2983dd1b394SJari Vanhala
2991da177e4SLinus Torvaldsconfig INPUT_UINPUT
3001da177e4SLinus Torvalds	tristate "User level driver support"
3011da177e4SLinus Torvalds	help
3021da177e4SLinus Torvalds	  Say Y here if you want to support user level drivers for input
3031da177e4SLinus Torvalds	  subsystem accessible under char device 10:223 - /dev/input/uinput.
3041da177e4SLinus Torvalds
3051da177e4SLinus Torvalds	  To compile this driver as a module, choose M here: the
3061da177e4SLinus Torvalds	  module will be called uinput.
3071da177e4SLinus Torvalds
30848ad88b1SThomas Bogendoerferconfig INPUT_SGI_BTNS
30948ad88b1SThomas Bogendoerfer	tristate "SGI Indy/O2 volume button interface"
31048ad88b1SThomas Bogendoerfer	depends on SGI_IP22 || SGI_IP32
3113bee2a04SThomas Bogendoerfer	select INPUT_POLLDEV
3123bee2a04SThomas Bogendoerfer	help
31348ad88b1SThomas Bogendoerfer	  Say Y here if you want to support SGI Indy/O2 volume button interface.
3143bee2a04SThomas Bogendoerfer
3153bee2a04SThomas Bogendoerfer	  To compile this driver as a module, choose M here: the
31648ad88b1SThomas Bogendoerfer	  module will be called sgi_btns.
3173bee2a04SThomas Bogendoerfer
3181da177e4SLinus Torvaldsconfig HP_SDC_RTC
3191da177e4SLinus Torvalds	tristate "HP SDC Real Time Clock"
320d061ebd5SAlexander Beregalov	depends on (GSC || HP300) && SERIO
3211da177e4SLinus Torvalds	select HP_SDC
3221da177e4SLinus Torvalds	help
3231da177e4SLinus Torvalds	  Say Y here if you want to support the built-in real time clock
3241da177e4SLinus Torvalds	  of the HP SDC controller.
3251da177e4SLinus Torvalds
3261851b06aSBalaji Raoconfig INPUT_PCF50633_PMU
3271851b06aSBalaji Rao	tristate "PCF50633 PMU events"
3281851b06aSBalaji Rao	depends on MFD_PCF50633
3291851b06aSBalaji Rao	help
3301851b06aSBalaji Rao	 Say Y to include support for delivering  PMU events via  input
3311851b06aSBalaji Rao	 layer on NXP PCF50633.
3321851b06aSBalaji Rao
333b91c4be7SBryan Wuconfig INPUT_PCF8574
334b91c4be7SBryan Wu	tristate "PCF8574 Keypad input device"
335b91c4be7SBryan Wu	depends on I2C && EXPERIMENTAL
336b91c4be7SBryan Wu	help
337b91c4be7SBryan Wu	  Say Y here if you want to support a keypad connetced via I2C
338b91c4be7SBryan Wu	  with a PCF8574.
339b91c4be7SBryan Wu
340b91c4be7SBryan Wu	  To compile this driver as a module, choose M here: the
341b91c4be7SBryan Wu	  module will be called pcf8574_keypad.
342b91c4be7SBryan Wu
343e22739d0SLars-Peter Clausenconfig INPUT_PWM_BEEPER
344e22739d0SLars-Peter Clausen	tristate "PWM beeper support"
345e22739d0SLars-Peter Clausen	depends on HAVE_PWM
346e22739d0SLars-Peter Clausen	help
347e22739d0SLars-Peter Clausen	  Say Y here to get support for PWM based beeper devices.
348e22739d0SLars-Peter Clausen
349e22739d0SLars-Peter Clausen	  If unsure, say N.
350e22739d0SLars-Peter Clausen
351e22739d0SLars-Peter Clausen	  To compile this driver as a module, choose M here: the module will be
352e22739d0SLars-Peter Clausen	  called pwm-beeper.
353e22739d0SLars-Peter Clausen
35492d57a73STrilok Soniconfig INPUT_PMIC8XXX_PWRKEY
35592d57a73STrilok Soni	tristate "PMIC8XXX power key support"
35692d57a73STrilok Soni	depends on MFD_PM8XXX
35792d57a73STrilok Soni	help
35892d57a73STrilok Soni	  Say Y here if you want support for the PMIC8XXX power key.
35992d57a73STrilok Soni
36092d57a73STrilok Soni	  If unsure, say N.
36192d57a73STrilok Soni
36292d57a73STrilok Soni	  To compile this driver as a module, choose M here: the
36392d57a73STrilok Soni	  module will be called pmic8xxx-pwrkey.
36492d57a73STrilok Soni
36573969ff0SDaniel Mackconfig INPUT_GPIO_ROTARY_ENCODER
36673969ff0SDaniel Mack	tristate "Rotary encoders connected to GPIO pins"
36773969ff0SDaniel Mack	depends on GPIOLIB && GENERIC_GPIO
36873969ff0SDaniel Mack	help
36973969ff0SDaniel Mack	  Say Y here to add support for rotary encoders connected to GPIO lines.
370492d0f95SAlessio Igor Bogani	  Check file:Documentation/input/rotary-encoder.txt for more
37173969ff0SDaniel Mack	  information.
37273969ff0SDaniel Mack
37373969ff0SDaniel Mack	  To compile this driver as a module, choose M here: the
37473969ff0SDaniel Mack	  module will be called rotary_encoder.
37573969ff0SDaniel Mack
376d9bdffd2SPhil Sutterconfig INPUT_RB532_BUTTON
377d9bdffd2SPhil Sutter	tristate "Mikrotik Routerboard 532 button interface"
378d9bdffd2SPhil Sutter	depends on MIKROTIK_RB532
379d9bdffd2SPhil Sutter	depends on GPIOLIB && GENERIC_GPIO
380d9bdffd2SPhil Sutter	select INPUT_POLLDEV
381d9bdffd2SPhil Sutter	help
382d9bdffd2SPhil Sutter	  Say Y here if you want support for the S1 button built into
383d9bdffd2SPhil Sutter	  Mikrotik's Routerboard 532.
384d9bdffd2SPhil Sutter
385d9bdffd2SPhil Sutter	  To compile this driver as a module, choose M here: the
386d9bdffd2SPhil Sutter	  module will be called rb532_button.
387d9bdffd2SPhil Sutter
388eb990b55SDavid Brownellconfig INPUT_DM355EVM
389eb990b55SDavid Brownell	tristate "TI DaVinci DM355 EVM Keypad and IR Remote"
390eb990b55SDavid Brownell	depends on MFD_DM355EVM_MSP
39166040727SDmitry Torokhov	select INPUT_SPARSEKMAP
392eb990b55SDavid Brownell	help
393eb990b55SDavid Brownell	  Supports the pushbuttons and IR remote used with
394eb990b55SDavid Brownell	  the DM355 EVM board.
395eb990b55SDavid Brownell
396eb990b55SDavid Brownell	  To compile this driver as a module, choose M here: the
397eb990b55SDavid Brownell	  module will be called dm355evm_keys.
39848329582SMichael Hennerich
39948329582SMichael Hennerichconfig INPUT_BFIN_ROTARY
40048329582SMichael Hennerich	tristate "Blackfin Rotary support"
40148329582SMichael Hennerich	depends on BF54x || BF52x
40248329582SMichael Hennerich	help
40348329582SMichael Hennerich	  Say Y here if you want to use the Blackfin Rotary.
40448329582SMichael Hennerich
40548329582SMichael Hennerich	  To compile this driver as a module, choose M here: the
40648329582SMichael Hennerich	  module will be called bfin-rotary.
40748329582SMichael Hennerich
4080c73b992SMark Brownconfig INPUT_WM831X_ON
4090c73b992SMark Brown	tristate "WM831X ON pin"
4100c73b992SMark Brown	depends on MFD_WM831X
4110c73b992SMark Brown	help
4120c73b992SMark Brown	  Support the ON pin of WM831X PMICs as an input device
4130c73b992SMark Brown	  reporting power button status.
4140c73b992SMark Brown
4150c73b992SMark Brown	  To compile this driver as a module, choose M here: the module
4160c73b992SMark Brown	  will be called wm831x_on.
4170c73b992SMark Brown
418d0a82132SDaniel Ribeiroconfig INPUT_PCAP
419d0a82132SDaniel Ribeiro	tristate "Motorola EZX PCAP misc input events"
420d0a82132SDaniel Ribeiro	depends on EZX_PCAP
421d0a82132SDaniel Ribeiro	help
422d0a82132SDaniel Ribeiro	  Say Y here if you want to use Power key and Headphone button
423d0a82132SDaniel Ribeiro	  on Motorola EZX phones.
424d0a82132SDaniel Ribeiro
425d0a82132SDaniel Ribeiro	  To compile this driver as a module, choose M here: the
426d0a82132SDaniel Ribeiro	  module will be called pcap_keys.
427d0a82132SDaniel Ribeiro
428e27c7292SMichael Hennerichconfig INPUT_ADXL34X
429e27c7292SMichael Hennerich	tristate "Analog Devices ADXL34x Three-Axis Digital Accelerometer"
430e27c7292SMichael Hennerich	default n
431e27c7292SMichael Hennerich	help
432e27c7292SMichael Hennerich	  Say Y here if you have a Accelerometer interface using the
433e27c7292SMichael Hennerich	  ADXL345/6 controller, and your board-specific initialization
434e27c7292SMichael Hennerich	  code includes that in its table of devices.
435e27c7292SMichael Hennerich
436e27c7292SMichael Hennerich	  This driver can use either I2C or SPI communication to the
437e27c7292SMichael Hennerich	  ADXL345/6 controller.  Select the appropriate method for
438e27c7292SMichael Hennerich	  your system.
439e27c7292SMichael Hennerich
440e27c7292SMichael Hennerich	  If unsure, say N (but it's safe to say "Y").
441e27c7292SMichael Hennerich
442e27c7292SMichael Hennerich	  To compile this driver as a module, choose M here: the
443e27c7292SMichael Hennerich	  module will be called adxl34x.
444e27c7292SMichael Hennerich
445e27c7292SMichael Hennerichconfig INPUT_ADXL34X_I2C
446e27c7292SMichael Hennerich	tristate "support I2C bus connection"
447e27c7292SMichael Hennerich	depends on INPUT_ADXL34X && I2C
448e27c7292SMichael Hennerich	default y
449e27c7292SMichael Hennerich	help
450e27c7292SMichael Hennerich	  Say Y here if you have ADXL345/6 hooked to an I2C bus.
451e27c7292SMichael Hennerich
452e27c7292SMichael Hennerich	  To compile this driver as a module, choose M here: the
453e27c7292SMichael Hennerich	  module will be called adxl34x-i2c.
454e27c7292SMichael Hennerich
455e27c7292SMichael Hennerichconfig INPUT_ADXL34X_SPI
456e27c7292SMichael Hennerich	tristate "support SPI bus connection"
457e27c7292SMichael Hennerich	depends on INPUT_ADXL34X && SPI
458e27c7292SMichael Hennerich	default y
459e27c7292SMichael Hennerich	help
460e27c7292SMichael Hennerich	  Say Y here if you have ADXL345/6 hooked to a SPI bus.
461e27c7292SMichael Hennerich
462e27c7292SMichael Hennerich	  To compile this driver as a module, choose M here: the
463e27c7292SMichael Hennerich	  module will be called adxl34x-spi.
464e27c7292SMichael Hennerich
465b029ffafSHemanth Vconfig INPUT_CMA3000
466b029ffafSHemanth V	tristate "VTI CMA3000 Tri-axis accelerometer"
467b029ffafSHemanth V	help
468b029ffafSHemanth V	  Say Y here if you want to use VTI CMA3000_D0x Accelerometer
469b029ffafSHemanth V	  driver
470b029ffafSHemanth V
471b029ffafSHemanth V	  This driver currently only supports I2C interface to the
472b029ffafSHemanth V	  controller. Also select the I2C method.
473b029ffafSHemanth V
474b029ffafSHemanth V	  If unsure, say N
475b029ffafSHemanth V
476b029ffafSHemanth V	  To compile this driver as a module, choose M here: the
477b029ffafSHemanth V	  module will be called cma3000_d0x.
478b029ffafSHemanth V
479b029ffafSHemanth Vconfig INPUT_CMA3000_I2C
480b029ffafSHemanth V	tristate "Support I2C bus connection"
481b029ffafSHemanth V	depends on INPUT_CMA3000 && I2C
482b029ffafSHemanth V	help
483b029ffafSHemanth V	  Say Y here if you want to use VTI CMA3000_D0x Accelerometer
484b029ffafSHemanth V	  through I2C interface.
485b029ffafSHemanth V
486b029ffafSHemanth V	  To compile this driver as a module, choose M here: the
487b029ffafSHemanth V	  module will be called cma3000_d0x_i2c.
488b029ffafSHemanth V
48949851ca0SDmitry Torokhovconfig INPUT_XEN_KBDDEV_FRONTEND
49049851ca0SDmitry Torokhov	tristate "Xen virtual keyboard and mouse support"
49149851ca0SDmitry Torokhov	depends on XEN_FBDEV_FRONTEND
49249851ca0SDmitry Torokhov	default y
49349851ca0SDmitry Torokhov	select XEN_XENBUS_FRONTEND
49449851ca0SDmitry Torokhov	help
49549851ca0SDmitry Torokhov	  This driver implements the front-end of the Xen virtual
49649851ca0SDmitry Torokhov	  keyboard and mouse device driver.  It communicates with a back-end
49749851ca0SDmitry Torokhov	  in another domain.
49849851ca0SDmitry Torokhov
49949851ca0SDmitry Torokhov	  To compile this driver as a module, choose M here: the
50049851ca0SDmitry Torokhov	  module will be called xen-kbdfront.
50149851ca0SDmitry Torokhov
5021da177e4SLinus Torvaldsendif
503