xref: /linux/drivers/input/misc/Kconfig (revision ec2e0fb07d789976c601bec19ecced7a501c3705)
1ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only
21da177e4SLinus Torvalds#
31da177e4SLinus Torvalds# Input misc drivers configuration
41da177e4SLinus Torvalds#
51da177e4SLinus Torvaldsmenuconfig INPUT_MISC
61da177e4SLinus Torvalds	bool "Miscellaneous devices"
71da177e4SLinus Torvalds	help
81da177e4SLinus Torvalds	  Say Y here, and a list of miscellaneous input drivers will be displayed.
91da177e4SLinus Torvalds	  Everything that didn't fit into the other categories is here. This option
101da177e4SLinus Torvalds	  doesn't affect the kernel.
111da177e4SLinus Torvalds
121da177e4SLinus Torvalds	  If unsure, say Y.
131da177e4SLinus Torvalds
141da177e4SLinus Torvaldsif INPUT_MISC
151da177e4SLinus Torvalds
1669854031SHaojian Zhuangconfig INPUT_88PM860X_ONKEY
1769854031SHaojian Zhuang	tristate "88PM860x ONKEY support"
1869854031SHaojian Zhuang	depends on MFD_88PM860X
1969854031SHaojian Zhuang	help
2069854031SHaojian Zhuang	  Support the ONKEY of Marvell 88PM860x PMICs as an input device
2169854031SHaojian Zhuang	  reporting power button status.
2269854031SHaojian Zhuang
2369854031SHaojian Zhuang	  To compile this driver as a module, choose M here: the module
2469854031SHaojian Zhuang	  will be called 88pm860x_onkey.
2569854031SHaojian Zhuang
2696c905f4SQiao Zhouconfig INPUT_88PM80X_ONKEY
2796c905f4SQiao Zhou	tristate "88PM80x ONKEY support"
2896c905f4SQiao Zhou	depends on MFD_88PM800
2996c905f4SQiao Zhou	help
3096c905f4SQiao Zhou	  Support the ONKEY of Marvell 88PM80x PMICs as an input device
3196c905f4SQiao Zhou	  reporting power button status.
3296c905f4SQiao Zhou
3396c905f4SQiao Zhou	  To compile this driver as a module, choose M here: the module
3496c905f4SQiao Zhou	  will be called 88pm80x_onkey.
3596c905f4SQiao Zhou
36914089dbSKarel Balejconfig INPUT_88PM886_ONKEY
37914089dbSKarel Balej	tristate "Marvell 88PM886 onkey support"
38914089dbSKarel Balej	depends on MFD_88PM886_PMIC
39914089dbSKarel Balej	help
40914089dbSKarel Balej	  Support the onkey of Marvell 88PM886 PMIC as an input device
41914089dbSKarel Balej	  reporting power button status.
42914089dbSKarel Balej
4377686517SSundar R Iyerconfig INPUT_AB8500_PONKEY
4477686517SSundar R Iyer	tristate "AB8500 Pon (PowerOn) Key"
4577686517SSundar R Iyer	depends on AB8500_CORE
4677686517SSundar R Iyer	help
4777686517SSundar R Iyer	  Say Y here to use the PowerOn Key for ST-Ericsson's AB8500
4877686517SSundar R Iyer	  Mix-Sig PMIC.
4977686517SSundar R Iyer
5077686517SSundar R Iyer	  To compile this driver as a module, choose M here: the module
5177686517SSundar R Iyer	  will be called ab8500-ponkey.
5277686517SSundar R Iyer
5331a62963SBryan Wuconfig INPUT_AD714X
5431a62963SBryan Wu	tristate "Analog Devices AD714x Capacitance Touch Sensor"
5531a62963SBryan Wu	help
566c04d7b3SBarry Song	  Say Y here if you want to support an AD7142/3/7/8/7A touch sensor.
5731a62963SBryan Wu
5831a62963SBryan Wu	  You should select a bus connection too.
5931a62963SBryan Wu
6031a62963SBryan Wu	  To compile this driver as a module, choose M here: the
6131a62963SBryan Wu	  module will be called ad714x.
6231a62963SBryan Wu
6331a62963SBryan Wuconfig INPUT_AD714X_I2C
6431a62963SBryan Wu	tristate "support I2C bus connection"
6531a62963SBryan Wu	depends on INPUT_AD714X && I2C
6631a62963SBryan Wu	default y
6731a62963SBryan Wu	help
6831a62963SBryan Wu	  Say Y here if you have AD7142/AD7147 hooked to an I2C bus.
6931a62963SBryan Wu
7031a62963SBryan Wu	  To compile this driver as a module, choose M here: the
7131a62963SBryan Wu	  module will be called ad714x-i2c.
7231a62963SBryan Wu
7331a62963SBryan Wuconfig INPUT_AD714X_SPI
7431a62963SBryan Wu	tristate "support SPI bus connection"
7531a62963SBryan Wu	depends on INPUT_AD714X && SPI
7631a62963SBryan Wu	default y
7731a62963SBryan Wu	help
7831a62963SBryan Wu	  Say Y here if you have AD7142/AD7147 hooked to a SPI bus.
7931a62963SBryan Wu
8031a62963SBryan Wu	  To compile this driver as a module, choose M here: the
8131a62963SBryan Wu	  module will be called ad714x-spi.
8231a62963SBryan Wu
833d82a4d7SLubomir Rintelconfig INPUT_ARIEL_PWRBUTTON
843d82a4d7SLubomir Rintel	tristate "Dell Wyse 3020 Power Button Driver"
853d82a4d7SLubomir Rintel	depends on SPI
863d82a4d7SLubomir Rintel	depends on MACH_MMP3_DT || COMPILE_TEST
873d82a4d7SLubomir Rintel	help
883d82a4d7SLubomir Rintel	  Say Y to enable support for reporting power button status on
893d82a4d7SLubomir Rintel	  on Dell Wyse 3020 ("Ariel") thin client.
903d82a4d7SLubomir Rintel
913d82a4d7SLubomir Rintel	  To compile this driver as a module, choose M here: the module
923d82a4d7SLubomir Rintel	  will be called ariel-pwrbutton.
933d82a4d7SLubomir Rintel
949dd555e2SMark Brownconfig INPUT_ARIZONA_HAPTICS
959dd555e2SMark Brown	tristate "Arizona haptics support"
969dd555e2SMark Brown	depends on MFD_ARIZONA && SND_SOC
979dd555e2SMark Brown	select INPUT_FF_MEMLESS
989dd555e2SMark Brown	help
999dd555e2SMark Brown	  Say Y to enable support for the haptics module in Arizona CODECs.
1009dd555e2SMark Brown
1019dd555e2SMark Brown	  To compile this driver as a module, choose M here: the
1029dd555e2SMark Brown	  module will be called arizona-haptics.
1039dd555e2SMark Brown
10444f6b6a5SCristian Ciocalteaconfig INPUT_ATC260X_ONKEY
10544f6b6a5SCristian Ciocaltea	tristate "Actions Semi ATC260x PMIC ONKEY"
10644f6b6a5SCristian Ciocaltea	depends on MFD_ATC260X
10744f6b6a5SCristian Ciocaltea	help
10844f6b6a5SCristian Ciocaltea	  Support the ONKEY of ATC260x PMICs as an input device reporting
10944f6b6a5SCristian Ciocaltea	  power button status. ONKEY can be used to wakeup from low power
11044f6b6a5SCristian Ciocaltea	  modes and force a reset on long press.
11144f6b6a5SCristian Ciocaltea
11244f6b6a5SCristian Ciocaltea	  To compile this driver as a module, choose M here: the
11344f6b6a5SCristian Ciocaltea	  module will be called atc260x-onkey.
11444f6b6a5SCristian Ciocaltea
115b06d43f7SDaniel Hung-yu Wuconfig INPUT_ATMEL_CAPTOUCH
116b06d43f7SDaniel Hung-yu Wu	tristate "Atmel Capacitive Touch Button Driver"
11748a4dec8SJean Delvare	depends on OF
11814f935f9SArnd Bergmann	depends on I2C
119b06d43f7SDaniel Hung-yu Wu	help
120b06d43f7SDaniel Hung-yu Wu	  Say Y here if an Atmel Capacitive Touch Button device which
121b06d43f7SDaniel Hung-yu Wu	  implements "captouch" protocol is connected to I2C bus. Typically
122b06d43f7SDaniel Hung-yu Wu	  this device consists of Atmel Touch sensor controlled by AtMegaXX
123b06d43f7SDaniel Hung-yu Wu	  MCU running firmware based on Qtouch library.
124b06d43f7SDaniel Hung-yu Wu	  One should find "atmel,captouch" node in the board specific DTS.
125b06d43f7SDaniel Hung-yu Wu
126b06d43f7SDaniel Hung-yu Wu	  To compile this driver as a module, choose M here: the
127b06d43f7SDaniel Hung-yu Wu	  module will be called atmel_captouch.
128b06d43f7SDaniel Hung-yu Wu
129*52e06d56SGriffin Kroah-Hartmanconfig INPUT_AW86927
130*52e06d56SGriffin Kroah-Hartman	tristate "Awinic AW86927 Haptic Driver Support"
131*52e06d56SGriffin Kroah-Hartman	depends on I2C && INPUT
132*52e06d56SGriffin Kroah-Hartman	select INPUT_FF_MEMLESS
133*52e06d56SGriffin Kroah-Hartman	select REGMAP_I2C
134*52e06d56SGriffin Kroah-Hartman	help
135*52e06d56SGriffin Kroah-Hartman	  Say Y here if you have an Awinic AW86927 haptic chip.
136*52e06d56SGriffin Kroah-Hartman
137*52e06d56SGriffin Kroah-Hartman	  To compile this driver as a module, choose M here: the
138*52e06d56SGriffin Kroah-Hartman	  module will be called aw86927.
139*52e06d56SGriffin Kroah-Hartman
14040e40fdfSJacky Baiconfig INPUT_BBNSM_PWRKEY
14140e40fdfSJacky Bai	tristate "NXP BBNSM Power Key Driver"
14240e40fdfSJacky Bai	depends on ARCH_MXC || COMPILE_TEST
14340e40fdfSJacky Bai	depends on OF
14440e40fdfSJacky Bai	help
14540e40fdfSJacky Bai	  This is the bbnsm powerkey driver for the NXP i.MX application
14640e40fdfSJacky Bai	  processors.
14740e40fdfSJacky Bai
14840e40fdfSJacky Bai	  To compile this driver as a module, choose M here; the
14940e40fdfSJacky Bai	  module will be called bbnsm_pwrkey.
15040e40fdfSJacky Bai
151c17ca3f5SEric Anderssonconfig INPUT_BMA150
152c17ca3f5SEric Andersson	tristate "BMA150/SMB380 acceleration sensor support"
153c17ca3f5SEric Andersson	depends on I2C
154c17ca3f5SEric Andersson	help
155c17ca3f5SEric Andersson	  Say Y here if you have Bosch Sensortec's BMA150 or SMB380
156c17ca3f5SEric Andersson	  acceleration sensor hooked to an I2C bus.
157c17ca3f5SEric Andersson
158c17ca3f5SEric Andersson	  To compile this driver as a module, choose M here: the
159c17ca3f5SEric Andersson	  module will be called bma150.
160c17ca3f5SEric Andersson
161c38fe1bbSJames Ogletreeconfig INPUT_CS40L50_VIBRA
162c38fe1bbSJames Ogletree	tristate "CS40L50 Haptic Driver support"
163c38fe1bbSJames Ogletree	depends on MFD_CS40L50_CORE
164c38fe1bbSJames Ogletree	help
165c38fe1bbSJames Ogletree	  Say Y here to enable support for Cirrus Logic's CS40L50
166c38fe1bbSJames Ogletree	  haptic driver.
167c38fe1bbSJames Ogletree
168c38fe1bbSJames Ogletree	  To compile this driver as a module, choose M here: the
169c38fe1bbSJames Ogletree	  module will be called cs40l50-vibra.
170c38fe1bbSJames Ogletree
171846a7fc8SMoritz Fischerconfig INPUT_E3X0_BUTTON
17205f216ddSMoritz Fischer	tristate "NI Ettus Research USRP E3xx Button support."
173846a7fc8SMoritz Fischer	default n
174846a7fc8SMoritz Fischer	help
175846a7fc8SMoritz Fischer	  Say Y here to enable support for the NI Ettus Research
17605f216ddSMoritz Fischer	  USRP E3xx Button.
177846a7fc8SMoritz Fischer
178846a7fc8SMoritz Fischer	  To compile this driver as a module, choose M here: the
179846a7fc8SMoritz Fischer	  module will be called e3x0_button.
180846a7fc8SMoritz Fischer
1811da177e4SLinus Torvaldsconfig INPUT_PCSPKR
1821da177e4SLinus Torvalds	tristate "PC Speaker support"
183e5e1d3cbSStas Sergeev	depends on PCSPKR_PLATFORM
1841da177e4SLinus Torvalds	help
1851da177e4SLinus Torvalds	  Say Y here if you want the standard PC Speaker to be used for
1861da177e4SLinus Torvalds	  bells and whistles.
1871da177e4SLinus Torvalds
1881da177e4SLinus Torvalds	  If unsure, say Y.
1891da177e4SLinus Torvalds
1901da177e4SLinus Torvalds	  To compile this driver as a module, choose M here: the
1911da177e4SLinus Torvalds	  module will be called pcspkr.
1921da177e4SLinus Torvalds
19368c581d5SCourtney Cavinconfig INPUT_PM8941_PWRKEY
19468c581d5SCourtney Cavin	tristate "Qualcomm PM8941 power key support"
19568c581d5SCourtney Cavin	depends on MFD_SPMI_PMIC
19668c581d5SCourtney Cavin	help
19768c581d5SCourtney Cavin	  Say Y here if you want support for the power key usually found
19868c581d5SCourtney Cavin	  on boards using a Qualcomm PM8941 compatible PMIC.
19968c581d5SCourtney Cavin
20068c581d5SCourtney Cavin	  If unsure, say Y.
20168c581d5SCourtney Cavin
20268c581d5SCourtney Cavin	  To compile this driver as a module, choose M here: the module
20368c581d5SCourtney Cavin	  will be called pm8941-pwrkey.
20468c581d5SCourtney Cavin
20511205bb6SAmy Malocheconfig INPUT_PM8XXX_VIBRATOR
20611205bb6SAmy Maloche	tristate "Qualcomm PM8XXX vibrator support"
207792ad668SDamien Riegel	depends on MFD_PM8XXX || MFD_SPMI_PMIC
20811205bb6SAmy Maloche	select INPUT_FF_MEMLESS
20911205bb6SAmy Maloche	help
21011205bb6SAmy Maloche	  This option enables device driver support for the vibrator
21111205bb6SAmy Maloche	  on Qualcomm PM8xxx chip. This driver supports ff-memless interface
21211205bb6SAmy Maloche	  from input framework.
21311205bb6SAmy Maloche
21411205bb6SAmy Maloche	  To compile this driver as module, choose M here: the
21511205bb6SAmy Maloche	  module will be called pm8xxx-vibrator.
21611205bb6SAmy Maloche
21711205bb6SAmy Malocheconfig INPUT_PMIC8XXX_PWRKEY
21811205bb6SAmy Maloche	tristate "PMIC8XXX power key support"
21911205bb6SAmy Maloche	depends on MFD_PM8XXX
22011205bb6SAmy Maloche	help
22111205bb6SAmy Maloche	  Say Y here if you want support for the PMIC8XXX power key.
22211205bb6SAmy Maloche
22311205bb6SAmy Maloche	  If unsure, say N.
22411205bb6SAmy Maloche
22511205bb6SAmy Maloche	  To compile this driver as a module, choose M here: the
22611205bb6SAmy Maloche	  module will be called pmic8xxx-pwrkey.
22711205bb6SAmy Maloche
2281da177e4SLinus Torvaldsconfig INPUT_SPARCSPKR
2291da177e4SLinus Torvalds	tristate "SPARC Speaker support"
230a2bd4fd1SDavid S. Miller	depends on PCI && SPARC64
2311da177e4SLinus Torvalds	help
2321da177e4SLinus Torvalds	  Say Y here if you want the standard Speaker on Sparc PCI systems
2331da177e4SLinus Torvalds	  to be used for bells and whistles.
2341da177e4SLinus Torvalds
2351da177e4SLinus Torvalds	  If unsure, say Y.
2361da177e4SLinus Torvalds
2371da177e4SLinus Torvalds	  To compile this driver as a module, choose M here: the
2381da177e4SLinus Torvalds	  module will be called sparcspkr.
2391da177e4SLinus Torvalds
2401da177e4SLinus Torvaldsconfig INPUT_M68K_BEEP
2411da177e4SLinus Torvalds	tristate "M68k Beeper support"
2421da177e4SLinus Torvalds	depends on M68K
2431da177e4SLinus Torvalds
244229c15e9SMathieu Dubois-Briandconfig INPUT_MAX7360_ROTARY
245229c15e9SMathieu Dubois-Briand	tristate "Maxim MAX7360 Rotary Encoder"
246229c15e9SMathieu Dubois-Briand	depends on MFD_MAX7360
247229c15e9SMathieu Dubois-Briand	help
248229c15e9SMathieu Dubois-Briand	  If you say yes here you get support for the rotary encoder on the
249229c15e9SMathieu Dubois-Briand	  Maxim MAX7360 I/O Expander.
250229c15e9SMathieu Dubois-Briand
251229c15e9SMathieu Dubois-Briand	  To compile this driver as a module, choose M here: the module will be
252229c15e9SMathieu Dubois-Briand	  called max7360_rotary.
253229c15e9SMathieu Dubois-Briand
2541af2b76fSBartosz Golaszewskiconfig INPUT_MAX77650_ONKEY
2551af2b76fSBartosz Golaszewski	tristate "Maxim MAX77650 ONKEY support"
2561af2b76fSBartosz Golaszewski	depends on MFD_MAX77650
2571af2b76fSBartosz Golaszewski	help
2581af2b76fSBartosz Golaszewski	  Support the ONKEY of the MAX77650 PMIC as an input device.
2591af2b76fSBartosz Golaszewski
2601af2b76fSBartosz Golaszewski	  To compile this driver as a module, choose M here: the module
2611af2b76fSBartosz Golaszewski	  will be called max77650-onkey.
2621af2b76fSBartosz Golaszewski
263a3b3ca75SJaewon Kimconfig INPUT_MAX77693_HAPTIC
264eb79f3a5SDzmitry Sankouski	tristate "MAXIM MAX77693/MAX77705/MAX77843 haptic controller support"
265eb79f3a5SDzmitry Sankouski	depends on (MFD_MAX77693 || MFD_MAX77705 || MFD_MAX77843) && PWM
266a3b3ca75SJaewon Kim	select INPUT_FF_MEMLESS
267a3b3ca75SJaewon Kim	help
268a3b3ca75SJaewon Kim	  This option enables support for the haptic controller on
269eb79f3a5SDzmitry Sankouski	  MAXIM MAX77693, MAX77705 and MAX77843 chips.
270a3b3ca75SJaewon Kim
271a3b3ca75SJaewon Kim	  To compile this driver as module, choose M here: the
272a3b3ca75SJaewon Kim	  module will be called max77693-haptic.
273a3b3ca75SJaewon Kim
2743734574cSHaojian Zhuangconfig INPUT_MAX8925_ONKEY
2753734574cSHaojian Zhuang	tristate "MAX8925 ONKEY support"
2763734574cSHaojian Zhuang	depends on MFD_MAX8925
2773734574cSHaojian Zhuang	help
2783734574cSHaojian Zhuang	  Support the ONKEY of MAX8925 PMICs as an input device
2793734574cSHaojian Zhuang	  reporting power button status.
2803734574cSHaojian Zhuang
2813734574cSHaojian Zhuang	  To compile this driver as a module, choose M here: the module
2823734574cSHaojian Zhuang	  will be called max8925_onkey.
2833734574cSHaojian Zhuang
284104594b0SDonggeun Kimconfig INPUT_MAX8997_HAPTIC
285104594b0SDonggeun Kim	tristate "MAXIM MAX8997 haptic controller support"
286557fe99dSSascha Hauer	depends on PWM && MFD_MAX8997
287104594b0SDonggeun Kim	select INPUT_FF_MEMLESS
288104594b0SDonggeun Kim	help
289104594b0SDonggeun Kim	  This option enables device driver support for the haptic controller
290104594b0SDonggeun Kim	  on MAXIM MAX8997 chip. This driver supports ff-memless interface
291104594b0SDonggeun Kim	  from input framework.
292104594b0SDonggeun Kim
293104594b0SDonggeun Kim	  To compile this driver as module, choose M here: the
294104594b0SDonggeun Kim	  module will be called max8997-haptic.
295104594b0SDonggeun Kim
29630fc7ac3SPhilippe Rétornazconfig INPUT_MC13783_PWRBUTTON
29730fc7ac3SPhilippe Rétornaz	tristate "MC13783 ON buttons"
298e5a3da21SAlexander Shiyan	depends on MFD_MC13XXX
29930fc7ac3SPhilippe Rétornaz	help
30030fc7ac3SPhilippe Rétornaz	  Support the ON buttons of MC13783 PMIC as an input device
30130fc7ac3SPhilippe Rétornaz	  reporting power button status.
30230fc7ac3SPhilippe Rétornaz
30330fc7ac3SPhilippe Rétornaz	  To compile this driver as a module, choose M here: the module
30430fc7ac3SPhilippe Rétornaz	  will be called mc13783-pwrbutton.
30530fc7ac3SPhilippe Rétornaz
3063ead8b5dSEric Miaoconfig INPUT_MMA8450
3073ead8b5dSEric Miao	tristate "MMA8450 - Freescale's 3-Axis, 8/12-bit Digital Accelerometer"
3083ead8b5dSEric Miao	depends on I2C
3093ead8b5dSEric Miao	help
3103ead8b5dSEric Miao	  Say Y here if you want to support Freescale's MMA8450 Accelerometer
3113ead8b5dSEric Miao	  through I2C interface.
3123ead8b5dSEric Miao
3133ead8b5dSEric Miao	  To compile this driver as a module, choose M here: the
3143ead8b5dSEric Miao	  module will be called mma8450.
3153ead8b5dSEric Miao
31652fe0cdbSStephen Hemmingerconfig INPUT_APANEL
31752fe0cdbSStephen Hemminger	tristate "Fujitsu Lifebook Application Panel buttons"
31819131305SRandy Dunlap	depends on X86 && I2C && LEDS_CLASS
31952fe0cdbSStephen Hemminger	select CHECK_SIGNATURE
32052fe0cdbSStephen Hemminger	help
32152fe0cdbSStephen Hemminger	 Say Y here for support of the Application Panel buttons, used on
32252fe0cdbSStephen Hemminger	 Fujitsu Lifebook. These are attached to the mainboard through
32319131305SRandy Dunlap	 an SMBus interface managed by the I2C Intel ICH (i801) driver,
32419131305SRandy Dunlap	 which you should also build for this kernel.
32552fe0cdbSStephen Hemminger
32652fe0cdbSStephen Hemminger	 To compile this driver as a module, choose M here: the module will
32752fe0cdbSStephen Hemminger	 be called apanel.
32852fe0cdbSStephen Hemminger
329976358e2SAlexander Shiyanconfig INPUT_GPIO_BEEPER
330976358e2SAlexander Shiyan	tristate "Generic GPIO Beeper support"
3317d6548abSGeert Uytterhoeven	depends on GPIOLIB || COMPILE_TEST
332976358e2SAlexander Shiyan	help
333976358e2SAlexander Shiyan	  Say Y here if you have a beeper connected to a GPIO pin.
334976358e2SAlexander Shiyan
335976358e2SAlexander Shiyan	  To compile this driver as a module, choose M here: the
336976358e2SAlexander Shiyan	  module will be called gpio-beeper.
337976358e2SAlexander Shiyan
33869464161SVignesh Rconfig INPUT_GPIO_DECODER
33969464161SVignesh R	tristate "Polled GPIO Decoder Input driver"
34069464161SVignesh R	depends on GPIOLIB || COMPILE_TEST
34169464161SVignesh R	help
34269464161SVignesh R	 Say Y here if you want driver to read status of multiple GPIO
34369464161SVignesh R	 lines and report the encoded value as an absolute integer to
34469464161SVignesh R	 input subsystem.
34569464161SVignesh R
34669464161SVignesh R	 To compile this driver as a module, choose M here: the module
34769464161SVignesh R	 will be called gpio_decoder.
34869464161SVignesh R
34913bda2d0SLuca Weissconfig INPUT_GPIO_VIBRA
35013bda2d0SLuca Weiss	tristate "GPIO vibrator support"
35113bda2d0SLuca Weiss	depends on GPIOLIB || COMPILE_TEST
35213bda2d0SLuca Weiss	select INPUT_FF_MEMLESS
35313bda2d0SLuca Weiss	help
35413bda2d0SLuca Weiss	  Say Y here to get support for GPIO based vibrator devices.
35513bda2d0SLuca Weiss
35613bda2d0SLuca Weiss	  If unsure, say N.
35713bda2d0SLuca Weiss
35813bda2d0SLuca Weiss	  To compile this driver as a module, choose M here: the module will be
35913bda2d0SLuca Weiss	  called gpio-vibra.
36013bda2d0SLuca Weiss
361bebb8a2bSYoichi Yuasaconfig INPUT_COBALT_BTNS
362bebb8a2bSYoichi Yuasa	tristate "Cobalt button interface"
363bebb8a2bSYoichi Yuasa	depends on MIPS_COBALT
364bebb8a2bSYoichi Yuasa	help
365bebb8a2bSYoichi Yuasa	  Say Y here if you want to support MIPS Cobalt button interface.
366bebb8a2bSYoichi Yuasa
367bebb8a2bSYoichi Yuasa	  To compile this driver as a module, choose M here: the
368bebb8a2bSYoichi Yuasa	  module will be called cobalt_btns.
369bebb8a2bSYoichi Yuasa
3706d999718SSebastian Reichelconfig INPUT_CPCAP_PWRBUTTON
3716d999718SSebastian Reichel	tristate "CPCAP OnKey"
3726d999718SSebastian Reichel	depends on MFD_CPCAP
3736d999718SSebastian Reichel	help
3746d999718SSebastian Reichel	  Say Y here if you want to enable power key reporting via the
3756d999718SSebastian Reichel	  Motorola CPCAP chip.
3766d999718SSebastian Reichel
3776d999718SSebastian Reichel	  To compile this driver as a module, choose M here. The module will
3786d999718SSebastian Reichel	  be called cpcap-pwrbutton.
3796d999718SSebastian Reichel
3805fc14680SDmitry Torokhovconfig INPUT_WISTRON_BTNS
3815fc14680SDmitry Torokhov	tristate "x86 Wistron laptop button interface"
382b2b80d9dSRandy Dunlap	depends on X86_32 && !UML
383e97af4cbSDmitry Torokhov	select INPUT_SPARSEKMAP
384389679d8SEric Piel	select NEW_LEDS
385389679d8SEric Piel	select LEDS_CLASS
386928923c7SGeert Uytterhoeven	select CHECK_SIGNATURE
3875fc14680SDmitry Torokhov	help
38801dd2fbfSMatt LaPlante	  Say Y here for support of Wistron laptop button interfaces, used on
389389679d8SEric Piel	  laptops of various brands, including Acer and Fujitsu-Siemens. If
39001dd2fbfSMatt LaPlante	  available, mail and wifi LEDs will be controllable via /sys/class/leds.
3915fc14680SDmitry Torokhov
3925fc14680SDmitry Torokhov	  To compile this driver as a module, choose M here: the module will
3935fc14680SDmitry Torokhov	  be called wistron_btns.
3945fc14680SDmitry Torokhov
39531ea7ff0SJaya Kumarconfig INPUT_ATLAS_BTNS
39631ea7ff0SJaya Kumar	tristate "x86 Atlas button interface"
39731ea7ff0SJaya Kumar	depends on X86 && ACPI
39831ea7ff0SJaya Kumar	help
39931ea7ff0SJaya Kumar	  Say Y here for support of Atlas wallmount touchscreen buttons.
40031ea7ff0SJaya Kumar	  The events will show up as scancodes F1 through F9 via evdev.
40131ea7ff0SJaya Kumar
40231ea7ff0SJaya Kumar	  To compile this driver as a module, choose M here: the module will
40331ea7ff0SJaya Kumar	  be called atlas_btns.
40431ea7ff0SJaya Kumar
405ba0acb5eSDmitry Torokhovconfig INPUT_ATI_REMOTE2
406ba0acb5eSDmitry Torokhov	tristate "ATI / Philips USB RF remote control"
4077a86edefSAl Viro	depends on USB_ARCH_HAS_HCD
408ba0acb5eSDmitry Torokhov	select USB
409ba0acb5eSDmitry Torokhov	help
410ba0acb5eSDmitry Torokhov	  Say Y here if you want to use an ATI or Philips USB RF remote control.
411ba0acb5eSDmitry Torokhov	  These are RF remotes with USB receivers.
412ba0acb5eSDmitry Torokhov	  ATI Remote Wonder II comes with some ATI's All-In-Wonder video cards
413ba0acb5eSDmitry Torokhov	  and is also available as a separate product.
414ba0acb5eSDmitry Torokhov	  This driver provides mouse pointer, left and right mouse buttons,
415ba0acb5eSDmitry Torokhov	  and maps all the other remote buttons to keypress events.
416ba0acb5eSDmitry Torokhov
417ba0acb5eSDmitry Torokhov	  To compile this driver as a module, choose M here: the module will be
418ba0acb5eSDmitry Torokhov	  called ati_remote2.
419ba0acb5eSDmitry Torokhov
420ba0acb5eSDmitry Torokhovconfig INPUT_KEYSPAN_REMOTE
421e52278a3SKees Cook	tristate "Keyspan DMR USB remote control"
4227a86edefSAl Viro	depends on USB_ARCH_HAS_HCD
423ba0acb5eSDmitry Torokhov	select USB
424ba0acb5eSDmitry Torokhov	help
425ba0acb5eSDmitry Torokhov	  Say Y here if you want to use a Keyspan DMR USB remote control.
426ba0acb5eSDmitry Torokhov	  Currently only the UIA-11 type of receiver has been tested.  The tag
427ba0acb5eSDmitry Torokhov	  on the receiver that connects to the USB port should have a P/N that
428ba0acb5eSDmitry Torokhov	  will tell you what type of DMR you have.  The UIA-10 type is not
429ba0acb5eSDmitry Torokhov	  supported at this time.  This driver maps all buttons to keypress
430ba0acb5eSDmitry Torokhov	  events.
431ba0acb5eSDmitry Torokhov
432ba0acb5eSDmitry Torokhov	  To compile this driver as a module, choose M here: the module will
433ba0acb5eSDmitry Torokhov	  be called keyspan_remote.
434ba0acb5eSDmitry Torokhov
435e8e70d83SChris Hudsonconfig INPUT_KXTJ9
436e8e70d83SChris Hudson	tristate "Kionix KXTJ9 tri-axis digital accelerometer"
437e8e70d83SChris Hudson	depends on I2C
438e8e70d83SChris Hudson	help
439e8e70d83SChris Hudson	  Say Y here to enable support for the Kionix KXTJ9 digital tri-axis
440e8e70d83SChris Hudson	  accelerometer.
441e8e70d83SChris Hudson
442e8e70d83SChris Hudson	  To compile this driver as a module, choose M here: the module will
443e8e70d83SChris Hudson	  be called kxtj9.
444e8e70d83SChris Hudson
445ba0acb5eSDmitry Torokhovconfig INPUT_POWERMATE
446ba0acb5eSDmitry Torokhov	tristate "Griffin PowerMate and Contour Jog support"
4477a86edefSAl Viro	depends on USB_ARCH_HAS_HCD
448ba0acb5eSDmitry Torokhov	select USB
449ba0acb5eSDmitry Torokhov	help
450ba0acb5eSDmitry Torokhov	  Say Y here if you want to use Griffin PowerMate or Contour Jog devices.
451ba0acb5eSDmitry Torokhov	  These are aluminum dials which can measure clockwise and anticlockwise
452ba0acb5eSDmitry Torokhov	  rotation.  The dial also acts as a pushbutton.  The base contains an LED
453ba0acb5eSDmitry Torokhov	  which can be instructed to pulse or to switch to a particular intensity.
454ba0acb5eSDmitry Torokhov
455ba0acb5eSDmitry Torokhov	  You can download userspace tools from
456ba0acb5eSDmitry Torokhov	  <http://sowerbutts.com/powermate/>.
45701387959SAlessandro Zummo
45801387959SAlessandro Zummo	  To compile this driver as a module, choose M here: the
459ba0acb5eSDmitry Torokhov	  module will be called powermate.
460ba0acb5eSDmitry Torokhov
461ba0acb5eSDmitry Torokhovconfig INPUT_YEALINK
462ba0acb5eSDmitry Torokhov	tristate "Yealink usb-p1k voip phone"
4637a86edefSAl Viro	depends on USB_ARCH_HAS_HCD
464ba0acb5eSDmitry Torokhov	select USB
465ba0acb5eSDmitry Torokhov	help
466ba0acb5eSDmitry Torokhov	  Say Y here if you want to enable keyboard and LCD functions of the
467ba0acb5eSDmitry Torokhov	  Yealink usb-p1k usb phones. The audio part is enabled by the generic
468ba0acb5eSDmitry Torokhov	  usb sound driver, so you might want to enable that as well.
469ba0acb5eSDmitry Torokhov
470ba0acb5eSDmitry Torokhov	  For information about how to use these additional functions, see
4715fb94e9cSMauro Carvalho Chehab	  <file:Documentation/input/devices/yealink.rst>.
472ba0acb5eSDmitry Torokhov
473ba0acb5eSDmitry Torokhov	  To compile this driver as a module, choose M here: the module will be
474ba0acb5eSDmitry Torokhov	  called yealink.
47501387959SAlessandro Zummo
476c04148f9SAlfred E. Heggestadconfig INPUT_CM109
477c04148f9SAlfred E. Heggestad	tristate "C-Media CM109 USB I/O Controller"
478c04148f9SAlfred E. Heggestad	depends on USB_ARCH_HAS_HCD
479c04148f9SAlfred E. Heggestad	select USB
480c04148f9SAlfred E. Heggestad	help
481c04148f9SAlfred E. Heggestad	  Say Y here if you want to enable keyboard and buzzer functions of the
482c04148f9SAlfred E. Heggestad	  C-Media CM109 usb phones. The audio part is enabled by the generic
483c04148f9SAlfred E. Heggestad	  usb sound driver, so you might want to enable that as well.
484c04148f9SAlfred E. Heggestad
485c04148f9SAlfred E. Heggestad	  To compile this driver as a module, choose M here: the module will be
486c04148f9SAlfred E. Heggestad	  called cm109.
487c04148f9SAlfred E. Heggestad
488d64cb71bSJaewon Kimconfig INPUT_REGULATOR_HAPTIC
489d64cb71bSJaewon Kim	tristate "Regulator haptics support"
490d64cb71bSJaewon Kim	depends on REGULATOR
491d64cb71bSJaewon Kim	select INPUT_FF_MEMLESS
492d64cb71bSJaewon Kim	help
493d64cb71bSJaewon Kim	  This option enables device driver support for the haptic controlled
494d64cb71bSJaewon Kim	  by a regulator. This driver supports ff-memless interface
495d64cb71bSJaewon Kim	  from input framework.
496d64cb71bSJaewon Kim
497d64cb71bSJaewon Kim	  To compile this driver as a module, choose M here: the
498d64cb71bSJaewon Kim	  module will be called regulator-haptic.
499d64cb71bSJaewon Kim
500544a46c9SAaro Koskinenconfig INPUT_RETU_PWRBUTTON
501544a46c9SAaro Koskinen	tristate "Retu Power button Driver"
502544a46c9SAaro Koskinen	depends on MFD_RETU
503544a46c9SAaro Koskinen	help
504544a46c9SAaro Koskinen	  Say Y here if you want to enable power key reporting via the
505544a46c9SAaro Koskinen	  Retu chips found in Nokia Internet Tablets (770, N800, N810).
506544a46c9SAaro Koskinen
507544a46c9SAaro Koskinen	  To compile this driver as a module, choose M here. The module will
508544a46c9SAaro Koskinen	  be called retu-pwrbutton.
509544a46c9SAaro Koskinen
5105fafed3eSFelipe Balbiconfig INPUT_TPS65218_PWRBUTTON
5115fafed3eSFelipe Balbi	tristate "TPS65218 Power button driver"
512722dc546SMarcin Niestroj	depends on (MFD_TPS65217 || MFD_TPS65218)
5135fafed3eSFelipe Balbi	help
514b8af0b5bSZhuohua Li	  Say Y here if you want to enable power button reporting for
515722dc546SMarcin Niestroj	  TPS65217 and TPS65218 Power Management IC devices.
5165fafed3eSFelipe Balbi
5175fafed3eSFelipe Balbi	  To compile this driver as a module, choose M here. The module will
5185fafed3eSFelipe Balbi	  be called tps65218-pwrbutton.
5195fafed3eSFelipe Balbi
520c8cf6e23SMarkus Schneider-Pargmannconfig INPUT_TPS65219_PWRBUTTON
521c8cf6e23SMarkus Schneider-Pargmann	tristate "TPS65219 Power button driver"
522c8cf6e23SMarkus Schneider-Pargmann	depends on MFD_TPS65219
523c8cf6e23SMarkus Schneider-Pargmann	help
524c8cf6e23SMarkus Schneider-Pargmann	  Say Y here if you want to enable power button reporting for
525c8cf6e23SMarkus Schneider-Pargmann	  TPS65219 Power Management IC devices.
526c8cf6e23SMarkus Schneider-Pargmann
527c8cf6e23SMarkus Schneider-Pargmann	  To compile this driver as a module, choose M here. The module will
528c8cf6e23SMarkus Schneider-Pargmann	  be called tps65219-pwrbutton.
529c8cf6e23SMarkus Schneider-Pargmann
530170031ffSJob Savaconfig INPUT_TPS6594_PWRBUTTON
531170031ffSJob Sava	tristate "TPS6594 Power button driver"
532170031ffSJob Sava	depends on MFD_TPS6594
533170031ffSJob Sava	help
534170031ffSJob Sava	  Say Y here if you want to enable power button reporting for
535170031ffSJob Sava	  TPS6594 Power Management IC devices.
536170031ffSJob Sava
537170031ffSJob Sava	  To compile this driver as a module, choose M here. The module will
538170031ffSJob Sava	  be called tps6594-pwrbutton.
539170031ffSJob Sava
5405b6c26a9SCarlo Caioneconfig INPUT_AXP20X_PEK
5415b6c26a9SCarlo Caione	tristate "X-Powers AXP20X power button driver"
5425b6c26a9SCarlo Caione	depends on MFD_AXP20X
5435b6c26a9SCarlo Caione	help
5445b6c26a9SCarlo Caione	  Say Y here if you want to enable power key reporting via the
5455b6c26a9SCarlo Caione	  AXP20X PMIC.
5465b6c26a9SCarlo Caione
5475b6c26a9SCarlo Caione	  To compile this driver as a module, choose M here. The module will
5485b6c26a9SCarlo Caione	  be called axp20x-pek.
5495b6c26a9SCarlo Caione
5505b6c26a9SCarlo Caione
55168d8bf04SFelipe Balbiconfig INPUT_TWL4030_PWRBUTTON
55268d8bf04SFelipe Balbi	tristate "TWL4030 Power button Driver"
55368d8bf04SFelipe Balbi	depends on TWL4030_CORE
55468d8bf04SFelipe Balbi	help
55568d8bf04SFelipe Balbi	  Say Y here if you want to enable power key reporting via the
55668d8bf04SFelipe Balbi	  TWL4030 family of chips.
55768d8bf04SFelipe Balbi
55868d8bf04SFelipe Balbi	  To compile this driver as a module, choose M here. The module will
55968d8bf04SFelipe Balbi	  be called twl4030_pwrbutton.
56068d8bf04SFelipe Balbi
5613dd1b394SJari Vanhalaconfig INPUT_TWL4030_VIBRA
5623dd1b394SJari Vanhala	tristate "Support for TWL4030 Vibrator"
5633dd1b394SJari Vanhala	depends on TWL4030_CORE
56457fe7251SPeter Ujfalusi	select MFD_TWL4030_AUDIO
5653dd1b394SJari Vanhala	select INPUT_FF_MEMLESS
5663dd1b394SJari Vanhala	help
5673dd1b394SJari Vanhala	  This option enables support for TWL4030 Vibrator Driver.
5683dd1b394SJari Vanhala
5693dd1b394SJari Vanhala	  To compile this driver as a module, choose M here. The module will
5703dd1b394SJari Vanhala	  be called twl4030_vibra.
5713dd1b394SJari Vanhala
572cc697d38SMisael Lopez Cruzconfig INPUT_TWL6040_VIBRA
573cc697d38SMisael Lopez Cruz	tristate "Support for TWL6040 Vibrator"
5748eaeb939SPeter Ujfalusi	depends on TWL6040_CORE
575cc697d38SMisael Lopez Cruz	select INPUT_FF_MEMLESS
576cc697d38SMisael Lopez Cruz	help
577cc697d38SMisael Lopez Cruz	  This option enables support for TWL6040 Vibrator Driver.
578cc697d38SMisael Lopez Cruz
579cc697d38SMisael Lopez Cruz	  To compile this driver as a module, choose M here. The module will
580cc697d38SMisael Lopez Cruz	  be called twl6040_vibra.
581cc697d38SMisael Lopez Cruz
5821da177e4SLinus Torvaldsconfig INPUT_UINPUT
5831da177e4SLinus Torvalds	tristate "User level driver support"
5841da177e4SLinus Torvalds	help
5851da177e4SLinus Torvalds	  Say Y here if you want to support user level drivers for input
5861da177e4SLinus Torvalds	  subsystem accessible under char device 10:223 - /dev/input/uinput.
5871da177e4SLinus Torvalds
5881da177e4SLinus Torvalds	  To compile this driver as a module, choose M here: the
5891da177e4SLinus Torvalds	  module will be called uinput.
5901da177e4SLinus Torvalds
59148ad88b1SThomas Bogendoerferconfig INPUT_SGI_BTNS
59248ad88b1SThomas Bogendoerfer	tristate "SGI Indy/O2 volume button interface"
59348ad88b1SThomas Bogendoerfer	depends on SGI_IP22 || SGI_IP32
5943bee2a04SThomas Bogendoerfer	help
59548ad88b1SThomas Bogendoerfer	  Say Y here if you want to support SGI Indy/O2 volume button interface.
5963bee2a04SThomas Bogendoerfer
5973bee2a04SThomas Bogendoerfer	  To compile this driver as a module, choose M here: the
59848ad88b1SThomas Bogendoerfer	  module will be called sgi_btns.
5993bee2a04SThomas Bogendoerfer
6001da177e4SLinus Torvaldsconfig HP_SDC_RTC
6011da177e4SLinus Torvalds	tristate "HP SDC Real Time Clock"
602d061ebd5SAlexander Beregalov	depends on (GSC || HP300) && SERIO
6031da177e4SLinus Torvalds	select HP_SDC
6041da177e4SLinus Torvalds	help
6051da177e4SLinus Torvalds	  Say Y here if you want to support the built-in real time clock
6061da177e4SLinus Torvalds	  of the HP SDC controller.
6071da177e4SLinus Torvalds
608adff5962SNishanth Menonconfig INPUT_PALMAS_PWRBUTTON
609adff5962SNishanth Menon	tristate "Palmas Power button Driver"
610adff5962SNishanth Menon	depends on MFD_PALMAS
611adff5962SNishanth Menon	help
612adff5962SNishanth Menon	  Say Y here if you want to enable power key reporting via the
613adff5962SNishanth Menon	  Palmas family of PMICs.
614adff5962SNishanth Menon
615adff5962SNishanth Menon	  To compile this driver as a module, choose M here. The module will
616adff5962SNishanth Menon	  be called palmas_pwrbutton.
617adff5962SNishanth Menon
618b91c4be7SBryan Wuconfig INPUT_PCF8574
619b91c4be7SBryan Wu	tristate "PCF8574 Keypad input device"
620e52278a3SKees Cook	depends on I2C
621b91c4be7SBryan Wu	help
622393f9ffbSMasanari Iida	  Say Y here if you want to support a keypad connected via I2C
623b91c4be7SBryan Wu	  with a PCF8574.
624b91c4be7SBryan Wu
625b91c4be7SBryan Wu	  To compile this driver as a module, choose M here: the
626b91c4be7SBryan Wu	  module will be called pcf8574_keypad.
627b91c4be7SBryan Wu
628e22739d0SLars-Peter Clausenconfig INPUT_PWM_BEEPER
629e22739d0SLars-Peter Clausen	tristate "PWM beeper support"
630557fe99dSSascha Hauer	depends on PWM
631e22739d0SLars-Peter Clausen	help
632e22739d0SLars-Peter Clausen	  Say Y here to get support for PWM based beeper devices.
633e22739d0SLars-Peter Clausen
634e22739d0SLars-Peter Clausen	  If unsure, say N.
635e22739d0SLars-Peter Clausen
636e22739d0SLars-Peter Clausen	  To compile this driver as a module, choose M here: the module will be
637e22739d0SLars-Peter Clausen	  called pwm-beeper.
638e22739d0SLars-Peter Clausen
6393e5b0851SSebastian Reichelconfig INPUT_PWM_VIBRA
6403e5b0851SSebastian Reichel	tristate "PWM vibrator support"
6413e5b0851SSebastian Reichel	depends on PWM
6423e5b0851SSebastian Reichel	select INPUT_FF_MEMLESS
6433e5b0851SSebastian Reichel	help
6443e5b0851SSebastian Reichel	  Say Y here to get support for PWM based vibrator devices.
6453e5b0851SSebastian Reichel
6463e5b0851SSebastian Reichel	  If unsure, say N.
6473e5b0851SSebastian Reichel
6483e5b0851SSebastian Reichel	  To compile this driver as a module, choose M here: the module will be
6493e5b0851SSebastian Reichel	  called pwm-vibra.
6503e5b0851SSebastian Reichel
6515a35b85cSJoseph Chenconfig INPUT_RK805_PWRKEY
6525a35b85cSJoseph Chen	tristate "Rockchip RK805 PMIC power key support"
653c20e8c5bSSebastian Reichel	depends on MFD_RK8XX
6545a35b85cSJoseph Chen	help
6555a35b85cSJoseph Chen	  Select this option to enable power key driver for RK805.
6565a35b85cSJoseph Chen
6575a35b85cSJoseph Chen	  If unsure, say N.
6585a35b85cSJoseph Chen
6595a35b85cSJoseph Chen	  To compile this driver as a module, choose M here: the module will be
6605a35b85cSJoseph Chen	  called rk805_pwrkey.
6615a35b85cSJoseph Chen
66273969ff0SDaniel Mackconfig INPUT_GPIO_ROTARY_ENCODER
66373969ff0SDaniel Mack	tristate "Rotary encoders connected to GPIO pins"
6647d6548abSGeert Uytterhoeven	depends on GPIOLIB || COMPILE_TEST
66573969ff0SDaniel Mack	help
66673969ff0SDaniel Mack	  Say Y here to add support for rotary encoders connected to GPIO lines.
6675fb94e9cSMauro Carvalho Chehab	  Check file:Documentation/input/devices/rotary-encoder.rst for more
66873969ff0SDaniel Mack	  information.
66973969ff0SDaniel Mack
67073969ff0SDaniel Mack	  To compile this driver as a module, choose M here: the
67173969ff0SDaniel Mack	  module will be called rotary_encoder.
67273969ff0SDaniel Mack
673d9bdffd2SPhil Sutterconfig INPUT_RB532_BUTTON
674d9bdffd2SPhil Sutter	tristate "Mikrotik Routerboard 532 button interface"
675d9bdffd2SPhil Sutter	depends on MIKROTIK_RB532
67676ec9d18SAlexandre Courbot	depends on GPIOLIB
677d9bdffd2SPhil Sutter	help
678d9bdffd2SPhil Sutter	  Say Y here if you want support for the S1 button built into
679d9bdffd2SPhil Sutter	  Mikrotik's Routerboard 532.
680d9bdffd2SPhil Sutter
681d9bdffd2SPhil Sutter	  To compile this driver as a module, choose M here: the
682d9bdffd2SPhil Sutter	  module will be called rb532_button.
683d9bdffd2SPhil Sutter
684cd3f6098SRoy Imconfig INPUT_DA7280_HAPTICS
685cd3f6098SRoy Im	tristate "Dialog Semiconductor DA7280 haptics support"
686cd3f6098SRoy Im	depends on INPUT && I2C
687cd3f6098SRoy Im	select REGMAP_I2C
688cd3f6098SRoy Im	help
689cd3f6098SRoy Im	  Say Y to enable support for the Dialog DA7280 haptics driver.
690cd3f6098SRoy Im	  The haptics can be controlled by PWM or GPIO
691cd3f6098SRoy Im	  with I2C communication.
692cd3f6098SRoy Im
693cd3f6098SRoy Im	  To compile this driver as a module, choose M here: the
694cd3f6098SRoy Im	  module will be called da7280.
695cd3f6098SRoy Im
696f0c5f65bSAshish Jangamconfig INPUT_DA9052_ONKEY
697f0c5f65bSAshish Jangam	tristate "Dialog DA9052/DA9053 Onkey"
698f0c5f65bSAshish Jangam	depends on PMIC_DA9052
699f0c5f65bSAshish Jangam	help
700f0c5f65bSAshish Jangam	  Support the ONKEY of Dialog DA9052 PMICs as an input device
701f0c5f65bSAshish Jangam	  reporting power button status.
702f0c5f65bSAshish Jangam
703f0c5f65bSAshish Jangam	  To compile this driver as a module, choose M here: the
704f0c5f65bSAshish Jangam	  module will be called da9052_onkey.
705f0c5f65bSAshish Jangam
7068ed2757eSAshish Jangamconfig INPUT_DA9055_ONKEY
7078ed2757eSAshish Jangam	tristate "Dialog Semiconductor DA9055 ONKEY"
7088ed2757eSAshish Jangam	depends on MFD_DA9055
7098ed2757eSAshish Jangam	help
7108ed2757eSAshish Jangam	  Support the ONKEY of DA9055 PMICs as an input device
7118ed2757eSAshish Jangam	  reporting power button status.
7128ed2757eSAshish Jangam
7138ed2757eSAshish Jangam	  To compile this driver as a module, choose M here: the module
7148ed2757eSAshish Jangam	  will be called da9055_onkey.
7158ed2757eSAshish Jangam
7165179f0ceSSteve Twissconfig INPUT_DA9063_ONKEY
71704d7ad83SSteve Twiss	tristate "Dialog DA9063/62/61 OnKey"
718a27b5e0aSS Twiss	depends on MFD_DA9063 || MFD_DA9062
7195179f0ceSSteve Twiss	help
72004d7ad83SSteve Twiss	  Support the ONKEY of Dialog DA9063, DA9062 and DA9061 Power
72104d7ad83SSteve Twiss	  Management ICs as an input device capable of reporting the
72204d7ad83SSteve Twiss	  power button status.
7235179f0ceSSteve Twiss
7245179f0ceSSteve Twiss	  To compile this driver as a module, choose M here: the module
7255179f0ceSSteve Twiss	  will be called da9063_onkey.
7265179f0ceSSteve Twiss
7270c73b992SMark Brownconfig INPUT_WM831X_ON
7280c73b992SMark Brown	tristate "WM831X ON pin"
7290c73b992SMark Brown	depends on MFD_WM831X
7300c73b992SMark Brown	help
7310c73b992SMark Brown	  Support the ON pin of WM831X PMICs as an input device
7320c73b992SMark Brown	  reporting power button status.
7330c73b992SMark Brown
7340c73b992SMark Brown	  To compile this driver as a module, choose M here: the module
7350c73b992SMark Brown	  will be called wm831x_on.
7360c73b992SMark Brown
737d0a82132SDaniel Ribeiroconfig INPUT_PCAP
738d0a82132SDaniel Ribeiro	tristate "Motorola EZX PCAP misc input events"
739d0a82132SDaniel Ribeiro	depends on EZX_PCAP
740d0a82132SDaniel Ribeiro	help
741d0a82132SDaniel Ribeiro	  Say Y here if you want to use Power key and Headphone button
742d0a82132SDaniel Ribeiro	  on Motorola EZX phones.
743d0a82132SDaniel Ribeiro
744d0a82132SDaniel Ribeiro	  To compile this driver as a module, choose M here: the
745d0a82132SDaniel Ribeiro	  module will be called pcap_keys.
746d0a82132SDaniel Ribeiro
747e27c7292SMichael Hennerichconfig INPUT_ADXL34X
748e27c7292SMichael Hennerich	tristate "Analog Devices ADXL34x Three-Axis Digital Accelerometer"
749e27c7292SMichael Hennerich	default n
750e27c7292SMichael Hennerich	help
751e27c7292SMichael Hennerich	  Say Y here if you have a Accelerometer interface using the
752e27c7292SMichael Hennerich	  ADXL345/6 controller, and your board-specific initialization
753e27c7292SMichael Hennerich	  code includes that in its table of devices.
754e27c7292SMichael Hennerich
755e27c7292SMichael Hennerich	  This driver can use either I2C or SPI communication to the
756e27c7292SMichael Hennerich	  ADXL345/6 controller.  Select the appropriate method for
757e27c7292SMichael Hennerich	  your system.
758e27c7292SMichael Hennerich
759e27c7292SMichael Hennerich	  If unsure, say N (but it's safe to say "Y").
760e27c7292SMichael Hennerich
761e27c7292SMichael Hennerich	  To compile this driver as a module, choose M here: the
762e27c7292SMichael Hennerich	  module will be called adxl34x.
763e27c7292SMichael Hennerich
764e27c7292SMichael Hennerichconfig INPUT_ADXL34X_I2C
765e27c7292SMichael Hennerich	tristate "support I2C bus connection"
766e27c7292SMichael Hennerich	depends on INPUT_ADXL34X && I2C
767e27c7292SMichael Hennerich	default y
768e27c7292SMichael Hennerich	help
769e27c7292SMichael Hennerich	  Say Y here if you have ADXL345/6 hooked to an I2C bus.
770e27c7292SMichael Hennerich
771e27c7292SMichael Hennerich	  To compile this driver as a module, choose M here: the
772e27c7292SMichael Hennerich	  module will be called adxl34x-i2c.
773e27c7292SMichael Hennerich
774e27c7292SMichael Hennerichconfig INPUT_ADXL34X_SPI
775e27c7292SMichael Hennerich	tristate "support SPI bus connection"
776e27c7292SMichael Hennerich	depends on INPUT_ADXL34X && SPI
777e27c7292SMichael Hennerich	default y
778e27c7292SMichael Hennerich	help
779e27c7292SMichael Hennerich	  Say Y here if you have ADXL345/6 hooked to a SPI bus.
780e27c7292SMichael Hennerich
781e27c7292SMichael Hennerich	  To compile this driver as a module, choose M here: the
782e27c7292SMichael Hennerich	  module will be called adxl34x-spi.
783e27c7292SMichael Hennerich
7842e6f34faSEddie Jamesconfig INPUT_IBM_PANEL
7852e6f34faSEddie James	tristate "IBM Operation Panel driver"
7862e6f34faSEddie James	depends on I2C && I2C_SLAVE
7872e6f34faSEddie James	help
7882e6f34faSEddie James	  Say Y here if you have an IBM Operation Panel connected to your system
7892e6f34faSEddie James	  over I2C. The panel is typically connected only to a system's service
7902e6f34faSEddie James	  processor (BMC).
7912e6f34faSEddie James
7922e6f34faSEddie James	  If unsure, say N.
7932e6f34faSEddie James
7942e6f34faSEddie James	  The Operation Panel is a controller with some buttons and an LCD
7952e6f34faSEddie James	  display that allows someone with physical access to the system to
7962e6f34faSEddie James	  perform various administrative tasks. This driver only supports the part
7972e6f34faSEddie James	  of the controller that sends commands to the system.
7982e6f34faSEddie James
7992e6f34faSEddie James	  To compile this driver as a module, choose M here: the module will be
8002e6f34faSEddie James	  called ibm-panel.
8012e6f34faSEddie James
802628329d5SDmitry Torokhovconfig INPUT_IMS_PCU
803628329d5SDmitry Torokhov	tristate "IMS Passenger Control Unit driver"
804628329d5SDmitry Torokhov	depends on USB
805628329d5SDmitry Torokhov	depends on LEDS_CLASS
806628329d5SDmitry Torokhov	help
807628329d5SDmitry Torokhov	  Say Y here if you have system with IMS Rave Passenger Control Unit.
808628329d5SDmitry Torokhov
809628329d5SDmitry Torokhov	  To compile this driver as a module, choose M here: the module will be
810628329d5SDmitry Torokhov	  called ims_pcu.
811628329d5SDmitry Torokhov
81204e49867SJeff LaBundyconfig INPUT_IQS269A
81304e49867SJeff LaBundy	tristate "Azoteq IQS269A capacitive touch controller"
814d0ac7079SJeff LaBundy	depends on I2C
81504e49867SJeff LaBundy	select REGMAP_I2C
81604e49867SJeff LaBundy	help
81704e49867SJeff LaBundy	  Say Y to enable support for the Azoteq IQS269A capacitive
81804e49867SJeff LaBundy	  touch controller.
81904e49867SJeff LaBundy
82004e49867SJeff LaBundy	  To compile this driver as a module, choose M here: the
82104e49867SJeff LaBundy	  module will be called iqs269a.
82204e49867SJeff LaBundy
823f1d2809dSJeff LaBundyconfig INPUT_IQS626A
824f1d2809dSJeff LaBundy	tristate "Azoteq IQS626A capacitive touch controller"
825f1d2809dSJeff LaBundy	depends on I2C
826f1d2809dSJeff LaBundy	select REGMAP_I2C
827f1d2809dSJeff LaBundy	help
828f1d2809dSJeff LaBundy	  Say Y to enable support for the Azoteq IQS626A capacitive
829f1d2809dSJeff LaBundy	  touch controller.
830f1d2809dSJeff LaBundy
831f1d2809dSJeff LaBundy	  To compile this driver as a module, choose M here: the
832f1d2809dSJeff LaBundy	  module will be called iqs626a.
833f1d2809dSJeff LaBundy
834e505edaeSJeff LaBundyconfig INPUT_IQS7222
835dd24e202SJeff LaBundy	tristate "Azoteq IQS7222A/B/C/D capacitive touch controller"
836e505edaeSJeff LaBundy	depends on I2C
837e505edaeSJeff LaBundy	help
838dd24e202SJeff LaBundy	  Say Y to enable support for the Azoteq IQS7222A/B/C/D family
839e505edaeSJeff LaBundy	  of capacitive touch controllers.
840e505edaeSJeff LaBundy
841e505edaeSJeff LaBundy	  To compile this driver as a module, choose M here: the
842e505edaeSJeff LaBundy	  module will be called iqs7222.
843e505edaeSJeff LaBundy
844b029ffafSHemanth Vconfig INPUT_CMA3000
845b029ffafSHemanth V	tristate "VTI CMA3000 Tri-axis accelerometer"
846b029ffafSHemanth V	help
847b029ffafSHemanth V	  Say Y here if you want to use VTI CMA3000_D0x Accelerometer
848b029ffafSHemanth V	  driver
849b029ffafSHemanth V
850b029ffafSHemanth V	  This driver currently only supports I2C interface to the
851b029ffafSHemanth V	  controller. Also select the I2C method.
852b029ffafSHemanth V
853b029ffafSHemanth V	  If unsure, say N
854b029ffafSHemanth V
855b029ffafSHemanth V	  To compile this driver as a module, choose M here: the
856b029ffafSHemanth V	  module will be called cma3000_d0x.
857b029ffafSHemanth V
858b029ffafSHemanth Vconfig INPUT_CMA3000_I2C
859b029ffafSHemanth V	tristate "Support I2C bus connection"
860b029ffafSHemanth V	depends on INPUT_CMA3000 && I2C
861b029ffafSHemanth V	help
862b029ffafSHemanth V	  Say Y here if you want to use VTI CMA3000_D0x Accelerometer
863b029ffafSHemanth V	  through I2C interface.
864b029ffafSHemanth V
865b029ffafSHemanth V	  To compile this driver as a module, choose M here: the
866b029ffafSHemanth V	  module will be called cma3000_d0x_i2c.
867b029ffafSHemanth V
86849851ca0SDmitry Torokhovconfig INPUT_XEN_KBDDEV_FRONTEND
86949851ca0SDmitry Torokhov	tristate "Xen virtual keyboard and mouse support"
8704bc25af7SAndrew Jones	depends on XEN
87149851ca0SDmitry Torokhov	default y
87249851ca0SDmitry Torokhov	select XEN_XENBUS_FRONTEND
87349851ca0SDmitry Torokhov	help
87449851ca0SDmitry Torokhov	  This driver implements the front-end of the Xen virtual
87549851ca0SDmitry Torokhov	  keyboard and mouse device driver.  It communicates with a back-end
87649851ca0SDmitry Torokhov	  in another domain.
87749851ca0SDmitry Torokhov
87849851ca0SDmitry Torokhov	  To compile this driver as a module, choose M here: the
87949851ca0SDmitry Torokhov	  module will be called xen-kbdfront.
88049851ca0SDmitry Torokhov
8811ea4c161SAndrey Moiseevconfig INPUT_IDEAPAD_SLIDEBAR
8821ea4c161SAndrey Moiseev	tristate "IdeaPad Laptop Slidebar"
8831ea4c161SAndrey Moiseev	depends on INPUT
8841ea4c161SAndrey Moiseev	depends on SERIO_I8042
8851ea4c161SAndrey Moiseev	help
8861ea4c161SAndrey Moiseev	  Say Y here if you have an IdeaPad laptop with a slidebar.
8871ea4c161SAndrey Moiseev
8881ea4c161SAndrey Moiseev	  To compile this driver as a module, choose M here: the
8891ea4c161SAndrey Moiseev	  module will be called ideapad_slidebar.
8901ea4c161SAndrey Moiseev
89161cd4822SLejun Zhuconfig INPUT_SOC_BUTTON_ARRAY
89261cd4822SLejun Zhu	tristate "Windows-compatible SoC Button Array"
893c3941593SMaximilian Luz	depends on KEYBOARD_GPIO && ACPI
89461cd4822SLejun Zhu	help
895c3941593SMaximilian Luz	  Say Y here if you have a SoC-based tablet that originally runs
896c3941593SMaximilian Luz	  Windows 8 or a Microsoft Surface Book 2, Pro 5, Laptop 1 or later.
89761cd4822SLejun Zhu
89861cd4822SLejun Zhu	  To compile this driver as a module, choose M here: the
89961cd4822SLejun Zhu	  module will be called soc_button_array.
90061cd4822SLejun Zhu
9017132fe4fSDan Murphyconfig INPUT_DRV260X_HAPTICS
9027132fe4fSDan Murphy	tristate "TI DRV260X haptics support"
9037d6548abSGeert Uytterhoeven	depends on INPUT && I2C
9047d6548abSGeert Uytterhoeven	depends on GPIOLIB || COMPILE_TEST
9057132fe4fSDan Murphy	select INPUT_FF_MEMLESS
9067132fe4fSDan Murphy	select REGMAP_I2C
9077132fe4fSDan Murphy	help
9087132fe4fSDan Murphy	  Say Y to enable support for the TI DRV260X haptics driver.
9097132fe4fSDan Murphy
9107132fe4fSDan Murphy	  To compile this driver as a module, choose M here: the
9117132fe4fSDan Murphy	  module will be called drv260x-haptics.
9127132fe4fSDan Murphy
9134d10da13SDan Murphyconfig INPUT_DRV2665_HAPTICS
9144d10da13SDan Murphy	tristate "TI DRV2665 haptics support"
9154d10da13SDan Murphy	depends on INPUT && I2C
9164d10da13SDan Murphy	select INPUT_FF_MEMLESS
9174d10da13SDan Murphy	select REGMAP_I2C
9184d10da13SDan Murphy	help
9194d10da13SDan Murphy	  Say Y to enable support for the TI DRV2665 haptics driver.
9204d10da13SDan Murphy
9214d10da13SDan Murphy	  To compile this driver as a module, choose M here: the
9224d10da13SDan Murphy	  module will be called drv2665-haptics.
9234d10da13SDan Murphy
9241c246225SDan Murphyconfig INPUT_DRV2667_HAPTICS
9251c246225SDan Murphy	tristate "TI DRV2667 haptics support"
9261c246225SDan Murphy	depends on INPUT && I2C
9271c246225SDan Murphy	select INPUT_FF_MEMLESS
9281c246225SDan Murphy	select REGMAP_I2C
9291c246225SDan Murphy	help
9301c246225SDan Murphy	  Say Y to enable support for the TI DRV2667 haptics driver.
9311c246225SDan Murphy
9321c246225SDan Murphy	  To compile this driver as a module, choose M here: the
933c857ea9eSDan Murphy	  module will be called drv2667-haptics.
9341c246225SDan Murphy
935fcd6eb50SJorge Ramirez-Ortizconfig INPUT_HISI_POWERKEY
936fcd6eb50SJorge Ramirez-Ortiz	tristate "Hisilicon PMIC ONKEY support"
937fcd6eb50SJorge Ramirez-Ortiz	depends on ARCH_HISI || COMPILE_TEST
938fcd6eb50SJorge Ramirez-Ortiz	help
939fcd6eb50SJorge Ramirez-Ortiz	  Say Y to enable support for PMIC ONKEY.
940fcd6eb50SJorge Ramirez-Ortiz
941fcd6eb50SJorge Ramirez-Ortiz	  To compile this driver as a module, choose M here: the
942fcd6eb50SJorge Ramirez-Ortiz	  module will be called hisi_powerkey.
943fcd6eb50SJorge Ramirez-Ortiz
944bb7e3611SHeiko Stuebnerconfig INPUT_QNAP_MCU
945bb7e3611SHeiko Stuebner	tristate "Input Support for QNAP MCU controllers"
946bb7e3611SHeiko Stuebner	depends on MFD_QNAP_MCU
947bb7e3611SHeiko Stuebner	help
948bb7e3611SHeiko Stuebner	  This option enables support for input elements available on
949bb7e3611SHeiko Stuebner	  embedded controllers used in QNAP NAS devices.
950bb7e3611SHeiko Stuebner
951bb7e3611SHeiko Stuebner	  This includes a polled power-button as well as a beeper.
952bb7e3611SHeiko Stuebner
953bb7e3611SHeiko Stuebner	  To compile this driver as a module, choose M here: the
954bb7e3611SHeiko Stuebner	  module will be called qnap-mcu-input.
955bb7e3611SHeiko Stuebner
95662f0f079SAndrey Smirnovconfig INPUT_RAVE_SP_PWRBUTTON
95762f0f079SAndrey Smirnov	tristate "RAVE SP Power button Driver"
95862f0f079SAndrey Smirnov	depends on RAVE_SP_CORE
95962f0f079SAndrey Smirnov	help
96062f0f079SAndrey Smirnov	  Say Y here if you want to enable power key reporting from RAVE SP
96162f0f079SAndrey Smirnov
96262f0f079SAndrey Smirnov	  To compile this driver as a module, choose M here: the
96362f0f079SAndrey Smirnov	  module will be called rave-sp-pwrbutton.
96462f0f079SAndrey Smirnov
96545615a9bSXiaotong Luconfig INPUT_SC27XX_VIBRA
96645615a9bSXiaotong Lu	tristate "Spreadtrum sc27xx vibrator support"
96745615a9bSXiaotong Lu	depends on MFD_SC27XX_PMIC || COMPILE_TEST
96845615a9bSXiaotong Lu	select INPUT_FF_MEMLESS
96945615a9bSXiaotong Lu	help
97045615a9bSXiaotong Lu	  This option enables support for Spreadtrum sc27xx vibrator driver.
97145615a9bSXiaotong Lu
97245615a9bSXiaotong Lu	  To compile this driver as a module, choose M here. The module will
97345615a9bSXiaotong Lu	  be called sc27xx_vibra.
97445615a9bSXiaotong Lu
975ed3d5bd2SChiYuan Huangconfig INPUT_RT5120_PWRKEY
976ed3d5bd2SChiYuan Huang	tristate "RT5120 PMIC power key support"
977ed3d5bd2SChiYuan Huang	depends on MFD_RT5120 || COMPILE_TEST
978ed3d5bd2SChiYuan Huang	help
979ed3d5bd2SChiYuan Huang	  This enables support for RT5120 PMIC power key driver.
980ed3d5bd2SChiYuan Huang
981ed3d5bd2SChiYuan Huang	  To compile this driver as a module, choose M here. the module will
982ed3d5bd2SChiYuan Huang	  be called rt5120-pwrkey.
983ed3d5bd2SChiYuan Huang
9849eb9cc93SPascal PAILLET-LMEconfig INPUT_STPMIC1_ONKEY
9859eb9cc93SPascal PAILLET-LME	tristate "STPMIC1 PMIC Onkey support"
9869eb9cc93SPascal PAILLET-LME	depends on MFD_STPMIC1
9879eb9cc93SPascal PAILLET-LME	help
9889eb9cc93SPascal PAILLET-LME	  Say Y to enable support of onkey embedded into STPMIC1 PMIC. onkey
9899eb9cc93SPascal PAILLET-LME	  can be used to wakeup from low power modes and force a shut-down on
9909eb9cc93SPascal PAILLET-LME	  long press.
9919eb9cc93SPascal PAILLET-LME
9929eb9cc93SPascal PAILLET-LME	  To compile this driver as a module, choose M here: the
9939eb9cc93SPascal PAILLET-LME	  module will be called stpmic1_onkey.
9949eb9cc93SPascal PAILLET-LME
9951da177e4SLinus Torvaldsendif
996