xref: /linux/drivers/input/misc/Kconfig (revision 9b5f953ddc3247dd0c3d0cafa4247be10d5c05db)
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
2596c905f4SQiao Zhouconfig INPUT_88PM80X_ONKEY
2696c905f4SQiao Zhou	tristate "88PM80x ONKEY support"
2796c905f4SQiao Zhou	depends on MFD_88PM800
2896c905f4SQiao Zhou	help
2996c905f4SQiao Zhou	  Support the ONKEY of Marvell 88PM80x PMICs as an input device
3096c905f4SQiao Zhou	  reporting power button status.
3196c905f4SQiao Zhou
3296c905f4SQiao Zhou	  To compile this driver as a module, choose M here: the module
3396c905f4SQiao Zhou	  will be called 88pm80x_onkey.
3496c905f4SQiao Zhou
3577686517SSundar R Iyerconfig INPUT_AB8500_PONKEY
3677686517SSundar R Iyer	tristate "AB8500 Pon (PowerOn) Key"
3777686517SSundar R Iyer	depends on AB8500_CORE
3877686517SSundar R Iyer	help
3977686517SSundar R Iyer	  Say Y here to use the PowerOn Key for ST-Ericsson's AB8500
4077686517SSundar R Iyer	  Mix-Sig PMIC.
4177686517SSundar R Iyer
4277686517SSundar R Iyer	  To compile this driver as a module, choose M here: the module
4377686517SSundar R Iyer	  will be called ab8500-ponkey.
4477686517SSundar R Iyer
4531a62963SBryan Wuconfig INPUT_AD714X
4631a62963SBryan Wu	tristate "Analog Devices AD714x Capacitance Touch Sensor"
4731a62963SBryan Wu	help
486c04d7b3SBarry Song	  Say Y here if you want to support an AD7142/3/7/8/7A touch sensor.
4931a62963SBryan Wu
5031a62963SBryan Wu	  You should select a bus connection too.
5131a62963SBryan Wu
5231a62963SBryan Wu	  To compile this driver as a module, choose M here: the
5331a62963SBryan Wu	  module will be called ad714x.
5431a62963SBryan Wu
5531a62963SBryan Wuconfig INPUT_AD714X_I2C
5631a62963SBryan Wu	tristate "support I2C bus connection"
5731a62963SBryan Wu	depends on INPUT_AD714X && I2C
5831a62963SBryan Wu	default y
5931a62963SBryan Wu	help
6031a62963SBryan Wu	  Say Y here if you have AD7142/AD7147 hooked to an I2C bus.
6131a62963SBryan Wu
6231a62963SBryan Wu	  To compile this driver as a module, choose M here: the
6331a62963SBryan Wu	  module will be called ad714x-i2c.
6431a62963SBryan Wu
6531a62963SBryan Wuconfig INPUT_AD714X_SPI
6631a62963SBryan Wu	tristate "support SPI bus connection"
6731a62963SBryan Wu	depends on INPUT_AD714X && SPI
6831a62963SBryan Wu	default y
6931a62963SBryan Wu	help
7031a62963SBryan Wu	  Say Y here if you have AD7142/AD7147 hooked to a SPI bus.
7131a62963SBryan Wu
7231a62963SBryan Wu	  To compile this driver as a module, choose M here: the
7331a62963SBryan Wu	  module will be called ad714x-spi.
7431a62963SBryan Wu
759dd555e2SMark Brownconfig INPUT_ARIZONA_HAPTICS
769dd555e2SMark Brown	tristate "Arizona haptics support"
779dd555e2SMark Brown	depends on MFD_ARIZONA && SND_SOC
789dd555e2SMark Brown	select INPUT_FF_MEMLESS
799dd555e2SMark Brown	help
809dd555e2SMark Brown	  Say Y to enable support for the haptics module in Arizona CODECs.
819dd555e2SMark Brown
829dd555e2SMark Brown	  To compile this driver as a module, choose M here: the
839dd555e2SMark Brown	  module will be called arizona-haptics.
849dd555e2SMark Brown
85c17ca3f5SEric Anderssonconfig INPUT_BMA150
86c17ca3f5SEric Andersson	tristate "BMA150/SMB380 acceleration sensor support"
87c17ca3f5SEric Andersson	depends on I2C
88c17ca3f5SEric Andersson	select INPUT_POLLDEV
89c17ca3f5SEric Andersson	help
90c17ca3f5SEric Andersson	  Say Y here if you have Bosch Sensortec's BMA150 or SMB380
91c17ca3f5SEric Andersson	  acceleration sensor hooked to an I2C bus.
92c17ca3f5SEric Andersson
93c17ca3f5SEric Andersson	  To compile this driver as a module, choose M here: the
94c17ca3f5SEric Andersson	  module will be called bma150.
95c17ca3f5SEric Andersson
961da177e4SLinus Torvaldsconfig INPUT_PCSPKR
971da177e4SLinus Torvalds	tristate "PC Speaker support"
98e5e1d3cbSStas Sergeev	depends on PCSPKR_PLATFORM
991da177e4SLinus Torvalds	help
1001da177e4SLinus Torvalds	  Say Y here if you want the standard PC Speaker to be used for
1011da177e4SLinus Torvalds	  bells and whistles.
1021da177e4SLinus Torvalds
1031da177e4SLinus Torvalds	  If unsure, say Y.
1041da177e4SLinus Torvalds
1051da177e4SLinus Torvalds	  To compile this driver as a module, choose M here: the
1061da177e4SLinus Torvalds	  module will be called pcspkr.
1071da177e4SLinus Torvalds
10811205bb6SAmy Malocheconfig INPUT_PM8XXX_VIBRATOR
10911205bb6SAmy Maloche	tristate "Qualcomm PM8XXX vibrator support"
11011205bb6SAmy Maloche	depends on MFD_PM8XXX
11111205bb6SAmy Maloche	select INPUT_FF_MEMLESS
11211205bb6SAmy Maloche	help
11311205bb6SAmy Maloche	  This option enables device driver support for the vibrator
11411205bb6SAmy Maloche	  on Qualcomm PM8xxx chip. This driver supports ff-memless interface
11511205bb6SAmy Maloche	  from input framework.
11611205bb6SAmy Maloche
11711205bb6SAmy Maloche	  To compile this driver as module, choose M here: the
11811205bb6SAmy Maloche	  module will be called pm8xxx-vibrator.
11911205bb6SAmy Maloche
12011205bb6SAmy Malocheconfig INPUT_PMIC8XXX_PWRKEY
12111205bb6SAmy Maloche	tristate "PMIC8XXX power key support"
12211205bb6SAmy Maloche	depends on MFD_PM8XXX
12311205bb6SAmy Maloche	help
12411205bb6SAmy Maloche	  Say Y here if you want support for the PMIC8XXX power key.
12511205bb6SAmy Maloche
12611205bb6SAmy Maloche	  If unsure, say N.
12711205bb6SAmy Maloche
12811205bb6SAmy Maloche	  To compile this driver as a module, choose M here: the
12911205bb6SAmy Maloche	  module will be called pmic8xxx-pwrkey.
13011205bb6SAmy Maloche
1311da177e4SLinus Torvaldsconfig INPUT_SPARCSPKR
1321da177e4SLinus Torvalds	tristate "SPARC Speaker support"
133a2bd4fd1SDavid S. Miller	depends on PCI && SPARC64
1341da177e4SLinus Torvalds	help
1351da177e4SLinus Torvalds	  Say Y here if you want the standard Speaker on Sparc PCI systems
1361da177e4SLinus Torvalds	  to be used for bells and whistles.
1371da177e4SLinus Torvalds
1381da177e4SLinus Torvalds	  If unsure, say Y.
1391da177e4SLinus Torvalds
1401da177e4SLinus Torvalds	  To compile this driver as a module, choose M here: the
1411da177e4SLinus Torvalds	  module will be called sparcspkr.
1421da177e4SLinus Torvalds
1431da177e4SLinus Torvaldsconfig INPUT_M68K_BEEP
1441da177e4SLinus Torvalds	tristate "M68k Beeper support"
1451da177e4SLinus Torvalds	depends on M68K
1461da177e4SLinus Torvalds
1473734574cSHaojian Zhuangconfig INPUT_MAX8925_ONKEY
1483734574cSHaojian Zhuang	tristate "MAX8925 ONKEY support"
1493734574cSHaojian Zhuang	depends on MFD_MAX8925
1503734574cSHaojian Zhuang	help
1513734574cSHaojian Zhuang	  Support the ONKEY of MAX8925 PMICs as an input device
1523734574cSHaojian Zhuang	  reporting power button status.
1533734574cSHaojian Zhuang
1543734574cSHaojian Zhuang	  To compile this driver as a module, choose M here: the module
1553734574cSHaojian Zhuang	  will be called max8925_onkey.
1563734574cSHaojian Zhuang
157104594b0SDonggeun Kimconfig INPUT_MAX8997_HAPTIC
158104594b0SDonggeun Kim	tristate "MAXIM MAX8997 haptic controller support"
159104594b0SDonggeun Kim	depends on HAVE_PWM && MFD_MAX8997
160104594b0SDonggeun Kim	select INPUT_FF_MEMLESS
161104594b0SDonggeun Kim	help
162104594b0SDonggeun Kim	  This option enables device driver support for the haptic controller
163104594b0SDonggeun Kim	  on MAXIM MAX8997 chip. This driver supports ff-memless interface
164104594b0SDonggeun Kim	  from input framework.
165104594b0SDonggeun Kim
166104594b0SDonggeun Kim	  To compile this driver as module, choose M here: the
167104594b0SDonggeun Kim	  module will be called max8997-haptic.
168104594b0SDonggeun Kim
16930fc7ac3SPhilippe Rétornazconfig INPUT_MC13783_PWRBUTTON
17030fc7ac3SPhilippe Rétornaz	tristate "MC13783 ON buttons"
17130fc7ac3SPhilippe Rétornaz	depends on MFD_MC13783
17230fc7ac3SPhilippe Rétornaz	help
17330fc7ac3SPhilippe Rétornaz	  Support the ON buttons of MC13783 PMIC as an input device
17430fc7ac3SPhilippe Rétornaz	  reporting power button status.
17530fc7ac3SPhilippe Rétornaz
17630fc7ac3SPhilippe Rétornaz	  To compile this driver as a module, choose M here: the module
17730fc7ac3SPhilippe Rétornaz	  will be called mc13783-pwrbutton.
17830fc7ac3SPhilippe Rétornaz
1793ead8b5dSEric Miaoconfig INPUT_MMA8450
1803ead8b5dSEric Miao	tristate "MMA8450 - Freescale's 3-Axis, 8/12-bit Digital Accelerometer"
1813ead8b5dSEric Miao	depends on I2C
1823ead8b5dSEric Miao	select INPUT_POLLDEV
1833ead8b5dSEric Miao	help
1843ead8b5dSEric Miao	  Say Y here if you want to support Freescale's MMA8450 Accelerometer
1853ead8b5dSEric Miao	  through I2C interface.
1863ead8b5dSEric Miao
1873ead8b5dSEric Miao	  To compile this driver as a module, choose M here: the
1883ead8b5dSEric Miao	  module will be called mma8450.
1893ead8b5dSEric Miao
190631b16e8SJoseph Laiconfig INPUT_MPU3050
191631b16e8SJoseph Lai	tristate "MPU3050 Triaxial gyroscope sensor"
192631b16e8SJoseph Lai	depends on I2C
193631b16e8SJoseph Lai	help
194631b16e8SJoseph Lai	  Say Y here if you want to support InvenSense MPU3050
195631b16e8SJoseph Lai	  connected via an I2C bus.
196631b16e8SJoseph Lai
197631b16e8SJoseph Lai	  To compile this driver as a module, choose M here: the
198631b16e8SJoseph Lai	  module will be called mpu3050.
199631b16e8SJoseph Lai
20052fe0cdbSStephen Hemmingerconfig INPUT_APANEL
20152fe0cdbSStephen Hemminger	tristate "Fujitsu Lifebook Application Panel buttons"
20219131305SRandy Dunlap	depends on X86 && I2C && LEDS_CLASS
20352fe0cdbSStephen Hemminger	select INPUT_POLLDEV
20452fe0cdbSStephen Hemminger	select CHECK_SIGNATURE
20552fe0cdbSStephen Hemminger	help
20652fe0cdbSStephen Hemminger	 Say Y here for support of the Application Panel buttons, used on
20752fe0cdbSStephen Hemminger	 Fujitsu Lifebook. These are attached to the mainboard through
20819131305SRandy Dunlap	 an SMBus interface managed by the I2C Intel ICH (i801) driver,
20919131305SRandy Dunlap	 which you should also build for this kernel.
21052fe0cdbSStephen Hemminger
21152fe0cdbSStephen Hemminger	 To compile this driver as a module, choose M here: the module will
21252fe0cdbSStephen Hemminger	 be called apanel.
21352fe0cdbSStephen Hemminger
214ff803ed4SCourtney Cavinconfig INPUT_GP2A
215ff803ed4SCourtney Cavin	tristate "Sharp GP2AP002A00F I2C Proximity/Opto sensor driver"
216ff803ed4SCourtney Cavin	depends on I2C
217ff803ed4SCourtney Cavin	depends on GENERIC_GPIO
218ff803ed4SCourtney Cavin	help
219ff803ed4SCourtney Cavin	  Say Y here if you have a Sharp GP2AP002A00F proximity/als combo-chip
220ff803ed4SCourtney Cavin	  hooked to an I2C bus.
221ff803ed4SCourtney Cavin
222ff803ed4SCourtney Cavin	  To compile this driver as a module, choose M here: the
223ff803ed4SCourtney Cavin	  module will be called gp2ap002a00f.
224ff803ed4SCourtney Cavin
2253bfd5c5bSHeiko Stübnerconfig INPUT_GPIO_TILT_POLLED
2263bfd5c5bSHeiko Stübner	tristate "Polled GPIO tilt switch"
2273bfd5c5bSHeiko Stübner	depends on GENERIC_GPIO
2283bfd5c5bSHeiko Stübner	select INPUT_POLLDEV
2293bfd5c5bSHeiko Stübner	help
2303bfd5c5bSHeiko Stübner	  This driver implements support for tilt switches connected
2313bfd5c5bSHeiko Stübner	  to GPIO pins that are not capable of generating interrupts.
2323bfd5c5bSHeiko Stübner
2333bfd5c5bSHeiko Stübner	  The list of gpios to use and the mapping of their states
2343bfd5c5bSHeiko Stübner	  to specific angles is done via platform data.
2353bfd5c5bSHeiko Stübner
2363bfd5c5bSHeiko Stübner	  To compile this driver as a module, choose M here: the
2373bfd5c5bSHeiko Stübner	  module will be called gpio_tilt_polled.
2383bfd5c5bSHeiko Stübner
239ba0acb5eSDmitry Torokhovconfig INPUT_IXP4XX_BEEPER
240ba0acb5eSDmitry Torokhov	tristate "IXP4XX Beeper support"
241ba0acb5eSDmitry Torokhov	depends on ARCH_IXP4XX
242ba0acb5eSDmitry Torokhov	help
243ba0acb5eSDmitry Torokhov	  If you say yes here, you can connect a beeper to the
244ba0acb5eSDmitry Torokhov	  ixp4xx gpio pins. This is used by the LinkSys NSLU2.
245ba0acb5eSDmitry Torokhov
246ba0acb5eSDmitry Torokhov	  If unsure, say Y.
247ba0acb5eSDmitry Torokhov
248ba0acb5eSDmitry Torokhov	  To compile this driver as a module, choose M here: the
249ba0acb5eSDmitry Torokhov	  module will be called ixp4xx-beeper.
250ba0acb5eSDmitry Torokhov
251bebb8a2bSYoichi Yuasaconfig INPUT_COBALT_BTNS
252bebb8a2bSYoichi Yuasa	tristate "Cobalt button interface"
253bebb8a2bSYoichi Yuasa	depends on MIPS_COBALT
2543d29cdffSDmitry Torokhov	select INPUT_POLLDEV
255bebb8a2bSYoichi Yuasa	help
256bebb8a2bSYoichi Yuasa	  Say Y here if you want to support MIPS Cobalt button interface.
257bebb8a2bSYoichi Yuasa
258bebb8a2bSYoichi Yuasa	  To compile this driver as a module, choose M here: the
259bebb8a2bSYoichi Yuasa	  module will be called cobalt_btns.
260bebb8a2bSYoichi Yuasa
2615fc14680SDmitry Torokhovconfig INPUT_WISTRON_BTNS
2625fc14680SDmitry Torokhov	tristate "x86 Wistron laptop button interface"
263e9fb028eSAndrew Morton	depends on X86 && !X86_64
264c2554c91SDmitry Torokhov	select INPUT_POLLDEV
265e97af4cbSDmitry Torokhov	select INPUT_SPARSEKMAP
266389679d8SEric Piel	select NEW_LEDS
267389679d8SEric Piel	select LEDS_CLASS
268928923c7SGeert Uytterhoeven	select CHECK_SIGNATURE
2695fc14680SDmitry Torokhov	help
27001dd2fbfSMatt LaPlante	  Say Y here for support of Wistron laptop button interfaces, used on
271389679d8SEric Piel	  laptops of various brands, including Acer and Fujitsu-Siemens. If
27201dd2fbfSMatt LaPlante	  available, mail and wifi LEDs will be controllable via /sys/class/leds.
2735fc14680SDmitry Torokhov
2745fc14680SDmitry Torokhov	  To compile this driver as a module, choose M here: the module will
2755fc14680SDmitry Torokhov	  be called wistron_btns.
2765fc14680SDmitry Torokhov
27731ea7ff0SJaya Kumarconfig INPUT_ATLAS_BTNS
27831ea7ff0SJaya Kumar	tristate "x86 Atlas button interface"
27931ea7ff0SJaya Kumar	depends on X86 && ACPI
28031ea7ff0SJaya Kumar	help
28131ea7ff0SJaya Kumar	  Say Y here for support of Atlas wallmount touchscreen buttons.
28231ea7ff0SJaya Kumar	  The events will show up as scancodes F1 through F9 via evdev.
28331ea7ff0SJaya Kumar
28431ea7ff0SJaya Kumar	  To compile this driver as a module, choose M here: the module will
28531ea7ff0SJaya Kumar	  be called atlas_btns.
28631ea7ff0SJaya Kumar
287ba0acb5eSDmitry Torokhovconfig INPUT_ATI_REMOTE2
288ba0acb5eSDmitry Torokhov	tristate "ATI / Philips USB RF remote control"
2897a86edefSAl Viro	depends on USB_ARCH_HAS_HCD
290ba0acb5eSDmitry Torokhov	select USB
291ba0acb5eSDmitry Torokhov	help
292ba0acb5eSDmitry Torokhov	  Say Y here if you want to use an ATI or Philips USB RF remote control.
293ba0acb5eSDmitry Torokhov	  These are RF remotes with USB receivers.
294ba0acb5eSDmitry Torokhov	  ATI Remote Wonder II comes with some ATI's All-In-Wonder video cards
295ba0acb5eSDmitry Torokhov	  and is also available as a separate product.
296ba0acb5eSDmitry Torokhov	  This driver provides mouse pointer, left and right mouse buttons,
297ba0acb5eSDmitry Torokhov	  and maps all the other remote buttons to keypress events.
298ba0acb5eSDmitry Torokhov
299ba0acb5eSDmitry Torokhov	  To compile this driver as a module, choose M here: the module will be
300ba0acb5eSDmitry Torokhov	  called ati_remote2.
301ba0acb5eSDmitry Torokhov
302ba0acb5eSDmitry Torokhovconfig INPUT_KEYSPAN_REMOTE
303e52278a3SKees Cook	tristate "Keyspan DMR USB remote control"
3047a86edefSAl Viro	depends on USB_ARCH_HAS_HCD
305ba0acb5eSDmitry Torokhov	select USB
306ba0acb5eSDmitry Torokhov	help
307ba0acb5eSDmitry Torokhov	  Say Y here if you want to use a Keyspan DMR USB remote control.
308ba0acb5eSDmitry Torokhov	  Currently only the UIA-11 type of receiver has been tested.  The tag
309ba0acb5eSDmitry Torokhov	  on the receiver that connects to the USB port should have a P/N that
310ba0acb5eSDmitry Torokhov	  will tell you what type of DMR you have.  The UIA-10 type is not
311ba0acb5eSDmitry Torokhov	  supported at this time.  This driver maps all buttons to keypress
312ba0acb5eSDmitry Torokhov	  events.
313ba0acb5eSDmitry Torokhov
314ba0acb5eSDmitry Torokhov	  To compile this driver as a module, choose M here: the module will
315ba0acb5eSDmitry Torokhov	  be called keyspan_remote.
316ba0acb5eSDmitry Torokhov
317e8e70d83SChris Hudsonconfig INPUT_KXTJ9
318e8e70d83SChris Hudson	tristate "Kionix KXTJ9 tri-axis digital accelerometer"
319e8e70d83SChris Hudson	depends on I2C
320e8e70d83SChris Hudson	help
321e8e70d83SChris Hudson	  Say Y here to enable support for the Kionix KXTJ9 digital tri-axis
322e8e70d83SChris Hudson	  accelerometer.
323e8e70d83SChris Hudson
324e8e70d83SChris Hudson	  To compile this driver as a module, choose M here: the module will
325e8e70d83SChris Hudson	  be called kxtj9.
326e8e70d83SChris Hudson
327e8e70d83SChris Hudsonconfig INPUT_KXTJ9_POLLED_MODE
328e8e70d83SChris Hudson	bool "Enable polling mode support"
329e8e70d83SChris Hudson	depends on INPUT_KXTJ9
330e8e70d83SChris Hudson	select INPUT_POLLDEV
331e8e70d83SChris Hudson	help
332e8e70d83SChris Hudson	  Say Y here if you need accelerometer to work in polling mode.
333e8e70d83SChris Hudson
334ba0acb5eSDmitry Torokhovconfig INPUT_POWERMATE
335ba0acb5eSDmitry Torokhov	tristate "Griffin PowerMate and Contour Jog support"
3367a86edefSAl Viro	depends on USB_ARCH_HAS_HCD
337ba0acb5eSDmitry Torokhov	select USB
338ba0acb5eSDmitry Torokhov	help
339ba0acb5eSDmitry Torokhov	  Say Y here if you want to use Griffin PowerMate or Contour Jog devices.
340ba0acb5eSDmitry Torokhov	  These are aluminum dials which can measure clockwise and anticlockwise
341ba0acb5eSDmitry Torokhov	  rotation.  The dial also acts as a pushbutton.  The base contains an LED
342ba0acb5eSDmitry Torokhov	  which can be instructed to pulse or to switch to a particular intensity.
343ba0acb5eSDmitry Torokhov
344ba0acb5eSDmitry Torokhov	  You can download userspace tools from
345ba0acb5eSDmitry Torokhov	  <http://sowerbutts.com/powermate/>.
34601387959SAlessandro Zummo
34701387959SAlessandro Zummo	  To compile this driver as a module, choose M here: the
348ba0acb5eSDmitry Torokhov	  module will be called powermate.
349ba0acb5eSDmitry Torokhov
350ba0acb5eSDmitry Torokhovconfig INPUT_YEALINK
351ba0acb5eSDmitry Torokhov	tristate "Yealink usb-p1k voip phone"
3527a86edefSAl Viro	depends on USB_ARCH_HAS_HCD
353ba0acb5eSDmitry Torokhov	select USB
354ba0acb5eSDmitry Torokhov	help
355ba0acb5eSDmitry Torokhov	  Say Y here if you want to enable keyboard and LCD functions of the
356ba0acb5eSDmitry Torokhov	  Yealink usb-p1k usb phones. The audio part is enabled by the generic
357ba0acb5eSDmitry Torokhov	  usb sound driver, so you might want to enable that as well.
358ba0acb5eSDmitry Torokhov
359ba0acb5eSDmitry Torokhov	  For information about how to use these additional functions, see
360ba0acb5eSDmitry Torokhov	  <file:Documentation/input/yealink.txt>.
361ba0acb5eSDmitry Torokhov
362ba0acb5eSDmitry Torokhov	  To compile this driver as a module, choose M here: the module will be
363ba0acb5eSDmitry Torokhov	  called yealink.
36401387959SAlessandro Zummo
365c04148f9SAlfred E. Heggestadconfig INPUT_CM109
366c04148f9SAlfred E. Heggestad	tristate "C-Media CM109 USB I/O Controller"
367c04148f9SAlfred E. Heggestad	depends on USB_ARCH_HAS_HCD
368c04148f9SAlfred E. Heggestad	select USB
369c04148f9SAlfred E. Heggestad	help
370c04148f9SAlfred E. Heggestad	  Say Y here if you want to enable keyboard and buzzer functions of the
371c04148f9SAlfred E. Heggestad	  C-Media CM109 usb phones. The audio part is enabled by the generic
372c04148f9SAlfred E. Heggestad	  usb sound driver, so you might want to enable that as well.
373c04148f9SAlfred E. Heggestad
374c04148f9SAlfred E. Heggestad	  To compile this driver as a module, choose M here: the module will be
375c04148f9SAlfred E. Heggestad	  called cm109.
376c04148f9SAlfred E. Heggestad
377544a46c9SAaro Koskinenconfig INPUT_RETU_PWRBUTTON
378544a46c9SAaro Koskinen	tristate "Retu Power button Driver"
379544a46c9SAaro Koskinen	depends on MFD_RETU
380544a46c9SAaro Koskinen	help
381544a46c9SAaro Koskinen	  Say Y here if you want to enable power key reporting via the
382544a46c9SAaro Koskinen	  Retu chips found in Nokia Internet Tablets (770, N800, N810).
383544a46c9SAaro Koskinen
384544a46c9SAaro Koskinen	  To compile this driver as a module, choose M here. The module will
385544a46c9SAaro Koskinen	  be called retu-pwrbutton.
386544a46c9SAaro Koskinen
38768d8bf04SFelipe Balbiconfig INPUT_TWL4030_PWRBUTTON
38868d8bf04SFelipe Balbi	tristate "TWL4030 Power button Driver"
38968d8bf04SFelipe Balbi	depends on TWL4030_CORE
39068d8bf04SFelipe Balbi	help
39168d8bf04SFelipe Balbi	  Say Y here if you want to enable power key reporting via the
39268d8bf04SFelipe Balbi	  TWL4030 family of chips.
39368d8bf04SFelipe Balbi
39468d8bf04SFelipe Balbi	  To compile this driver as a module, choose M here. The module will
39568d8bf04SFelipe Balbi	  be called twl4030_pwrbutton.
39668d8bf04SFelipe Balbi
3973dd1b394SJari Vanhalaconfig INPUT_TWL4030_VIBRA
3983dd1b394SJari Vanhala	tristate "Support for TWL4030 Vibrator"
3993dd1b394SJari Vanhala	depends on TWL4030_CORE
40057fe7251SPeter Ujfalusi	select MFD_TWL4030_AUDIO
4013dd1b394SJari Vanhala	select INPUT_FF_MEMLESS
4023dd1b394SJari Vanhala	help
4033dd1b394SJari Vanhala	  This option enables support for TWL4030 Vibrator Driver.
4043dd1b394SJari Vanhala
4053dd1b394SJari Vanhala	  To compile this driver as a module, choose M here. The module will
4063dd1b394SJari Vanhala	  be called twl4030_vibra.
4073dd1b394SJari Vanhala
408cc697d38SMisael Lopez Cruzconfig INPUT_TWL6040_VIBRA
409cc697d38SMisael Lopez Cruz	tristate "Support for TWL6040 Vibrator"
4108eaeb939SPeter Ujfalusi	depends on TWL6040_CORE
411cc697d38SMisael Lopez Cruz	select INPUT_FF_MEMLESS
412cc697d38SMisael Lopez Cruz	help
413cc697d38SMisael Lopez Cruz	  This option enables support for TWL6040 Vibrator Driver.
414cc697d38SMisael Lopez Cruz
415cc697d38SMisael Lopez Cruz	  To compile this driver as a module, choose M here. The module will
416cc697d38SMisael Lopez Cruz	  be called twl6040_vibra.
417cc697d38SMisael Lopez Cruz
4181da177e4SLinus Torvaldsconfig INPUT_UINPUT
4191da177e4SLinus Torvalds	tristate "User level driver support"
4201da177e4SLinus Torvalds	help
4211da177e4SLinus Torvalds	  Say Y here if you want to support user level drivers for input
4221da177e4SLinus Torvalds	  subsystem accessible under char device 10:223 - /dev/input/uinput.
4231da177e4SLinus Torvalds
4241da177e4SLinus Torvalds	  To compile this driver as a module, choose M here: the
4251da177e4SLinus Torvalds	  module will be called uinput.
4261da177e4SLinus Torvalds
42748ad88b1SThomas Bogendoerferconfig INPUT_SGI_BTNS
42848ad88b1SThomas Bogendoerfer	tristate "SGI Indy/O2 volume button interface"
42948ad88b1SThomas Bogendoerfer	depends on SGI_IP22 || SGI_IP32
4303bee2a04SThomas Bogendoerfer	select INPUT_POLLDEV
4313bee2a04SThomas Bogendoerfer	help
43248ad88b1SThomas Bogendoerfer	  Say Y here if you want to support SGI Indy/O2 volume button interface.
4333bee2a04SThomas Bogendoerfer
4343bee2a04SThomas Bogendoerfer	  To compile this driver as a module, choose M here: the
43548ad88b1SThomas Bogendoerfer	  module will be called sgi_btns.
4363bee2a04SThomas Bogendoerfer
4371da177e4SLinus Torvaldsconfig HP_SDC_RTC
4381da177e4SLinus Torvalds	tristate "HP SDC Real Time Clock"
439d061ebd5SAlexander Beregalov	depends on (GSC || HP300) && SERIO
4401da177e4SLinus Torvalds	select HP_SDC
4411da177e4SLinus Torvalds	help
4421da177e4SLinus Torvalds	  Say Y here if you want to support the built-in real time clock
4431da177e4SLinus Torvalds	  of the HP SDC controller.
4441da177e4SLinus Torvalds
4451851b06aSBalaji Raoconfig INPUT_PCF50633_PMU
4461851b06aSBalaji Rao	tristate "PCF50633 PMU events"
4471851b06aSBalaji Rao	depends on MFD_PCF50633
4481851b06aSBalaji Rao	help
4491851b06aSBalaji Rao	 Say Y to include support for delivering  PMU events via  input
4501851b06aSBalaji Rao	 layer on NXP PCF50633.
4511851b06aSBalaji Rao
452b91c4be7SBryan Wuconfig INPUT_PCF8574
453b91c4be7SBryan Wu	tristate "PCF8574 Keypad input device"
454e52278a3SKees Cook	depends on I2C
455b91c4be7SBryan Wu	help
456393f9ffbSMasanari Iida	  Say Y here if you want to support a keypad connected via I2C
457b91c4be7SBryan Wu	  with a PCF8574.
458b91c4be7SBryan Wu
459b91c4be7SBryan Wu	  To compile this driver as a module, choose M here: the
460b91c4be7SBryan Wu	  module will be called pcf8574_keypad.
461b91c4be7SBryan Wu
462e22739d0SLars-Peter Clausenconfig INPUT_PWM_BEEPER
463e22739d0SLars-Peter Clausen	tristate "PWM beeper support"
464d56a289bSSascha Hauer	depends on HAVE_PWM || PWM
465e22739d0SLars-Peter Clausen	help
466e22739d0SLars-Peter Clausen	  Say Y here to get support for PWM based beeper devices.
467e22739d0SLars-Peter Clausen
468e22739d0SLars-Peter Clausen	  If unsure, say N.
469e22739d0SLars-Peter Clausen
470e22739d0SLars-Peter Clausen	  To compile this driver as a module, choose M here: the module will be
471e22739d0SLars-Peter Clausen	  called pwm-beeper.
472e22739d0SLars-Peter Clausen
47373969ff0SDaniel Mackconfig INPUT_GPIO_ROTARY_ENCODER
47473969ff0SDaniel Mack	tristate "Rotary encoders connected to GPIO pins"
47573969ff0SDaniel Mack	depends on GPIOLIB && GENERIC_GPIO
47673969ff0SDaniel Mack	help
47773969ff0SDaniel Mack	  Say Y here to add support for rotary encoders connected to GPIO lines.
478492d0f95SAlessio Igor Bogani	  Check file:Documentation/input/rotary-encoder.txt for more
47973969ff0SDaniel Mack	  information.
48073969ff0SDaniel Mack
48173969ff0SDaniel Mack	  To compile this driver as a module, choose M here: the
48273969ff0SDaniel Mack	  module will be called rotary_encoder.
48373969ff0SDaniel Mack
484d9bdffd2SPhil Sutterconfig INPUT_RB532_BUTTON
485d9bdffd2SPhil Sutter	tristate "Mikrotik Routerboard 532 button interface"
486d9bdffd2SPhil Sutter	depends on MIKROTIK_RB532
487d9bdffd2SPhil Sutter	depends on GPIOLIB && GENERIC_GPIO
488d9bdffd2SPhil Sutter	select INPUT_POLLDEV
489d9bdffd2SPhil Sutter	help
490d9bdffd2SPhil Sutter	  Say Y here if you want support for the S1 button built into
491d9bdffd2SPhil Sutter	  Mikrotik's Routerboard 532.
492d9bdffd2SPhil Sutter
493d9bdffd2SPhil Sutter	  To compile this driver as a module, choose M here: the
494d9bdffd2SPhil Sutter	  module will be called rb532_button.
495d9bdffd2SPhil Sutter
496f0c5f65bSAshish Jangamconfig INPUT_DA9052_ONKEY
497f0c5f65bSAshish Jangam	tristate "Dialog DA9052/DA9053 Onkey"
498f0c5f65bSAshish Jangam	depends on PMIC_DA9052
499f0c5f65bSAshish Jangam	help
500f0c5f65bSAshish Jangam	  Support the ONKEY of Dialog DA9052 PMICs as an input device
501f0c5f65bSAshish Jangam	  reporting power button status.
502f0c5f65bSAshish Jangam
503f0c5f65bSAshish Jangam	  To compile this driver as a module, choose M here: the
504f0c5f65bSAshish Jangam	  module will be called da9052_onkey.
505f0c5f65bSAshish Jangam
5068ed2757eSAshish Jangamconfig INPUT_DA9055_ONKEY
5078ed2757eSAshish Jangam	tristate "Dialog Semiconductor DA9055 ONKEY"
5088ed2757eSAshish Jangam	depends on MFD_DA9055
5098ed2757eSAshish Jangam	help
5108ed2757eSAshish Jangam	  Support the ONKEY of DA9055 PMICs as an input device
5118ed2757eSAshish Jangam	  reporting power button status.
5128ed2757eSAshish Jangam
5138ed2757eSAshish Jangam	  To compile this driver as a module, choose M here: the module
5148ed2757eSAshish Jangam	  will be called da9055_onkey.
5158ed2757eSAshish Jangam
516eb990b55SDavid Brownellconfig INPUT_DM355EVM
517eb990b55SDavid Brownell	tristate "TI DaVinci DM355 EVM Keypad and IR Remote"
518eb990b55SDavid Brownell	depends on MFD_DM355EVM_MSP
51966040727SDmitry Torokhov	select INPUT_SPARSEKMAP
520eb990b55SDavid Brownell	help
521eb990b55SDavid Brownell	  Supports the pushbuttons and IR remote used with
522eb990b55SDavid Brownell	  the DM355 EVM board.
523eb990b55SDavid Brownell
524eb990b55SDavid Brownell	  To compile this driver as a module, choose M here: the
525eb990b55SDavid Brownell	  module will be called dm355evm_keys.
52648329582SMichael Hennerich
52748329582SMichael Hennerichconfig INPUT_BFIN_ROTARY
52848329582SMichael Hennerich	tristate "Blackfin Rotary support"
52948329582SMichael Hennerich	depends on BF54x || BF52x
53048329582SMichael Hennerich	help
53148329582SMichael Hennerich	  Say Y here if you want to use the Blackfin Rotary.
53248329582SMichael Hennerich
53348329582SMichael Hennerich	  To compile this driver as a module, choose M here: the
53448329582SMichael Hennerich	  module will be called bfin-rotary.
53548329582SMichael Hennerich
5360c73b992SMark Brownconfig INPUT_WM831X_ON
5370c73b992SMark Brown	tristate "WM831X ON pin"
5380c73b992SMark Brown	depends on MFD_WM831X
5390c73b992SMark Brown	help
5400c73b992SMark Brown	  Support the ON pin of WM831X PMICs as an input device
5410c73b992SMark Brown	  reporting power button status.
5420c73b992SMark Brown
5430c73b992SMark Brown	  To compile this driver as a module, choose M here: the module
5440c73b992SMark Brown	  will be called wm831x_on.
5450c73b992SMark Brown
546d0a82132SDaniel Ribeiroconfig INPUT_PCAP
547d0a82132SDaniel Ribeiro	tristate "Motorola EZX PCAP misc input events"
548d0a82132SDaniel Ribeiro	depends on EZX_PCAP
549d0a82132SDaniel Ribeiro	help
550d0a82132SDaniel Ribeiro	  Say Y here if you want to use Power key and Headphone button
551d0a82132SDaniel Ribeiro	  on Motorola EZX phones.
552d0a82132SDaniel Ribeiro
553d0a82132SDaniel Ribeiro	  To compile this driver as a module, choose M here: the
554d0a82132SDaniel Ribeiro	  module will be called pcap_keys.
555d0a82132SDaniel Ribeiro
556e27c7292SMichael Hennerichconfig INPUT_ADXL34X
557e27c7292SMichael Hennerich	tristate "Analog Devices ADXL34x Three-Axis Digital Accelerometer"
558e27c7292SMichael Hennerich	default n
559e27c7292SMichael Hennerich	help
560e27c7292SMichael Hennerich	  Say Y here if you have a Accelerometer interface using the
561e27c7292SMichael Hennerich	  ADXL345/6 controller, and your board-specific initialization
562e27c7292SMichael Hennerich	  code includes that in its table of devices.
563e27c7292SMichael Hennerich
564e27c7292SMichael Hennerich	  This driver can use either I2C or SPI communication to the
565e27c7292SMichael Hennerich	  ADXL345/6 controller.  Select the appropriate method for
566e27c7292SMichael Hennerich	  your system.
567e27c7292SMichael Hennerich
568e27c7292SMichael Hennerich	  If unsure, say N (but it's safe to say "Y").
569e27c7292SMichael Hennerich
570e27c7292SMichael Hennerich	  To compile this driver as a module, choose M here: the
571e27c7292SMichael Hennerich	  module will be called adxl34x.
572e27c7292SMichael Hennerich
573e27c7292SMichael Hennerichconfig INPUT_ADXL34X_I2C
574e27c7292SMichael Hennerich	tristate "support I2C bus connection"
575e27c7292SMichael Hennerich	depends on INPUT_ADXL34X && I2C
576e27c7292SMichael Hennerich	default y
577e27c7292SMichael Hennerich	help
578e27c7292SMichael Hennerich	  Say Y here if you have ADXL345/6 hooked to an I2C bus.
579e27c7292SMichael Hennerich
580e27c7292SMichael Hennerich	  To compile this driver as a module, choose M here: the
581e27c7292SMichael Hennerich	  module will be called adxl34x-i2c.
582e27c7292SMichael Hennerich
583e27c7292SMichael Hennerichconfig INPUT_ADXL34X_SPI
584e27c7292SMichael Hennerich	tristate "support SPI bus connection"
585e27c7292SMichael Hennerich	depends on INPUT_ADXL34X && SPI
586e27c7292SMichael Hennerich	default y
587e27c7292SMichael Hennerich	help
588e27c7292SMichael Hennerich	  Say Y here if you have ADXL345/6 hooked to a SPI bus.
589e27c7292SMichael Hennerich
590e27c7292SMichael Hennerich	  To compile this driver as a module, choose M here: the
591e27c7292SMichael Hennerich	  module will be called adxl34x-spi.
592e27c7292SMichael Hennerich
593628329d5SDmitry Torokhovconfig INPUT_IMS_PCU
594628329d5SDmitry Torokhov	tristate "IMS Passenger Control Unit driver"
595628329d5SDmitry Torokhov	depends on USB
596628329d5SDmitry Torokhov	depends on LEDS_CLASS
597628329d5SDmitry Torokhov	help
598628329d5SDmitry Torokhov	  Say Y here if you have system with IMS Rave Passenger Control Unit.
599628329d5SDmitry Torokhov
600628329d5SDmitry Torokhov	  To compile this driver as a module, choose M here: the module will be
601628329d5SDmitry Torokhov	  called ims_pcu.
602628329d5SDmitry Torokhov
603b029ffafSHemanth Vconfig INPUT_CMA3000
604b029ffafSHemanth V	tristate "VTI CMA3000 Tri-axis accelerometer"
605b029ffafSHemanth V	help
606b029ffafSHemanth V	  Say Y here if you want to use VTI CMA3000_D0x Accelerometer
607b029ffafSHemanth V	  driver
608b029ffafSHemanth V
609b029ffafSHemanth V	  This driver currently only supports I2C interface to the
610b029ffafSHemanth V	  controller. Also select the I2C method.
611b029ffafSHemanth V
612b029ffafSHemanth V	  If unsure, say N
613b029ffafSHemanth V
614b029ffafSHemanth V	  To compile this driver as a module, choose M here: the
615b029ffafSHemanth V	  module will be called cma3000_d0x.
616b029ffafSHemanth V
617b029ffafSHemanth Vconfig INPUT_CMA3000_I2C
618b029ffafSHemanth V	tristate "Support I2C bus connection"
619b029ffafSHemanth V	depends on INPUT_CMA3000 && I2C
620b029ffafSHemanth V	help
621b029ffafSHemanth V	  Say Y here if you want to use VTI CMA3000_D0x Accelerometer
622b029ffafSHemanth V	  through I2C interface.
623b029ffafSHemanth V
624b029ffafSHemanth V	  To compile this driver as a module, choose M here: the
625b029ffafSHemanth V	  module will be called cma3000_d0x_i2c.
626b029ffafSHemanth V
62749851ca0SDmitry Torokhovconfig INPUT_XEN_KBDDEV_FRONTEND
62849851ca0SDmitry Torokhov	tristate "Xen virtual keyboard and mouse support"
6294bc25af7SAndrew Jones	depends on XEN
63049851ca0SDmitry Torokhov	default y
63149851ca0SDmitry Torokhov	select XEN_XENBUS_FRONTEND
63249851ca0SDmitry Torokhov	help
63349851ca0SDmitry Torokhov	  This driver implements the front-end of the Xen virtual
63449851ca0SDmitry Torokhov	  keyboard and mouse device driver.  It communicates with a back-end
63549851ca0SDmitry Torokhov	  in another domain.
63649851ca0SDmitry Torokhov
63749851ca0SDmitry Torokhov	  To compile this driver as a module, choose M here: the
63849851ca0SDmitry Torokhov	  module will be called xen-kbdfront.
63949851ca0SDmitry Torokhov
640*9b5f953dSBinghua Duanconfig INPUT_SIRFSOC_ONKEY
641*9b5f953dSBinghua Duan	bool "CSR SiRFSoC power on/off/suspend key support"
642*9b5f953dSBinghua Duan	depends on ARCH_SIRF && OF
643*9b5f953dSBinghua Duan	default y
644*9b5f953dSBinghua Duan	help
645*9b5f953dSBinghua Duan	  Say Y here if you want to support for the SiRFSoC power on/off/suspend key
646*9b5f953dSBinghua Duan	  in Linux, after you press the onkey, system will suspend.
647*9b5f953dSBinghua Duan
648*9b5f953dSBinghua Duan	  If unsure, say N.
649*9b5f953dSBinghua Duan
6501da177e4SLinus Torvaldsendif
651