xref: /linux/drivers/input/misc/Kconfig (revision 273a171dee33cb77070d7259c469d9440548c7df)
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
12952e06d56SGriffin Kroah-Hartmanconfig INPUT_AW86927
13052e06d56SGriffin Kroah-Hartman	tristate "Awinic AW86927 Haptic Driver Support"
13152e06d56SGriffin Kroah-Hartman	depends on I2C && INPUT
13252e06d56SGriffin Kroah-Hartman	select INPUT_FF_MEMLESS
13352e06d56SGriffin Kroah-Hartman	select REGMAP_I2C
13452e06d56SGriffin Kroah-Hartman	help
13552e06d56SGriffin Kroah-Hartman	  Say Y here if you have an Awinic AW86927 haptic chip.
13652e06d56SGriffin Kroah-Hartman
13752e06d56SGriffin Kroah-Hartman	  To compile this driver as a module, choose M here: the
13852e06d56SGriffin Kroah-Hartman	  module will be called aw86927.
13952e06d56SGriffin 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
193*9acb215cSSamuel Kayodeconfig INPUT_PF1550_ONKEY
194*9acb215cSSamuel Kayode	tristate "NXP PF1550 Onkey support"
195*9acb215cSSamuel Kayode	depends on MFD_PF1550
196*9acb215cSSamuel Kayode	help
197*9acb215cSSamuel Kayode	  Say Y here if you want support for PF1550 PMIC. Onkey can trigger
198*9acb215cSSamuel Kayode	  release and 1s(push hold), 2s, 3s, 4s, 8s interrupt for long press
199*9acb215cSSamuel Kayode	  detect.
200*9acb215cSSamuel Kayode
201*9acb215cSSamuel Kayode	  To compile this driver as a module, choose M here. The module will be
202*9acb215cSSamuel Kayode	  called pf1550-onkey.
203*9acb215cSSamuel Kayode
20468c581d5SCourtney Cavinconfig INPUT_PM8941_PWRKEY
20568c581d5SCourtney Cavin	tristate "Qualcomm PM8941 power key support"
20668c581d5SCourtney Cavin	depends on MFD_SPMI_PMIC
20768c581d5SCourtney Cavin	help
20868c581d5SCourtney Cavin	  Say Y here if you want support for the power key usually found
20968c581d5SCourtney Cavin	  on boards using a Qualcomm PM8941 compatible PMIC.
21068c581d5SCourtney Cavin
21168c581d5SCourtney Cavin	  If unsure, say Y.
21268c581d5SCourtney Cavin
21368c581d5SCourtney Cavin	  To compile this driver as a module, choose M here: the module
21468c581d5SCourtney Cavin	  will be called pm8941-pwrkey.
21568c581d5SCourtney Cavin
21611205bb6SAmy Malocheconfig INPUT_PM8XXX_VIBRATOR
21711205bb6SAmy Maloche	tristate "Qualcomm PM8XXX vibrator support"
218792ad668SDamien Riegel	depends on MFD_PM8XXX || MFD_SPMI_PMIC
21911205bb6SAmy Maloche	select INPUT_FF_MEMLESS
22011205bb6SAmy Maloche	help
22111205bb6SAmy Maloche	  This option enables device driver support for the vibrator
22211205bb6SAmy Maloche	  on Qualcomm PM8xxx chip. This driver supports ff-memless interface
22311205bb6SAmy Maloche	  from input framework.
22411205bb6SAmy Maloche
22511205bb6SAmy Maloche	  To compile this driver as module, choose M here: the
22611205bb6SAmy Maloche	  module will be called pm8xxx-vibrator.
22711205bb6SAmy Maloche
22811205bb6SAmy Malocheconfig INPUT_PMIC8XXX_PWRKEY
22911205bb6SAmy Maloche	tristate "PMIC8XXX power key support"
23011205bb6SAmy Maloche	depends on MFD_PM8XXX
23111205bb6SAmy Maloche	help
23211205bb6SAmy Maloche	  Say Y here if you want support for the PMIC8XXX power key.
23311205bb6SAmy Maloche
23411205bb6SAmy Maloche	  If unsure, say N.
23511205bb6SAmy Maloche
23611205bb6SAmy Maloche	  To compile this driver as a module, choose M here: the
23711205bb6SAmy Maloche	  module will be called pmic8xxx-pwrkey.
23811205bb6SAmy Maloche
2391da177e4SLinus Torvaldsconfig INPUT_SPARCSPKR
2401da177e4SLinus Torvalds	tristate "SPARC Speaker support"
241a2bd4fd1SDavid S. Miller	depends on PCI && SPARC64
2421da177e4SLinus Torvalds	help
2431da177e4SLinus Torvalds	  Say Y here if you want the standard Speaker on Sparc PCI systems
2441da177e4SLinus Torvalds	  to be used for bells and whistles.
2451da177e4SLinus Torvalds
2461da177e4SLinus Torvalds	  If unsure, say Y.
2471da177e4SLinus Torvalds
2481da177e4SLinus Torvalds	  To compile this driver as a module, choose M here: the
2491da177e4SLinus Torvalds	  module will be called sparcspkr.
2501da177e4SLinus Torvalds
2511da177e4SLinus Torvaldsconfig INPUT_M68K_BEEP
2521da177e4SLinus Torvalds	tristate "M68k Beeper support"
2531da177e4SLinus Torvalds	depends on M68K
2541da177e4SLinus Torvalds
255229c15e9SMathieu Dubois-Briandconfig INPUT_MAX7360_ROTARY
256229c15e9SMathieu Dubois-Briand	tristate "Maxim MAX7360 Rotary Encoder"
257229c15e9SMathieu Dubois-Briand	depends on MFD_MAX7360
258229c15e9SMathieu Dubois-Briand	help
259229c15e9SMathieu Dubois-Briand	  If you say yes here you get support for the rotary encoder on the
260229c15e9SMathieu Dubois-Briand	  Maxim MAX7360 I/O Expander.
261229c15e9SMathieu Dubois-Briand
262229c15e9SMathieu Dubois-Briand	  To compile this driver as a module, choose M here: the module will be
263229c15e9SMathieu Dubois-Briand	  called max7360_rotary.
264229c15e9SMathieu Dubois-Briand
2651af2b76fSBartosz Golaszewskiconfig INPUT_MAX77650_ONKEY
2661af2b76fSBartosz Golaszewski	tristate "Maxim MAX77650 ONKEY support"
2671af2b76fSBartosz Golaszewski	depends on MFD_MAX77650
2681af2b76fSBartosz Golaszewski	help
2691af2b76fSBartosz Golaszewski	  Support the ONKEY of the MAX77650 PMIC as an input device.
2701af2b76fSBartosz Golaszewski
2711af2b76fSBartosz Golaszewski	  To compile this driver as a module, choose M here: the module
2721af2b76fSBartosz Golaszewski	  will be called max77650-onkey.
2731af2b76fSBartosz Golaszewski
274a3b3ca75SJaewon Kimconfig INPUT_MAX77693_HAPTIC
275eb79f3a5SDzmitry Sankouski	tristate "MAXIM MAX77693/MAX77705/MAX77843 haptic controller support"
276eb79f3a5SDzmitry Sankouski	depends on (MFD_MAX77693 || MFD_MAX77705 || MFD_MAX77843) && PWM
277a3b3ca75SJaewon Kim	select INPUT_FF_MEMLESS
278a3b3ca75SJaewon Kim	help
279a3b3ca75SJaewon Kim	  This option enables support for the haptic controller on
280eb79f3a5SDzmitry Sankouski	  MAXIM MAX77693, MAX77705 and MAX77843 chips.
281a3b3ca75SJaewon Kim
282a3b3ca75SJaewon Kim	  To compile this driver as module, choose M here: the
283a3b3ca75SJaewon Kim	  module will be called max77693-haptic.
284a3b3ca75SJaewon Kim
2853734574cSHaojian Zhuangconfig INPUT_MAX8925_ONKEY
2863734574cSHaojian Zhuang	tristate "MAX8925 ONKEY support"
2873734574cSHaojian Zhuang	depends on MFD_MAX8925
2883734574cSHaojian Zhuang	help
2893734574cSHaojian Zhuang	  Support the ONKEY of MAX8925 PMICs as an input device
2903734574cSHaojian Zhuang	  reporting power button status.
2913734574cSHaojian Zhuang
2923734574cSHaojian Zhuang	  To compile this driver as a module, choose M here: the module
2933734574cSHaojian Zhuang	  will be called max8925_onkey.
2943734574cSHaojian Zhuang
295104594b0SDonggeun Kimconfig INPUT_MAX8997_HAPTIC
296104594b0SDonggeun Kim	tristate "MAXIM MAX8997 haptic controller support"
297557fe99dSSascha Hauer	depends on PWM && MFD_MAX8997
298104594b0SDonggeun Kim	select INPUT_FF_MEMLESS
299104594b0SDonggeun Kim	help
300104594b0SDonggeun Kim	  This option enables device driver support for the haptic controller
301104594b0SDonggeun Kim	  on MAXIM MAX8997 chip. This driver supports ff-memless interface
302104594b0SDonggeun Kim	  from input framework.
303104594b0SDonggeun Kim
304104594b0SDonggeun Kim	  To compile this driver as module, choose M here: the
305104594b0SDonggeun Kim	  module will be called max8997-haptic.
306104594b0SDonggeun Kim
30730fc7ac3SPhilippe Rétornazconfig INPUT_MC13783_PWRBUTTON
30830fc7ac3SPhilippe Rétornaz	tristate "MC13783 ON buttons"
309e5a3da21SAlexander Shiyan	depends on MFD_MC13XXX
31030fc7ac3SPhilippe Rétornaz	help
31130fc7ac3SPhilippe Rétornaz	  Support the ON buttons of MC13783 PMIC as an input device
31230fc7ac3SPhilippe Rétornaz	  reporting power button status.
31330fc7ac3SPhilippe Rétornaz
31430fc7ac3SPhilippe Rétornaz	  To compile this driver as a module, choose M here: the module
31530fc7ac3SPhilippe Rétornaz	  will be called mc13783-pwrbutton.
31630fc7ac3SPhilippe Rétornaz
3173ead8b5dSEric Miaoconfig INPUT_MMA8450
3183ead8b5dSEric Miao	tristate "MMA8450 - Freescale's 3-Axis, 8/12-bit Digital Accelerometer"
3193ead8b5dSEric Miao	depends on I2C
3203ead8b5dSEric Miao	help
3213ead8b5dSEric Miao	  Say Y here if you want to support Freescale's MMA8450 Accelerometer
3223ead8b5dSEric Miao	  through I2C interface.
3233ead8b5dSEric Miao
3243ead8b5dSEric Miao	  To compile this driver as a module, choose M here: the
3253ead8b5dSEric Miao	  module will be called mma8450.
3263ead8b5dSEric Miao
32752fe0cdbSStephen Hemmingerconfig INPUT_APANEL
32852fe0cdbSStephen Hemminger	tristate "Fujitsu Lifebook Application Panel buttons"
32919131305SRandy Dunlap	depends on X86 && I2C && LEDS_CLASS
33052fe0cdbSStephen Hemminger	select CHECK_SIGNATURE
33152fe0cdbSStephen Hemminger	help
33252fe0cdbSStephen Hemminger	 Say Y here for support of the Application Panel buttons, used on
33352fe0cdbSStephen Hemminger	 Fujitsu Lifebook. These are attached to the mainboard through
33419131305SRandy Dunlap	 an SMBus interface managed by the I2C Intel ICH (i801) driver,
33519131305SRandy Dunlap	 which you should also build for this kernel.
33652fe0cdbSStephen Hemminger
33752fe0cdbSStephen Hemminger	 To compile this driver as a module, choose M here: the module will
33852fe0cdbSStephen Hemminger	 be called apanel.
33952fe0cdbSStephen Hemminger
340976358e2SAlexander Shiyanconfig INPUT_GPIO_BEEPER
341976358e2SAlexander Shiyan	tristate "Generic GPIO Beeper support"
3427d6548abSGeert Uytterhoeven	depends on GPIOLIB || COMPILE_TEST
343976358e2SAlexander Shiyan	help
344976358e2SAlexander Shiyan	  Say Y here if you have a beeper connected to a GPIO pin.
345976358e2SAlexander Shiyan
346976358e2SAlexander Shiyan	  To compile this driver as a module, choose M here: the
347976358e2SAlexander Shiyan	  module will be called gpio-beeper.
348976358e2SAlexander Shiyan
34969464161SVignesh Rconfig INPUT_GPIO_DECODER
35069464161SVignesh R	tristate "Polled GPIO Decoder Input driver"
35169464161SVignesh R	depends on GPIOLIB || COMPILE_TEST
35269464161SVignesh R	help
35369464161SVignesh R	 Say Y here if you want driver to read status of multiple GPIO
35469464161SVignesh R	 lines and report the encoded value as an absolute integer to
35569464161SVignesh R	 input subsystem.
35669464161SVignesh R
35769464161SVignesh R	 To compile this driver as a module, choose M here: the module
35869464161SVignesh R	 will be called gpio_decoder.
35969464161SVignesh R
36013bda2d0SLuca Weissconfig INPUT_GPIO_VIBRA
36113bda2d0SLuca Weiss	tristate "GPIO vibrator support"
36213bda2d0SLuca Weiss	depends on GPIOLIB || COMPILE_TEST
36313bda2d0SLuca Weiss	select INPUT_FF_MEMLESS
36413bda2d0SLuca Weiss	help
36513bda2d0SLuca Weiss	  Say Y here to get support for GPIO based vibrator devices.
36613bda2d0SLuca Weiss
36713bda2d0SLuca Weiss	  If unsure, say N.
36813bda2d0SLuca Weiss
36913bda2d0SLuca Weiss	  To compile this driver as a module, choose M here: the module will be
37013bda2d0SLuca Weiss	  called gpio-vibra.
37113bda2d0SLuca Weiss
372bebb8a2bSYoichi Yuasaconfig INPUT_COBALT_BTNS
373bebb8a2bSYoichi Yuasa	tristate "Cobalt button interface"
374bebb8a2bSYoichi Yuasa	depends on MIPS_COBALT
375bebb8a2bSYoichi Yuasa	help
376bebb8a2bSYoichi Yuasa	  Say Y here if you want to support MIPS Cobalt button interface.
377bebb8a2bSYoichi Yuasa
378bebb8a2bSYoichi Yuasa	  To compile this driver as a module, choose M here: the
379bebb8a2bSYoichi Yuasa	  module will be called cobalt_btns.
380bebb8a2bSYoichi Yuasa
3816d999718SSebastian Reichelconfig INPUT_CPCAP_PWRBUTTON
3826d999718SSebastian Reichel	tristate "CPCAP OnKey"
3836d999718SSebastian Reichel	depends on MFD_CPCAP
3846d999718SSebastian Reichel	help
3856d999718SSebastian Reichel	  Say Y here if you want to enable power key reporting via the
3866d999718SSebastian Reichel	  Motorola CPCAP chip.
3876d999718SSebastian Reichel
3886d999718SSebastian Reichel	  To compile this driver as a module, choose M here. The module will
3896d999718SSebastian Reichel	  be called cpcap-pwrbutton.
3906d999718SSebastian Reichel
3915fc14680SDmitry Torokhovconfig INPUT_WISTRON_BTNS
3925fc14680SDmitry Torokhov	tristate "x86 Wistron laptop button interface"
393b2b80d9dSRandy Dunlap	depends on X86_32 && !UML
394e97af4cbSDmitry Torokhov	select INPUT_SPARSEKMAP
395389679d8SEric Piel	select NEW_LEDS
396389679d8SEric Piel	select LEDS_CLASS
397928923c7SGeert Uytterhoeven	select CHECK_SIGNATURE
3985fc14680SDmitry Torokhov	help
39901dd2fbfSMatt LaPlante	  Say Y here for support of Wistron laptop button interfaces, used on
400389679d8SEric Piel	  laptops of various brands, including Acer and Fujitsu-Siemens. If
40101dd2fbfSMatt LaPlante	  available, mail and wifi LEDs will be controllable via /sys/class/leds.
4025fc14680SDmitry Torokhov
4035fc14680SDmitry Torokhov	  To compile this driver as a module, choose M here: the module will
4045fc14680SDmitry Torokhov	  be called wistron_btns.
4055fc14680SDmitry Torokhov
40631ea7ff0SJaya Kumarconfig INPUT_ATLAS_BTNS
40731ea7ff0SJaya Kumar	tristate "x86 Atlas button interface"
40831ea7ff0SJaya Kumar	depends on X86 && ACPI
40931ea7ff0SJaya Kumar	help
41031ea7ff0SJaya Kumar	  Say Y here for support of Atlas wallmount touchscreen buttons.
41131ea7ff0SJaya Kumar	  The events will show up as scancodes F1 through F9 via evdev.
41231ea7ff0SJaya Kumar
41331ea7ff0SJaya Kumar	  To compile this driver as a module, choose M here: the module will
41431ea7ff0SJaya Kumar	  be called atlas_btns.
41531ea7ff0SJaya Kumar
416ba0acb5eSDmitry Torokhovconfig INPUT_ATI_REMOTE2
417ba0acb5eSDmitry Torokhov	tristate "ATI / Philips USB RF remote control"
4187a86edefSAl Viro	depends on USB_ARCH_HAS_HCD
419ba0acb5eSDmitry Torokhov	select USB
420ba0acb5eSDmitry Torokhov	help
421ba0acb5eSDmitry Torokhov	  Say Y here if you want to use an ATI or Philips USB RF remote control.
422ba0acb5eSDmitry Torokhov	  These are RF remotes with USB receivers.
423ba0acb5eSDmitry Torokhov	  ATI Remote Wonder II comes with some ATI's All-In-Wonder video cards
424ba0acb5eSDmitry Torokhov	  and is also available as a separate product.
425ba0acb5eSDmitry Torokhov	  This driver provides mouse pointer, left and right mouse buttons,
426ba0acb5eSDmitry Torokhov	  and maps all the other remote buttons to keypress events.
427ba0acb5eSDmitry Torokhov
428ba0acb5eSDmitry Torokhov	  To compile this driver as a module, choose M here: the module will be
429ba0acb5eSDmitry Torokhov	  called ati_remote2.
430ba0acb5eSDmitry Torokhov
431ba0acb5eSDmitry Torokhovconfig INPUT_KEYSPAN_REMOTE
432e52278a3SKees Cook	tristate "Keyspan DMR USB remote control"
4337a86edefSAl Viro	depends on USB_ARCH_HAS_HCD
434ba0acb5eSDmitry Torokhov	select USB
435ba0acb5eSDmitry Torokhov	help
436ba0acb5eSDmitry Torokhov	  Say Y here if you want to use a Keyspan DMR USB remote control.
437ba0acb5eSDmitry Torokhov	  Currently only the UIA-11 type of receiver has been tested.  The tag
438ba0acb5eSDmitry Torokhov	  on the receiver that connects to the USB port should have a P/N that
439ba0acb5eSDmitry Torokhov	  will tell you what type of DMR you have.  The UIA-10 type is not
440ba0acb5eSDmitry Torokhov	  supported at this time.  This driver maps all buttons to keypress
441ba0acb5eSDmitry Torokhov	  events.
442ba0acb5eSDmitry Torokhov
443ba0acb5eSDmitry Torokhov	  To compile this driver as a module, choose M here: the module will
444ba0acb5eSDmitry Torokhov	  be called keyspan_remote.
445ba0acb5eSDmitry Torokhov
446e8e70d83SChris Hudsonconfig INPUT_KXTJ9
447e8e70d83SChris Hudson	tristate "Kionix KXTJ9 tri-axis digital accelerometer"
448e8e70d83SChris Hudson	depends on I2C
449e8e70d83SChris Hudson	help
450e8e70d83SChris Hudson	  Say Y here to enable support for the Kionix KXTJ9 digital tri-axis
451e8e70d83SChris Hudson	  accelerometer.
452e8e70d83SChris Hudson
453e8e70d83SChris Hudson	  To compile this driver as a module, choose M here: the module will
454e8e70d83SChris Hudson	  be called kxtj9.
455e8e70d83SChris Hudson
456ba0acb5eSDmitry Torokhovconfig INPUT_POWERMATE
457ba0acb5eSDmitry Torokhov	tristate "Griffin PowerMate and Contour Jog support"
4587a86edefSAl Viro	depends on USB_ARCH_HAS_HCD
459ba0acb5eSDmitry Torokhov	select USB
460ba0acb5eSDmitry Torokhov	help
461ba0acb5eSDmitry Torokhov	  Say Y here if you want to use Griffin PowerMate or Contour Jog devices.
462ba0acb5eSDmitry Torokhov	  These are aluminum dials which can measure clockwise and anticlockwise
463ba0acb5eSDmitry Torokhov	  rotation.  The dial also acts as a pushbutton.  The base contains an LED
464ba0acb5eSDmitry Torokhov	  which can be instructed to pulse or to switch to a particular intensity.
465ba0acb5eSDmitry Torokhov
466ba0acb5eSDmitry Torokhov	  You can download userspace tools from
467ba0acb5eSDmitry Torokhov	  <http://sowerbutts.com/powermate/>.
46801387959SAlessandro Zummo
46901387959SAlessandro Zummo	  To compile this driver as a module, choose M here: the
470ba0acb5eSDmitry Torokhov	  module will be called powermate.
471ba0acb5eSDmitry Torokhov
472ba0acb5eSDmitry Torokhovconfig INPUT_YEALINK
473ba0acb5eSDmitry Torokhov	tristate "Yealink usb-p1k voip phone"
4747a86edefSAl Viro	depends on USB_ARCH_HAS_HCD
475ba0acb5eSDmitry Torokhov	select USB
476ba0acb5eSDmitry Torokhov	help
477ba0acb5eSDmitry Torokhov	  Say Y here if you want to enable keyboard and LCD functions of the
478ba0acb5eSDmitry Torokhov	  Yealink usb-p1k usb phones. The audio part is enabled by the generic
479ba0acb5eSDmitry Torokhov	  usb sound driver, so you might want to enable that as well.
480ba0acb5eSDmitry Torokhov
481ba0acb5eSDmitry Torokhov	  For information about how to use these additional functions, see
4825fb94e9cSMauro Carvalho Chehab	  <file:Documentation/input/devices/yealink.rst>.
483ba0acb5eSDmitry Torokhov
484ba0acb5eSDmitry Torokhov	  To compile this driver as a module, choose M here: the module will be
485ba0acb5eSDmitry Torokhov	  called yealink.
48601387959SAlessandro Zummo
487c04148f9SAlfred E. Heggestadconfig INPUT_CM109
488c04148f9SAlfred E. Heggestad	tristate "C-Media CM109 USB I/O Controller"
489c04148f9SAlfred E. Heggestad	depends on USB_ARCH_HAS_HCD
490c04148f9SAlfred E. Heggestad	select USB
491c04148f9SAlfred E. Heggestad	help
492c04148f9SAlfred E. Heggestad	  Say Y here if you want to enable keyboard and buzzer functions of the
493c04148f9SAlfred E. Heggestad	  C-Media CM109 usb phones. The audio part is enabled by the generic
494c04148f9SAlfred E. Heggestad	  usb sound driver, so you might want to enable that as well.
495c04148f9SAlfred E. Heggestad
496c04148f9SAlfred E. Heggestad	  To compile this driver as a module, choose M here: the module will be
497c04148f9SAlfred E. Heggestad	  called cm109.
498c04148f9SAlfred E. Heggestad
499d64cb71bSJaewon Kimconfig INPUT_REGULATOR_HAPTIC
500d64cb71bSJaewon Kim	tristate "Regulator haptics support"
501d64cb71bSJaewon Kim	depends on REGULATOR
502d64cb71bSJaewon Kim	select INPUT_FF_MEMLESS
503d64cb71bSJaewon Kim	help
504d64cb71bSJaewon Kim	  This option enables device driver support for the haptic controlled
505d64cb71bSJaewon Kim	  by a regulator. This driver supports ff-memless interface
506d64cb71bSJaewon Kim	  from input framework.
507d64cb71bSJaewon Kim
508d64cb71bSJaewon Kim	  To compile this driver as a module, choose M here: the
509d64cb71bSJaewon Kim	  module will be called regulator-haptic.
510d64cb71bSJaewon Kim
511544a46c9SAaro Koskinenconfig INPUT_RETU_PWRBUTTON
512544a46c9SAaro Koskinen	tristate "Retu Power button Driver"
513544a46c9SAaro Koskinen	depends on MFD_RETU
514544a46c9SAaro Koskinen	help
515544a46c9SAaro Koskinen	  Say Y here if you want to enable power key reporting via the
516544a46c9SAaro Koskinen	  Retu chips found in Nokia Internet Tablets (770, N800, N810).
517544a46c9SAaro Koskinen
518544a46c9SAaro Koskinen	  To compile this driver as a module, choose M here. The module will
519544a46c9SAaro Koskinen	  be called retu-pwrbutton.
520544a46c9SAaro Koskinen
5215fafed3eSFelipe Balbiconfig INPUT_TPS65218_PWRBUTTON
5225fafed3eSFelipe Balbi	tristate "TPS65218 Power button driver"
523722dc546SMarcin Niestroj	depends on (MFD_TPS65217 || MFD_TPS65218)
5245fafed3eSFelipe Balbi	help
525b8af0b5bSZhuohua Li	  Say Y here if you want to enable power button reporting for
526722dc546SMarcin Niestroj	  TPS65217 and TPS65218 Power Management IC devices.
5275fafed3eSFelipe Balbi
5285fafed3eSFelipe Balbi	  To compile this driver as a module, choose M here. The module will
5295fafed3eSFelipe Balbi	  be called tps65218-pwrbutton.
5305fafed3eSFelipe Balbi
531c8cf6e23SMarkus Schneider-Pargmannconfig INPUT_TPS65219_PWRBUTTON
532c8cf6e23SMarkus Schneider-Pargmann	tristate "TPS65219 Power button driver"
533c8cf6e23SMarkus Schneider-Pargmann	depends on MFD_TPS65219
534c8cf6e23SMarkus Schneider-Pargmann	help
535c8cf6e23SMarkus Schneider-Pargmann	  Say Y here if you want to enable power button reporting for
536c8cf6e23SMarkus Schneider-Pargmann	  TPS65219 Power Management IC devices.
537c8cf6e23SMarkus Schneider-Pargmann
538c8cf6e23SMarkus Schneider-Pargmann	  To compile this driver as a module, choose M here. The module will
539c8cf6e23SMarkus Schneider-Pargmann	  be called tps65219-pwrbutton.
540c8cf6e23SMarkus Schneider-Pargmann
541170031ffSJob Savaconfig INPUT_TPS6594_PWRBUTTON
542170031ffSJob Sava	tristate "TPS6594 Power button driver"
543170031ffSJob Sava	depends on MFD_TPS6594
544170031ffSJob Sava	help
545170031ffSJob Sava	  Say Y here if you want to enable power button reporting for
546170031ffSJob Sava	  TPS6594 Power Management IC devices.
547170031ffSJob Sava
548170031ffSJob Sava	  To compile this driver as a module, choose M here. The module will
549170031ffSJob Sava	  be called tps6594-pwrbutton.
550170031ffSJob Sava
5515b6c26a9SCarlo Caioneconfig INPUT_AXP20X_PEK
5525b6c26a9SCarlo Caione	tristate "X-Powers AXP20X power button driver"
5535b6c26a9SCarlo Caione	depends on MFD_AXP20X
5545b6c26a9SCarlo Caione	help
5555b6c26a9SCarlo Caione	  Say Y here if you want to enable power key reporting via the
5565b6c26a9SCarlo Caione	  AXP20X PMIC.
5575b6c26a9SCarlo Caione
5585b6c26a9SCarlo Caione	  To compile this driver as a module, choose M here. The module will
5595b6c26a9SCarlo Caione	  be called axp20x-pek.
5605b6c26a9SCarlo Caione
5615b6c26a9SCarlo Caione
56268d8bf04SFelipe Balbiconfig INPUT_TWL4030_PWRBUTTON
56368d8bf04SFelipe Balbi	tristate "TWL4030 Power button Driver"
56468d8bf04SFelipe Balbi	depends on TWL4030_CORE
56568d8bf04SFelipe Balbi	help
56668d8bf04SFelipe Balbi	  Say Y here if you want to enable power key reporting via the
56768d8bf04SFelipe Balbi	  TWL4030 family of chips.
56868d8bf04SFelipe Balbi
56968d8bf04SFelipe Balbi	  To compile this driver as a module, choose M here. The module will
57068d8bf04SFelipe Balbi	  be called twl4030_pwrbutton.
57168d8bf04SFelipe Balbi
5723dd1b394SJari Vanhalaconfig INPUT_TWL4030_VIBRA
5733dd1b394SJari Vanhala	tristate "Support for TWL4030 Vibrator"
5743dd1b394SJari Vanhala	depends on TWL4030_CORE
57557fe7251SPeter Ujfalusi	select MFD_TWL4030_AUDIO
5763dd1b394SJari Vanhala	select INPUT_FF_MEMLESS
5773dd1b394SJari Vanhala	help
5783dd1b394SJari Vanhala	  This option enables support for TWL4030 Vibrator Driver.
5793dd1b394SJari Vanhala
5803dd1b394SJari Vanhala	  To compile this driver as a module, choose M here. The module will
5813dd1b394SJari Vanhala	  be called twl4030_vibra.
5823dd1b394SJari Vanhala
583cc697d38SMisael Lopez Cruzconfig INPUT_TWL6040_VIBRA
584cc697d38SMisael Lopez Cruz	tristate "Support for TWL6040 Vibrator"
5858eaeb939SPeter Ujfalusi	depends on TWL6040_CORE
586cc697d38SMisael Lopez Cruz	select INPUT_FF_MEMLESS
587cc697d38SMisael Lopez Cruz	help
588cc697d38SMisael Lopez Cruz	  This option enables support for TWL6040 Vibrator Driver.
589cc697d38SMisael Lopez Cruz
590cc697d38SMisael Lopez Cruz	  To compile this driver as a module, choose M here. The module will
591cc697d38SMisael Lopez Cruz	  be called twl6040_vibra.
592cc697d38SMisael Lopez Cruz
5931da177e4SLinus Torvaldsconfig INPUT_UINPUT
5941da177e4SLinus Torvalds	tristate "User level driver support"
5951da177e4SLinus Torvalds	help
5961da177e4SLinus Torvalds	  Say Y here if you want to support user level drivers for input
5971da177e4SLinus Torvalds	  subsystem accessible under char device 10:223 - /dev/input/uinput.
5981da177e4SLinus Torvalds
5991da177e4SLinus Torvalds	  To compile this driver as a module, choose M here: the
6001da177e4SLinus Torvalds	  module will be called uinput.
6011da177e4SLinus Torvalds
60248ad88b1SThomas Bogendoerferconfig INPUT_SGI_BTNS
60348ad88b1SThomas Bogendoerfer	tristate "SGI Indy/O2 volume button interface"
60448ad88b1SThomas Bogendoerfer	depends on SGI_IP22 || SGI_IP32
6053bee2a04SThomas Bogendoerfer	help
60648ad88b1SThomas Bogendoerfer	  Say Y here if you want to support SGI Indy/O2 volume button interface.
6073bee2a04SThomas Bogendoerfer
6083bee2a04SThomas Bogendoerfer	  To compile this driver as a module, choose M here: the
60948ad88b1SThomas Bogendoerfer	  module will be called sgi_btns.
6103bee2a04SThomas Bogendoerfer
6111da177e4SLinus Torvaldsconfig HP_SDC_RTC
6121da177e4SLinus Torvalds	tristate "HP SDC Real Time Clock"
613d061ebd5SAlexander Beregalov	depends on (GSC || HP300) && SERIO
6141da177e4SLinus Torvalds	select HP_SDC
6151da177e4SLinus Torvalds	help
6161da177e4SLinus Torvalds	  Say Y here if you want to support the built-in real time clock
6171da177e4SLinus Torvalds	  of the HP SDC controller.
6181da177e4SLinus Torvalds
619adff5962SNishanth Menonconfig INPUT_PALMAS_PWRBUTTON
620adff5962SNishanth Menon	tristate "Palmas Power button Driver"
621adff5962SNishanth Menon	depends on MFD_PALMAS
622adff5962SNishanth Menon	help
623adff5962SNishanth Menon	  Say Y here if you want to enable power key reporting via the
624adff5962SNishanth Menon	  Palmas family of PMICs.
625adff5962SNishanth Menon
626adff5962SNishanth Menon	  To compile this driver as a module, choose M here. The module will
627adff5962SNishanth Menon	  be called palmas_pwrbutton.
628adff5962SNishanth Menon
629b91c4be7SBryan Wuconfig INPUT_PCF8574
630b91c4be7SBryan Wu	tristate "PCF8574 Keypad input device"
631e52278a3SKees Cook	depends on I2C
632b91c4be7SBryan Wu	help
633393f9ffbSMasanari Iida	  Say Y here if you want to support a keypad connected via I2C
634b91c4be7SBryan Wu	  with a PCF8574.
635b91c4be7SBryan Wu
636b91c4be7SBryan Wu	  To compile this driver as a module, choose M here: the
637b91c4be7SBryan Wu	  module will be called pcf8574_keypad.
638b91c4be7SBryan Wu
639e22739d0SLars-Peter Clausenconfig INPUT_PWM_BEEPER
640e22739d0SLars-Peter Clausen	tristate "PWM beeper support"
641557fe99dSSascha Hauer	depends on PWM
642e22739d0SLars-Peter Clausen	help
643e22739d0SLars-Peter Clausen	  Say Y here to get support for PWM based beeper devices.
644e22739d0SLars-Peter Clausen
645e22739d0SLars-Peter Clausen	  If unsure, say N.
646e22739d0SLars-Peter Clausen
647e22739d0SLars-Peter Clausen	  To compile this driver as a module, choose M here: the module will be
648e22739d0SLars-Peter Clausen	  called pwm-beeper.
649e22739d0SLars-Peter Clausen
6503e5b0851SSebastian Reichelconfig INPUT_PWM_VIBRA
6513e5b0851SSebastian Reichel	tristate "PWM vibrator support"
6523e5b0851SSebastian Reichel	depends on PWM
6533e5b0851SSebastian Reichel	select INPUT_FF_MEMLESS
6543e5b0851SSebastian Reichel	help
6553e5b0851SSebastian Reichel	  Say Y here to get support for PWM based vibrator devices.
6563e5b0851SSebastian Reichel
6573e5b0851SSebastian Reichel	  If unsure, say N.
6583e5b0851SSebastian Reichel
6593e5b0851SSebastian Reichel	  To compile this driver as a module, choose M here: the module will be
6603e5b0851SSebastian Reichel	  called pwm-vibra.
6613e5b0851SSebastian Reichel
6625a35b85cSJoseph Chenconfig INPUT_RK805_PWRKEY
6635a35b85cSJoseph Chen	tristate "Rockchip RK805 PMIC power key support"
664c20e8c5bSSebastian Reichel	depends on MFD_RK8XX
6655a35b85cSJoseph Chen	help
6665a35b85cSJoseph Chen	  Select this option to enable power key driver for RK805.
6675a35b85cSJoseph Chen
6685a35b85cSJoseph Chen	  If unsure, say N.
6695a35b85cSJoseph Chen
6705a35b85cSJoseph Chen	  To compile this driver as a module, choose M here: the module will be
6715a35b85cSJoseph Chen	  called rk805_pwrkey.
6725a35b85cSJoseph Chen
67373969ff0SDaniel Mackconfig INPUT_GPIO_ROTARY_ENCODER
67473969ff0SDaniel Mack	tristate "Rotary encoders connected to GPIO pins"
6757d6548abSGeert Uytterhoeven	depends on GPIOLIB || COMPILE_TEST
67673969ff0SDaniel Mack	help
67773969ff0SDaniel Mack	  Say Y here to add support for rotary encoders connected to GPIO lines.
6785fb94e9cSMauro Carvalho Chehab	  Check file:Documentation/input/devices/rotary-encoder.rst for more
67973969ff0SDaniel Mack	  information.
68073969ff0SDaniel Mack
68173969ff0SDaniel Mack	  To compile this driver as a module, choose M here: the
68273969ff0SDaniel Mack	  module will be called rotary_encoder.
68373969ff0SDaniel Mack
684d9bdffd2SPhil Sutterconfig INPUT_RB532_BUTTON
685d9bdffd2SPhil Sutter	tristate "Mikrotik Routerboard 532 button interface"
686d9bdffd2SPhil Sutter	depends on MIKROTIK_RB532
68776ec9d18SAlexandre Courbot	depends on GPIOLIB
688d9bdffd2SPhil Sutter	help
689d9bdffd2SPhil Sutter	  Say Y here if you want support for the S1 button built into
690d9bdffd2SPhil Sutter	  Mikrotik's Routerboard 532.
691d9bdffd2SPhil Sutter
692d9bdffd2SPhil Sutter	  To compile this driver as a module, choose M here: the
693d9bdffd2SPhil Sutter	  module will be called rb532_button.
694d9bdffd2SPhil Sutter
695cd3f6098SRoy Imconfig INPUT_DA7280_HAPTICS
696cd3f6098SRoy Im	tristate "Dialog Semiconductor DA7280 haptics support"
697cd3f6098SRoy Im	depends on INPUT && I2C
698cd3f6098SRoy Im	select REGMAP_I2C
699cd3f6098SRoy Im	help
700cd3f6098SRoy Im	  Say Y to enable support for the Dialog DA7280 haptics driver.
701cd3f6098SRoy Im	  The haptics can be controlled by PWM or GPIO
702cd3f6098SRoy Im	  with I2C communication.
703cd3f6098SRoy Im
704cd3f6098SRoy Im	  To compile this driver as a module, choose M here: the
705cd3f6098SRoy Im	  module will be called da7280.
706cd3f6098SRoy Im
707f0c5f65bSAshish Jangamconfig INPUT_DA9052_ONKEY
708f0c5f65bSAshish Jangam	tristate "Dialog DA9052/DA9053 Onkey"
709f0c5f65bSAshish Jangam	depends on PMIC_DA9052
710f0c5f65bSAshish Jangam	help
711f0c5f65bSAshish Jangam	  Support the ONKEY of Dialog DA9052 PMICs as an input device
712f0c5f65bSAshish Jangam	  reporting power button status.
713f0c5f65bSAshish Jangam
714f0c5f65bSAshish Jangam	  To compile this driver as a module, choose M here: the
715f0c5f65bSAshish Jangam	  module will be called da9052_onkey.
716f0c5f65bSAshish Jangam
7178ed2757eSAshish Jangamconfig INPUT_DA9055_ONKEY
7188ed2757eSAshish Jangam	tristate "Dialog Semiconductor DA9055 ONKEY"
7198ed2757eSAshish Jangam	depends on MFD_DA9055
7208ed2757eSAshish Jangam	help
7218ed2757eSAshish Jangam	  Support the ONKEY of DA9055 PMICs as an input device
7228ed2757eSAshish Jangam	  reporting power button status.
7238ed2757eSAshish Jangam
7248ed2757eSAshish Jangam	  To compile this driver as a module, choose M here: the module
7258ed2757eSAshish Jangam	  will be called da9055_onkey.
7268ed2757eSAshish Jangam
7275179f0ceSSteve Twissconfig INPUT_DA9063_ONKEY
72804d7ad83SSteve Twiss	tristate "Dialog DA9063/62/61 OnKey"
729a27b5e0aSS Twiss	depends on MFD_DA9063 || MFD_DA9062
7305179f0ceSSteve Twiss	help
73104d7ad83SSteve Twiss	  Support the ONKEY of Dialog DA9063, DA9062 and DA9061 Power
73204d7ad83SSteve Twiss	  Management ICs as an input device capable of reporting the
73304d7ad83SSteve Twiss	  power button status.
7345179f0ceSSteve Twiss
7355179f0ceSSteve Twiss	  To compile this driver as a module, choose M here: the module
7365179f0ceSSteve Twiss	  will be called da9063_onkey.
7375179f0ceSSteve Twiss
7380c73b992SMark Brownconfig INPUT_WM831X_ON
7390c73b992SMark Brown	tristate "WM831X ON pin"
7400c73b992SMark Brown	depends on MFD_WM831X
7410c73b992SMark Brown	help
7420c73b992SMark Brown	  Support the ON pin of WM831X PMICs as an input device
7430c73b992SMark Brown	  reporting power button status.
7440c73b992SMark Brown
7450c73b992SMark Brown	  To compile this driver as a module, choose M here: the module
7460c73b992SMark Brown	  will be called wm831x_on.
7470c73b992SMark Brown
748d0a82132SDaniel Ribeiroconfig INPUT_PCAP
749d0a82132SDaniel Ribeiro	tristate "Motorola EZX PCAP misc input events"
750d0a82132SDaniel Ribeiro	depends on EZX_PCAP
751d0a82132SDaniel Ribeiro	help
752d0a82132SDaniel Ribeiro	  Say Y here if you want to use Power key and Headphone button
753d0a82132SDaniel Ribeiro	  on Motorola EZX phones.
754d0a82132SDaniel Ribeiro
755d0a82132SDaniel Ribeiro	  To compile this driver as a module, choose M here: the
756d0a82132SDaniel Ribeiro	  module will be called pcap_keys.
757d0a82132SDaniel Ribeiro
758e27c7292SMichael Hennerichconfig INPUT_ADXL34X
759e27c7292SMichael Hennerich	tristate "Analog Devices ADXL34x Three-Axis Digital Accelerometer"
760e27c7292SMichael Hennerich	default n
761e27c7292SMichael Hennerich	help
762e27c7292SMichael Hennerich	  Say Y here if you have a Accelerometer interface using the
763e27c7292SMichael Hennerich	  ADXL345/6 controller, and your board-specific initialization
764e27c7292SMichael Hennerich	  code includes that in its table of devices.
765e27c7292SMichael Hennerich
766e27c7292SMichael Hennerich	  This driver can use either I2C or SPI communication to the
767e27c7292SMichael Hennerich	  ADXL345/6 controller.  Select the appropriate method for
768e27c7292SMichael Hennerich	  your system.
769e27c7292SMichael Hennerich
770e27c7292SMichael Hennerich	  If unsure, say N (but it's safe to say "Y").
771e27c7292SMichael Hennerich
772e27c7292SMichael Hennerich	  To compile this driver as a module, choose M here: the
773e27c7292SMichael Hennerich	  module will be called adxl34x.
774e27c7292SMichael Hennerich
775e27c7292SMichael Hennerichconfig INPUT_ADXL34X_I2C
776e27c7292SMichael Hennerich	tristate "support I2C bus connection"
777e27c7292SMichael Hennerich	depends on INPUT_ADXL34X && I2C
778e27c7292SMichael Hennerich	default y
779e27c7292SMichael Hennerich	help
780e27c7292SMichael Hennerich	  Say Y here if you have ADXL345/6 hooked to an I2C bus.
781e27c7292SMichael Hennerich
782e27c7292SMichael Hennerich	  To compile this driver as a module, choose M here: the
783e27c7292SMichael Hennerich	  module will be called adxl34x-i2c.
784e27c7292SMichael Hennerich
785e27c7292SMichael Hennerichconfig INPUT_ADXL34X_SPI
786e27c7292SMichael Hennerich	tristate "support SPI bus connection"
787e27c7292SMichael Hennerich	depends on INPUT_ADXL34X && SPI
788e27c7292SMichael Hennerich	default y
789e27c7292SMichael Hennerich	help
790e27c7292SMichael Hennerich	  Say Y here if you have ADXL345/6 hooked to a SPI bus.
791e27c7292SMichael Hennerich
792e27c7292SMichael Hennerich	  To compile this driver as a module, choose M here: the
793e27c7292SMichael Hennerich	  module will be called adxl34x-spi.
794e27c7292SMichael Hennerich
7952e6f34faSEddie Jamesconfig INPUT_IBM_PANEL
7962e6f34faSEddie James	tristate "IBM Operation Panel driver"
7972e6f34faSEddie James	depends on I2C && I2C_SLAVE
7982e6f34faSEddie James	help
7992e6f34faSEddie James	  Say Y here if you have an IBM Operation Panel connected to your system
8002e6f34faSEddie James	  over I2C. The panel is typically connected only to a system's service
8012e6f34faSEddie James	  processor (BMC).
8022e6f34faSEddie James
8032e6f34faSEddie James	  If unsure, say N.
8042e6f34faSEddie James
8052e6f34faSEddie James	  The Operation Panel is a controller with some buttons and an LCD
8062e6f34faSEddie James	  display that allows someone with physical access to the system to
8072e6f34faSEddie James	  perform various administrative tasks. This driver only supports the part
8082e6f34faSEddie James	  of the controller that sends commands to the system.
8092e6f34faSEddie James
8102e6f34faSEddie James	  To compile this driver as a module, choose M here: the module will be
8112e6f34faSEddie James	  called ibm-panel.
8122e6f34faSEddie James
813628329d5SDmitry Torokhovconfig INPUT_IMS_PCU
814628329d5SDmitry Torokhov	tristate "IMS Passenger Control Unit driver"
815628329d5SDmitry Torokhov	depends on USB
816628329d5SDmitry Torokhov	depends on LEDS_CLASS
817628329d5SDmitry Torokhov	help
818628329d5SDmitry Torokhov	  Say Y here if you have system with IMS Rave Passenger Control Unit.
819628329d5SDmitry Torokhov
820628329d5SDmitry Torokhov	  To compile this driver as a module, choose M here: the module will be
821628329d5SDmitry Torokhov	  called ims_pcu.
822628329d5SDmitry Torokhov
82304e49867SJeff LaBundyconfig INPUT_IQS269A
82404e49867SJeff LaBundy	tristate "Azoteq IQS269A capacitive touch controller"
825d0ac7079SJeff LaBundy	depends on I2C
82604e49867SJeff LaBundy	select REGMAP_I2C
82704e49867SJeff LaBundy	help
82804e49867SJeff LaBundy	  Say Y to enable support for the Azoteq IQS269A capacitive
82904e49867SJeff LaBundy	  touch controller.
83004e49867SJeff LaBundy
83104e49867SJeff LaBundy	  To compile this driver as a module, choose M here: the
83204e49867SJeff LaBundy	  module will be called iqs269a.
83304e49867SJeff LaBundy
834f1d2809dSJeff LaBundyconfig INPUT_IQS626A
835f1d2809dSJeff LaBundy	tristate "Azoteq IQS626A capacitive touch controller"
836f1d2809dSJeff LaBundy	depends on I2C
837f1d2809dSJeff LaBundy	select REGMAP_I2C
838f1d2809dSJeff LaBundy	help
839f1d2809dSJeff LaBundy	  Say Y to enable support for the Azoteq IQS626A capacitive
840f1d2809dSJeff LaBundy	  touch controller.
841f1d2809dSJeff LaBundy
842f1d2809dSJeff LaBundy	  To compile this driver as a module, choose M here: the
843f1d2809dSJeff LaBundy	  module will be called iqs626a.
844f1d2809dSJeff LaBundy
845e505edaeSJeff LaBundyconfig INPUT_IQS7222
846dd24e202SJeff LaBundy	tristate "Azoteq IQS7222A/B/C/D capacitive touch controller"
847e505edaeSJeff LaBundy	depends on I2C
848e505edaeSJeff LaBundy	help
849dd24e202SJeff LaBundy	  Say Y to enable support for the Azoteq IQS7222A/B/C/D family
850e505edaeSJeff LaBundy	  of capacitive touch controllers.
851e505edaeSJeff LaBundy
852e505edaeSJeff LaBundy	  To compile this driver as a module, choose M here: the
853e505edaeSJeff LaBundy	  module will be called iqs7222.
854e505edaeSJeff LaBundy
855b029ffafSHemanth Vconfig INPUT_CMA3000
856b029ffafSHemanth V	tristate "VTI CMA3000 Tri-axis accelerometer"
857b029ffafSHemanth V	help
858b029ffafSHemanth V	  Say Y here if you want to use VTI CMA3000_D0x Accelerometer
859b029ffafSHemanth V	  driver
860b029ffafSHemanth V
861b029ffafSHemanth V	  This driver currently only supports I2C interface to the
862b029ffafSHemanth V	  controller. Also select the I2C method.
863b029ffafSHemanth V
864b029ffafSHemanth V	  If unsure, say N
865b029ffafSHemanth V
866b029ffafSHemanth V	  To compile this driver as a module, choose M here: the
867b029ffafSHemanth V	  module will be called cma3000_d0x.
868b029ffafSHemanth V
869b029ffafSHemanth Vconfig INPUT_CMA3000_I2C
870b029ffafSHemanth V	tristate "Support I2C bus connection"
871b029ffafSHemanth V	depends on INPUT_CMA3000 && I2C
872b029ffafSHemanth V	help
873b029ffafSHemanth V	  Say Y here if you want to use VTI CMA3000_D0x Accelerometer
874b029ffafSHemanth V	  through I2C interface.
875b029ffafSHemanth V
876b029ffafSHemanth V	  To compile this driver as a module, choose M here: the
877b029ffafSHemanth V	  module will be called cma3000_d0x_i2c.
878b029ffafSHemanth V
87949851ca0SDmitry Torokhovconfig INPUT_XEN_KBDDEV_FRONTEND
88049851ca0SDmitry Torokhov	tristate "Xen virtual keyboard and mouse support"
8814bc25af7SAndrew Jones	depends on XEN
88249851ca0SDmitry Torokhov	default y
88349851ca0SDmitry Torokhov	select XEN_XENBUS_FRONTEND
88449851ca0SDmitry Torokhov	help
88549851ca0SDmitry Torokhov	  This driver implements the front-end of the Xen virtual
88649851ca0SDmitry Torokhov	  keyboard and mouse device driver.  It communicates with a back-end
88749851ca0SDmitry Torokhov	  in another domain.
88849851ca0SDmitry Torokhov
88949851ca0SDmitry Torokhov	  To compile this driver as a module, choose M here: the
89049851ca0SDmitry Torokhov	  module will be called xen-kbdfront.
89149851ca0SDmitry Torokhov
8921ea4c161SAndrey Moiseevconfig INPUT_IDEAPAD_SLIDEBAR
8931ea4c161SAndrey Moiseev	tristate "IdeaPad Laptop Slidebar"
8941ea4c161SAndrey Moiseev	depends on INPUT
8951ea4c161SAndrey Moiseev	depends on SERIO_I8042
8961ea4c161SAndrey Moiseev	help
8971ea4c161SAndrey Moiseev	  Say Y here if you have an IdeaPad laptop with a slidebar.
8981ea4c161SAndrey Moiseev
8991ea4c161SAndrey Moiseev	  To compile this driver as a module, choose M here: the
9001ea4c161SAndrey Moiseev	  module will be called ideapad_slidebar.
9011ea4c161SAndrey Moiseev
90261cd4822SLejun Zhuconfig INPUT_SOC_BUTTON_ARRAY
90361cd4822SLejun Zhu	tristate "Windows-compatible SoC Button Array"
904c3941593SMaximilian Luz	depends on KEYBOARD_GPIO && ACPI
90561cd4822SLejun Zhu	help
906c3941593SMaximilian Luz	  Say Y here if you have a SoC-based tablet that originally runs
907c3941593SMaximilian Luz	  Windows 8 or a Microsoft Surface Book 2, Pro 5, Laptop 1 or later.
90861cd4822SLejun Zhu
90961cd4822SLejun Zhu	  To compile this driver as a module, choose M here: the
91061cd4822SLejun Zhu	  module will be called soc_button_array.
91161cd4822SLejun Zhu
9127132fe4fSDan Murphyconfig INPUT_DRV260X_HAPTICS
9137132fe4fSDan Murphy	tristate "TI DRV260X haptics support"
9147d6548abSGeert Uytterhoeven	depends on INPUT && I2C
9157d6548abSGeert Uytterhoeven	depends on GPIOLIB || COMPILE_TEST
9167132fe4fSDan Murphy	select INPUT_FF_MEMLESS
9177132fe4fSDan Murphy	select REGMAP_I2C
9187132fe4fSDan Murphy	help
9197132fe4fSDan Murphy	  Say Y to enable support for the TI DRV260X haptics driver.
9207132fe4fSDan Murphy
9217132fe4fSDan Murphy	  To compile this driver as a module, choose M here: the
9227132fe4fSDan Murphy	  module will be called drv260x-haptics.
9237132fe4fSDan Murphy
9244d10da13SDan Murphyconfig INPUT_DRV2665_HAPTICS
9254d10da13SDan Murphy	tristate "TI DRV2665 haptics support"
9264d10da13SDan Murphy	depends on INPUT && I2C
9274d10da13SDan Murphy	select INPUT_FF_MEMLESS
9284d10da13SDan Murphy	select REGMAP_I2C
9294d10da13SDan Murphy	help
9304d10da13SDan Murphy	  Say Y to enable support for the TI DRV2665 haptics driver.
9314d10da13SDan Murphy
9324d10da13SDan Murphy	  To compile this driver as a module, choose M here: the
9334d10da13SDan Murphy	  module will be called drv2665-haptics.
9344d10da13SDan Murphy
9351c246225SDan Murphyconfig INPUT_DRV2667_HAPTICS
9361c246225SDan Murphy	tristate "TI DRV2667 haptics support"
9371c246225SDan Murphy	depends on INPUT && I2C
9381c246225SDan Murphy	select INPUT_FF_MEMLESS
9391c246225SDan Murphy	select REGMAP_I2C
9401c246225SDan Murphy	help
9411c246225SDan Murphy	  Say Y to enable support for the TI DRV2667 haptics driver.
9421c246225SDan Murphy
9431c246225SDan Murphy	  To compile this driver as a module, choose M here: the
944c857ea9eSDan Murphy	  module will be called drv2667-haptics.
9451c246225SDan Murphy
946fcd6eb50SJorge Ramirez-Ortizconfig INPUT_HISI_POWERKEY
947fcd6eb50SJorge Ramirez-Ortiz	tristate "Hisilicon PMIC ONKEY support"
948fcd6eb50SJorge Ramirez-Ortiz	depends on ARCH_HISI || COMPILE_TEST
949fcd6eb50SJorge Ramirez-Ortiz	help
950fcd6eb50SJorge Ramirez-Ortiz	  Say Y to enable support for PMIC ONKEY.
951fcd6eb50SJorge Ramirez-Ortiz
952fcd6eb50SJorge Ramirez-Ortiz	  To compile this driver as a module, choose M here: the
953fcd6eb50SJorge Ramirez-Ortiz	  module will be called hisi_powerkey.
954fcd6eb50SJorge Ramirez-Ortiz
955bb7e3611SHeiko Stuebnerconfig INPUT_QNAP_MCU
956bb7e3611SHeiko Stuebner	tristate "Input Support for QNAP MCU controllers"
957bb7e3611SHeiko Stuebner	depends on MFD_QNAP_MCU
958bb7e3611SHeiko Stuebner	help
959bb7e3611SHeiko Stuebner	  This option enables support for input elements available on
960bb7e3611SHeiko Stuebner	  embedded controllers used in QNAP NAS devices.
961bb7e3611SHeiko Stuebner
962bb7e3611SHeiko Stuebner	  This includes a polled power-button as well as a beeper.
963bb7e3611SHeiko Stuebner
964bb7e3611SHeiko Stuebner	  To compile this driver as a module, choose M here: the
965bb7e3611SHeiko Stuebner	  module will be called qnap-mcu-input.
966bb7e3611SHeiko Stuebner
96762f0f079SAndrey Smirnovconfig INPUT_RAVE_SP_PWRBUTTON
96862f0f079SAndrey Smirnov	tristate "RAVE SP Power button Driver"
96962f0f079SAndrey Smirnov	depends on RAVE_SP_CORE
97062f0f079SAndrey Smirnov	help
97162f0f079SAndrey Smirnov	  Say Y here if you want to enable power key reporting from RAVE SP
97262f0f079SAndrey Smirnov
97362f0f079SAndrey Smirnov	  To compile this driver as a module, choose M here: the
97462f0f079SAndrey Smirnov	  module will be called rave-sp-pwrbutton.
97562f0f079SAndrey Smirnov
97645615a9bSXiaotong Luconfig INPUT_SC27XX_VIBRA
97745615a9bSXiaotong Lu	tristate "Spreadtrum sc27xx vibrator support"
97845615a9bSXiaotong Lu	depends on MFD_SC27XX_PMIC || COMPILE_TEST
97945615a9bSXiaotong Lu	select INPUT_FF_MEMLESS
98045615a9bSXiaotong Lu	help
98145615a9bSXiaotong Lu	  This option enables support for Spreadtrum sc27xx vibrator driver.
98245615a9bSXiaotong Lu
98345615a9bSXiaotong Lu	  To compile this driver as a module, choose M here. The module will
98445615a9bSXiaotong Lu	  be called sc27xx_vibra.
98545615a9bSXiaotong Lu
986ed3d5bd2SChiYuan Huangconfig INPUT_RT5120_PWRKEY
987ed3d5bd2SChiYuan Huang	tristate "RT5120 PMIC power key support"
988ed3d5bd2SChiYuan Huang	depends on MFD_RT5120 || COMPILE_TEST
989ed3d5bd2SChiYuan Huang	help
990ed3d5bd2SChiYuan Huang	  This enables support for RT5120 PMIC power key driver.
991ed3d5bd2SChiYuan Huang
992ed3d5bd2SChiYuan Huang	  To compile this driver as a module, choose M here. the module will
993ed3d5bd2SChiYuan Huang	  be called rt5120-pwrkey.
994ed3d5bd2SChiYuan Huang
9959eb9cc93SPascal PAILLET-LMEconfig INPUT_STPMIC1_ONKEY
9969eb9cc93SPascal PAILLET-LME	tristate "STPMIC1 PMIC Onkey support"
9979eb9cc93SPascal PAILLET-LME	depends on MFD_STPMIC1
9989eb9cc93SPascal PAILLET-LME	help
9999eb9cc93SPascal PAILLET-LME	  Say Y to enable support of onkey embedded into STPMIC1 PMIC. onkey
10009eb9cc93SPascal PAILLET-LME	  can be used to wakeup from low power modes and force a shut-down on
10019eb9cc93SPascal PAILLET-LME	  long press.
10029eb9cc93SPascal PAILLET-LME
10039eb9cc93SPascal PAILLET-LME	  To compile this driver as a module, choose M here: the
10049eb9cc93SPascal PAILLET-LME	  module will be called stpmic1_onkey.
10059eb9cc93SPascal PAILLET-LME
10061da177e4SLinus Torvaldsendif
1007