xref: /openbmc/linux/drivers/input/misc/Kconfig (revision 9dd555e2)
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
303ba0acb5eSDmitry Torokhov	tristate "Keyspan DMR USB remote control (EXPERIMENTAL)"
304ba0acb5eSDmitry Torokhov	depends on EXPERIMENTAL
3057a86edefSAl Viro	depends on USB_ARCH_HAS_HCD
306ba0acb5eSDmitry Torokhov	select USB
307ba0acb5eSDmitry Torokhov	help
308ba0acb5eSDmitry Torokhov	  Say Y here if you want to use a Keyspan DMR USB remote control.
309ba0acb5eSDmitry Torokhov	  Currently only the UIA-11 type of receiver has been tested.  The tag
310ba0acb5eSDmitry Torokhov	  on the receiver that connects to the USB port should have a P/N that
311ba0acb5eSDmitry Torokhov	  will tell you what type of DMR you have.  The UIA-10 type is not
312ba0acb5eSDmitry Torokhov	  supported at this time.  This driver maps all buttons to keypress
313ba0acb5eSDmitry Torokhov	  events.
314ba0acb5eSDmitry Torokhov
315ba0acb5eSDmitry Torokhov	  To compile this driver as a module, choose M here: the module will
316ba0acb5eSDmitry Torokhov	  be called keyspan_remote.
317ba0acb5eSDmitry Torokhov
318e8e70d83SChris Hudsonconfig INPUT_KXTJ9
319e8e70d83SChris Hudson	tristate "Kionix KXTJ9 tri-axis digital accelerometer"
320e8e70d83SChris Hudson	depends on I2C
321e8e70d83SChris Hudson	help
322e8e70d83SChris Hudson	  Say Y here to enable support for the Kionix KXTJ9 digital tri-axis
323e8e70d83SChris Hudson	  accelerometer.
324e8e70d83SChris Hudson
325e8e70d83SChris Hudson	  To compile this driver as a module, choose M here: the module will
326e8e70d83SChris Hudson	  be called kxtj9.
327e8e70d83SChris Hudson
328e8e70d83SChris Hudsonconfig INPUT_KXTJ9_POLLED_MODE
329e8e70d83SChris Hudson	bool "Enable polling mode support"
330e8e70d83SChris Hudson	depends on INPUT_KXTJ9
331e8e70d83SChris Hudson	select INPUT_POLLDEV
332e8e70d83SChris Hudson	help
333e8e70d83SChris Hudson	  Say Y here if you need accelerometer to work in polling mode.
334e8e70d83SChris Hudson
335ba0acb5eSDmitry Torokhovconfig INPUT_POWERMATE
336ba0acb5eSDmitry Torokhov	tristate "Griffin PowerMate and Contour Jog support"
3377a86edefSAl Viro	depends on USB_ARCH_HAS_HCD
338ba0acb5eSDmitry Torokhov	select USB
339ba0acb5eSDmitry Torokhov	help
340ba0acb5eSDmitry Torokhov	  Say Y here if you want to use Griffin PowerMate or Contour Jog devices.
341ba0acb5eSDmitry Torokhov	  These are aluminum dials which can measure clockwise and anticlockwise
342ba0acb5eSDmitry Torokhov	  rotation.  The dial also acts as a pushbutton.  The base contains an LED
343ba0acb5eSDmitry Torokhov	  which can be instructed to pulse or to switch to a particular intensity.
344ba0acb5eSDmitry Torokhov
345ba0acb5eSDmitry Torokhov	  You can download userspace tools from
346ba0acb5eSDmitry Torokhov	  <http://sowerbutts.com/powermate/>.
34701387959SAlessandro Zummo
34801387959SAlessandro Zummo	  To compile this driver as a module, choose M here: the
349ba0acb5eSDmitry Torokhov	  module will be called powermate.
350ba0acb5eSDmitry Torokhov
351ba0acb5eSDmitry Torokhovconfig INPUT_YEALINK
352ba0acb5eSDmitry Torokhov	tristate "Yealink usb-p1k voip phone"
353247537b9SAdrian Bunk	depends on EXPERIMENTAL
3547a86edefSAl Viro	depends on USB_ARCH_HAS_HCD
355ba0acb5eSDmitry Torokhov	select USB
356ba0acb5eSDmitry Torokhov	help
357ba0acb5eSDmitry Torokhov	  Say Y here if you want to enable keyboard and LCD functions of the
358ba0acb5eSDmitry Torokhov	  Yealink usb-p1k usb phones. The audio part is enabled by the generic
359ba0acb5eSDmitry Torokhov	  usb sound driver, so you might want to enable that as well.
360ba0acb5eSDmitry Torokhov
361ba0acb5eSDmitry Torokhov	  For information about how to use these additional functions, see
362ba0acb5eSDmitry Torokhov	  <file:Documentation/input/yealink.txt>.
363ba0acb5eSDmitry Torokhov
364ba0acb5eSDmitry Torokhov	  To compile this driver as a module, choose M here: the module will be
365ba0acb5eSDmitry Torokhov	  called yealink.
36601387959SAlessandro Zummo
367c04148f9SAlfred E. Heggestadconfig INPUT_CM109
368c04148f9SAlfred E. Heggestad	tristate "C-Media CM109 USB I/O Controller"
369c04148f9SAlfred E. Heggestad	depends on EXPERIMENTAL
370c04148f9SAlfred E. Heggestad	depends on USB_ARCH_HAS_HCD
371c04148f9SAlfred E. Heggestad	select USB
372c04148f9SAlfred E. Heggestad	help
373c04148f9SAlfred E. Heggestad	  Say Y here if you want to enable keyboard and buzzer functions of the
374c04148f9SAlfred E. Heggestad	  C-Media CM109 usb phones. The audio part is enabled by the generic
375c04148f9SAlfred E. Heggestad	  usb sound driver, so you might want to enable that as well.
376c04148f9SAlfred E. Heggestad
377c04148f9SAlfred E. Heggestad	  To compile this driver as a module, choose M here: the module will be
378c04148f9SAlfred E. Heggestad	  called cm109.
379c04148f9SAlfred E. Heggestad
38068d8bf04SFelipe Balbiconfig INPUT_TWL4030_PWRBUTTON
38168d8bf04SFelipe Balbi	tristate "TWL4030 Power button Driver"
38268d8bf04SFelipe Balbi	depends on TWL4030_CORE
38368d8bf04SFelipe Balbi	help
38468d8bf04SFelipe Balbi	  Say Y here if you want to enable power key reporting via the
38568d8bf04SFelipe Balbi	  TWL4030 family of chips.
38668d8bf04SFelipe Balbi
38768d8bf04SFelipe Balbi	  To compile this driver as a module, choose M here. The module will
38868d8bf04SFelipe Balbi	  be called twl4030_pwrbutton.
38968d8bf04SFelipe Balbi
3903dd1b394SJari Vanhalaconfig INPUT_TWL4030_VIBRA
3913dd1b394SJari Vanhala	tristate "Support for TWL4030 Vibrator"
3923dd1b394SJari Vanhala	depends on TWL4030_CORE
39357fe7251SPeter Ujfalusi	select MFD_TWL4030_AUDIO
3943dd1b394SJari Vanhala	select INPUT_FF_MEMLESS
3953dd1b394SJari Vanhala	help
3963dd1b394SJari Vanhala	  This option enables support for TWL4030 Vibrator Driver.
3973dd1b394SJari Vanhala
3983dd1b394SJari Vanhala	  To compile this driver as a module, choose M here. The module will
3993dd1b394SJari Vanhala	  be called twl4030_vibra.
4003dd1b394SJari Vanhala
401cc697d38SMisael Lopez Cruzconfig INPUT_TWL6040_VIBRA
402cc697d38SMisael Lopez Cruz	tristate "Support for TWL6040 Vibrator"
4038eaeb939SPeter Ujfalusi	depends on TWL6040_CORE
404cc697d38SMisael Lopez Cruz	select INPUT_FF_MEMLESS
405cc697d38SMisael Lopez Cruz	help
406cc697d38SMisael Lopez Cruz	  This option enables support for TWL6040 Vibrator Driver.
407cc697d38SMisael Lopez Cruz
408cc697d38SMisael Lopez Cruz	  To compile this driver as a module, choose M here. The module will
409cc697d38SMisael Lopez Cruz	  be called twl6040_vibra.
410cc697d38SMisael Lopez Cruz
4111da177e4SLinus Torvaldsconfig INPUT_UINPUT
4121da177e4SLinus Torvalds	tristate "User level driver support"
4131da177e4SLinus Torvalds	help
4141da177e4SLinus Torvalds	  Say Y here if you want to support user level drivers for input
4151da177e4SLinus Torvalds	  subsystem accessible under char device 10:223 - /dev/input/uinput.
4161da177e4SLinus Torvalds
4171da177e4SLinus Torvalds	  To compile this driver as a module, choose M here: the
4181da177e4SLinus Torvalds	  module will be called uinput.
4191da177e4SLinus Torvalds
42048ad88b1SThomas Bogendoerferconfig INPUT_SGI_BTNS
42148ad88b1SThomas Bogendoerfer	tristate "SGI Indy/O2 volume button interface"
42248ad88b1SThomas Bogendoerfer	depends on SGI_IP22 || SGI_IP32
4233bee2a04SThomas Bogendoerfer	select INPUT_POLLDEV
4243bee2a04SThomas Bogendoerfer	help
42548ad88b1SThomas Bogendoerfer	  Say Y here if you want to support SGI Indy/O2 volume button interface.
4263bee2a04SThomas Bogendoerfer
4273bee2a04SThomas Bogendoerfer	  To compile this driver as a module, choose M here: the
42848ad88b1SThomas Bogendoerfer	  module will be called sgi_btns.
4293bee2a04SThomas Bogendoerfer
4301da177e4SLinus Torvaldsconfig HP_SDC_RTC
4311da177e4SLinus Torvalds	tristate "HP SDC Real Time Clock"
432d061ebd5SAlexander Beregalov	depends on (GSC || HP300) && SERIO
4331da177e4SLinus Torvalds	select HP_SDC
4341da177e4SLinus Torvalds	help
4351da177e4SLinus Torvalds	  Say Y here if you want to support the built-in real time clock
4361da177e4SLinus Torvalds	  of the HP SDC controller.
4371da177e4SLinus Torvalds
4381851b06aSBalaji Raoconfig INPUT_PCF50633_PMU
4391851b06aSBalaji Rao	tristate "PCF50633 PMU events"
4401851b06aSBalaji Rao	depends on MFD_PCF50633
4411851b06aSBalaji Rao	help
4421851b06aSBalaji Rao	 Say Y to include support for delivering  PMU events via  input
4431851b06aSBalaji Rao	 layer on NXP PCF50633.
4441851b06aSBalaji Rao
445b91c4be7SBryan Wuconfig INPUT_PCF8574
446b91c4be7SBryan Wu	tristate "PCF8574 Keypad input device"
447b91c4be7SBryan Wu	depends on I2C && EXPERIMENTAL
448b91c4be7SBryan Wu	help
449393f9ffbSMasanari Iida	  Say Y here if you want to support a keypad connected via I2C
450b91c4be7SBryan Wu	  with a PCF8574.
451b91c4be7SBryan Wu
452b91c4be7SBryan Wu	  To compile this driver as a module, choose M here: the
453b91c4be7SBryan Wu	  module will be called pcf8574_keypad.
454b91c4be7SBryan Wu
455e22739d0SLars-Peter Clausenconfig INPUT_PWM_BEEPER
456e22739d0SLars-Peter Clausen	tristate "PWM beeper support"
457e22739d0SLars-Peter Clausen	depends on HAVE_PWM
458e22739d0SLars-Peter Clausen	help
459e22739d0SLars-Peter Clausen	  Say Y here to get support for PWM based beeper devices.
460e22739d0SLars-Peter Clausen
461e22739d0SLars-Peter Clausen	  If unsure, say N.
462e22739d0SLars-Peter Clausen
463e22739d0SLars-Peter Clausen	  To compile this driver as a module, choose M here: the module will be
464e22739d0SLars-Peter Clausen	  called pwm-beeper.
465e22739d0SLars-Peter Clausen
46673969ff0SDaniel Mackconfig INPUT_GPIO_ROTARY_ENCODER
46773969ff0SDaniel Mack	tristate "Rotary encoders connected to GPIO pins"
46873969ff0SDaniel Mack	depends on GPIOLIB && GENERIC_GPIO
46973969ff0SDaniel Mack	help
47073969ff0SDaniel Mack	  Say Y here to add support for rotary encoders connected to GPIO lines.
471492d0f95SAlessio Igor Bogani	  Check file:Documentation/input/rotary-encoder.txt for more
47273969ff0SDaniel Mack	  information.
47373969ff0SDaniel Mack
47473969ff0SDaniel Mack	  To compile this driver as a module, choose M here: the
47573969ff0SDaniel Mack	  module will be called rotary_encoder.
47673969ff0SDaniel Mack
477d9bdffd2SPhil Sutterconfig INPUT_RB532_BUTTON
478d9bdffd2SPhil Sutter	tristate "Mikrotik Routerboard 532 button interface"
479d9bdffd2SPhil Sutter	depends on MIKROTIK_RB532
480d9bdffd2SPhil Sutter	depends on GPIOLIB && GENERIC_GPIO
481d9bdffd2SPhil Sutter	select INPUT_POLLDEV
482d9bdffd2SPhil Sutter	help
483d9bdffd2SPhil Sutter	  Say Y here if you want support for the S1 button built into
484d9bdffd2SPhil Sutter	  Mikrotik's Routerboard 532.
485d9bdffd2SPhil Sutter
486d9bdffd2SPhil Sutter	  To compile this driver as a module, choose M here: the
487d9bdffd2SPhil Sutter	  module will be called rb532_button.
488d9bdffd2SPhil Sutter
489f0c5f65bSAshish Jangamconfig INPUT_DA9052_ONKEY
490f0c5f65bSAshish Jangam	tristate "Dialog DA9052/DA9053 Onkey"
491f0c5f65bSAshish Jangam	depends on PMIC_DA9052
492f0c5f65bSAshish Jangam	help
493f0c5f65bSAshish Jangam	  Support the ONKEY of Dialog DA9052 PMICs as an input device
494f0c5f65bSAshish Jangam	  reporting power button status.
495f0c5f65bSAshish Jangam
496f0c5f65bSAshish Jangam	  To compile this driver as a module, choose M here: the
497f0c5f65bSAshish Jangam	  module will be called da9052_onkey.
498f0c5f65bSAshish Jangam
499eb990b55SDavid Brownellconfig INPUT_DM355EVM
500eb990b55SDavid Brownell	tristate "TI DaVinci DM355 EVM Keypad and IR Remote"
501eb990b55SDavid Brownell	depends on MFD_DM355EVM_MSP
50266040727SDmitry Torokhov	select INPUT_SPARSEKMAP
503eb990b55SDavid Brownell	help
504eb990b55SDavid Brownell	  Supports the pushbuttons and IR remote used with
505eb990b55SDavid Brownell	  the DM355 EVM board.
506eb990b55SDavid Brownell
507eb990b55SDavid Brownell	  To compile this driver as a module, choose M here: the
508eb990b55SDavid Brownell	  module will be called dm355evm_keys.
50948329582SMichael Hennerich
51048329582SMichael Hennerichconfig INPUT_BFIN_ROTARY
51148329582SMichael Hennerich	tristate "Blackfin Rotary support"
51248329582SMichael Hennerich	depends on BF54x || BF52x
51348329582SMichael Hennerich	help
51448329582SMichael Hennerich	  Say Y here if you want to use the Blackfin Rotary.
51548329582SMichael Hennerich
51648329582SMichael Hennerich	  To compile this driver as a module, choose M here: the
51748329582SMichael Hennerich	  module will be called bfin-rotary.
51848329582SMichael Hennerich
5190c73b992SMark Brownconfig INPUT_WM831X_ON
5200c73b992SMark Brown	tristate "WM831X ON pin"
5210c73b992SMark Brown	depends on MFD_WM831X
5220c73b992SMark Brown	help
5230c73b992SMark Brown	  Support the ON pin of WM831X PMICs as an input device
5240c73b992SMark Brown	  reporting power button status.
5250c73b992SMark Brown
5260c73b992SMark Brown	  To compile this driver as a module, choose M here: the module
5270c73b992SMark Brown	  will be called wm831x_on.
5280c73b992SMark Brown
529d0a82132SDaniel Ribeiroconfig INPUT_PCAP
530d0a82132SDaniel Ribeiro	tristate "Motorola EZX PCAP misc input events"
531d0a82132SDaniel Ribeiro	depends on EZX_PCAP
532d0a82132SDaniel Ribeiro	help
533d0a82132SDaniel Ribeiro	  Say Y here if you want to use Power key and Headphone button
534d0a82132SDaniel Ribeiro	  on Motorola EZX phones.
535d0a82132SDaniel Ribeiro
536d0a82132SDaniel Ribeiro	  To compile this driver as a module, choose M here: the
537d0a82132SDaniel Ribeiro	  module will be called pcap_keys.
538d0a82132SDaniel Ribeiro
539e27c7292SMichael Hennerichconfig INPUT_ADXL34X
540e27c7292SMichael Hennerich	tristate "Analog Devices ADXL34x Three-Axis Digital Accelerometer"
541e27c7292SMichael Hennerich	default n
542e27c7292SMichael Hennerich	help
543e27c7292SMichael Hennerich	  Say Y here if you have a Accelerometer interface using the
544e27c7292SMichael Hennerich	  ADXL345/6 controller, and your board-specific initialization
545e27c7292SMichael Hennerich	  code includes that in its table of devices.
546e27c7292SMichael Hennerich
547e27c7292SMichael Hennerich	  This driver can use either I2C or SPI communication to the
548e27c7292SMichael Hennerich	  ADXL345/6 controller.  Select the appropriate method for
549e27c7292SMichael Hennerich	  your system.
550e27c7292SMichael Hennerich
551e27c7292SMichael Hennerich	  If unsure, say N (but it's safe to say "Y").
552e27c7292SMichael Hennerich
553e27c7292SMichael Hennerich	  To compile this driver as a module, choose M here: the
554e27c7292SMichael Hennerich	  module will be called adxl34x.
555e27c7292SMichael Hennerich
556e27c7292SMichael Hennerichconfig INPUT_ADXL34X_I2C
557e27c7292SMichael Hennerich	tristate "support I2C bus connection"
558e27c7292SMichael Hennerich	depends on INPUT_ADXL34X && I2C
559e27c7292SMichael Hennerich	default y
560e27c7292SMichael Hennerich	help
561e27c7292SMichael Hennerich	  Say Y here if you have ADXL345/6 hooked to an I2C bus.
562e27c7292SMichael Hennerich
563e27c7292SMichael Hennerich	  To compile this driver as a module, choose M here: the
564e27c7292SMichael Hennerich	  module will be called adxl34x-i2c.
565e27c7292SMichael Hennerich
566e27c7292SMichael Hennerichconfig INPUT_ADXL34X_SPI
567e27c7292SMichael Hennerich	tristate "support SPI bus connection"
568e27c7292SMichael Hennerich	depends on INPUT_ADXL34X && SPI
569e27c7292SMichael Hennerich	default y
570e27c7292SMichael Hennerich	help
571e27c7292SMichael Hennerich	  Say Y here if you have ADXL345/6 hooked to a SPI bus.
572e27c7292SMichael Hennerich
573e27c7292SMichael Hennerich	  To compile this driver as a module, choose M here: the
574e27c7292SMichael Hennerich	  module will be called adxl34x-spi.
575e27c7292SMichael Hennerich
576b029ffafSHemanth Vconfig INPUT_CMA3000
577b029ffafSHemanth V	tristate "VTI CMA3000 Tri-axis accelerometer"
578b029ffafSHemanth V	help
579b029ffafSHemanth V	  Say Y here if you want to use VTI CMA3000_D0x Accelerometer
580b029ffafSHemanth V	  driver
581b029ffafSHemanth V
582b029ffafSHemanth V	  This driver currently only supports I2C interface to the
583b029ffafSHemanth V	  controller. Also select the I2C method.
584b029ffafSHemanth V
585b029ffafSHemanth V	  If unsure, say N
586b029ffafSHemanth V
587b029ffafSHemanth V	  To compile this driver as a module, choose M here: the
588b029ffafSHemanth V	  module will be called cma3000_d0x.
589b029ffafSHemanth V
590b029ffafSHemanth Vconfig INPUT_CMA3000_I2C
591b029ffafSHemanth V	tristate "Support I2C bus connection"
592b029ffafSHemanth V	depends on INPUT_CMA3000 && I2C
593b029ffafSHemanth V	help
594b029ffafSHemanth V	  Say Y here if you want to use VTI CMA3000_D0x Accelerometer
595b029ffafSHemanth V	  through I2C interface.
596b029ffafSHemanth V
597b029ffafSHemanth V	  To compile this driver as a module, choose M here: the
598b029ffafSHemanth V	  module will be called cma3000_d0x_i2c.
599b029ffafSHemanth V
60049851ca0SDmitry Torokhovconfig INPUT_XEN_KBDDEV_FRONTEND
60149851ca0SDmitry Torokhov	tristate "Xen virtual keyboard and mouse support"
6024bc25af7SAndrew Jones	depends on XEN
60349851ca0SDmitry Torokhov	default y
60449851ca0SDmitry Torokhov	select XEN_XENBUS_FRONTEND
60549851ca0SDmitry Torokhov	help
60649851ca0SDmitry Torokhov	  This driver implements the front-end of the Xen virtual
60749851ca0SDmitry Torokhov	  keyboard and mouse device driver.  It communicates with a back-end
60849851ca0SDmitry Torokhov	  in another domain.
60949851ca0SDmitry Torokhov
61049851ca0SDmitry Torokhov	  To compile this driver as a module, choose M here: the
61149851ca0SDmitry Torokhov	  module will be called xen-kbdfront.
61249851ca0SDmitry Torokhov
6131da177e4SLinus Torvaldsendif
614