xref: /openbmc/linux/drivers/input/misc/Kconfig (revision ec8f24b7)
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
3677686517SSundar R Iyerconfig INPUT_AB8500_PONKEY
3777686517SSundar R Iyer	tristate "AB8500 Pon (PowerOn) Key"
3877686517SSundar R Iyer	depends on AB8500_CORE
3977686517SSundar R Iyer	help
4077686517SSundar R Iyer	  Say Y here to use the PowerOn Key for ST-Ericsson's AB8500
4177686517SSundar R Iyer	  Mix-Sig PMIC.
4277686517SSundar R Iyer
4377686517SSundar R Iyer	  To compile this driver as a module, choose M here: the module
4477686517SSundar R Iyer	  will be called ab8500-ponkey.
4577686517SSundar R Iyer
4631a62963SBryan Wuconfig INPUT_AD714X
4731a62963SBryan Wu	tristate "Analog Devices AD714x Capacitance Touch Sensor"
4831a62963SBryan Wu	help
496c04d7b3SBarry Song	  Say Y here if you want to support an AD7142/3/7/8/7A touch sensor.
5031a62963SBryan Wu
5131a62963SBryan Wu	  You should select a bus connection too.
5231a62963SBryan Wu
5331a62963SBryan Wu	  To compile this driver as a module, choose M here: the
5431a62963SBryan Wu	  module will be called ad714x.
5531a62963SBryan Wu
5631a62963SBryan Wuconfig INPUT_AD714X_I2C
5731a62963SBryan Wu	tristate "support I2C bus connection"
5831a62963SBryan Wu	depends on INPUT_AD714X && I2C
5931a62963SBryan Wu	default y
6031a62963SBryan Wu	help
6131a62963SBryan Wu	  Say Y here if you have AD7142/AD7147 hooked to an I2C bus.
6231a62963SBryan Wu
6331a62963SBryan Wu	  To compile this driver as a module, choose M here: the
6431a62963SBryan Wu	  module will be called ad714x-i2c.
6531a62963SBryan Wu
6631a62963SBryan Wuconfig INPUT_AD714X_SPI
6731a62963SBryan Wu	tristate "support SPI bus connection"
6831a62963SBryan Wu	depends on INPUT_AD714X && SPI
6931a62963SBryan Wu	default y
7031a62963SBryan Wu	help
7131a62963SBryan Wu	  Say Y here if you have AD7142/AD7147 hooked to a SPI bus.
7231a62963SBryan Wu
7331a62963SBryan Wu	  To compile this driver as a module, choose M here: the
7431a62963SBryan Wu	  module will be called ad714x-spi.
7531a62963SBryan Wu
769dd555e2SMark Brownconfig INPUT_ARIZONA_HAPTICS
779dd555e2SMark Brown	tristate "Arizona haptics support"
789dd555e2SMark Brown	depends on MFD_ARIZONA && SND_SOC
799dd555e2SMark Brown	select INPUT_FF_MEMLESS
809dd555e2SMark Brown	help
819dd555e2SMark Brown	  Say Y to enable support for the haptics module in Arizona CODECs.
829dd555e2SMark Brown
839dd555e2SMark Brown	  To compile this driver as a module, choose M here: the
849dd555e2SMark Brown	  module will be called arizona-haptics.
859dd555e2SMark Brown
86b06d43f7SDaniel Hung-yu Wuconfig INPUT_ATMEL_CAPTOUCH
87b06d43f7SDaniel Hung-yu Wu	tristate "Atmel Capacitive Touch Button Driver"
88b06d43f7SDaniel Hung-yu Wu	depends on OF || COMPILE_TEST
8914f935f9SArnd Bergmann	depends on I2C
90b06d43f7SDaniel Hung-yu Wu	help
91b06d43f7SDaniel Hung-yu Wu	  Say Y here if an Atmel Capacitive Touch Button device which
92b06d43f7SDaniel Hung-yu Wu	  implements "captouch" protocol is connected to I2C bus. Typically
93b06d43f7SDaniel Hung-yu Wu	  this device consists of Atmel Touch sensor controlled by AtMegaXX
94b06d43f7SDaniel Hung-yu Wu	  MCU running firmware based on Qtouch library.
95b06d43f7SDaniel Hung-yu Wu	  One should find "atmel,captouch" node in the board specific DTS.
96b06d43f7SDaniel Hung-yu Wu
97b06d43f7SDaniel Hung-yu Wu	  To compile this driver as a module, choose M here: the
98b06d43f7SDaniel Hung-yu Wu	  module will be called atmel_captouch.
99b06d43f7SDaniel Hung-yu Wu
100c17ca3f5SEric Anderssonconfig INPUT_BMA150
101c17ca3f5SEric Andersson	tristate "BMA150/SMB380 acceleration sensor support"
102c17ca3f5SEric Andersson	depends on I2C
103c17ca3f5SEric Andersson	select INPUT_POLLDEV
104c17ca3f5SEric Andersson	help
105c17ca3f5SEric Andersson	  Say Y here if you have Bosch Sensortec's BMA150 or SMB380
106c17ca3f5SEric Andersson	  acceleration sensor hooked to an I2C bus.
107c17ca3f5SEric Andersson
108c17ca3f5SEric Andersson	  To compile this driver as a module, choose M here: the
109c17ca3f5SEric Andersson	  module will be called bma150.
110c17ca3f5SEric Andersson
111846a7fc8SMoritz Fischerconfig INPUT_E3X0_BUTTON
11205f216ddSMoritz Fischer	tristate "NI Ettus Research USRP E3xx Button support."
113846a7fc8SMoritz Fischer	default n
114846a7fc8SMoritz Fischer	help
115846a7fc8SMoritz Fischer	  Say Y here to enable support for the NI Ettus Research
11605f216ddSMoritz Fischer	  USRP E3xx Button.
117846a7fc8SMoritz Fischer
118846a7fc8SMoritz Fischer	  To compile this driver as a module, choose M here: the
119846a7fc8SMoritz Fischer	  module will be called e3x0_button.
120846a7fc8SMoritz Fischer
1210f681d09SBrian Masneyconfig INPUT_MSM_VIBRATOR
1220f681d09SBrian Masney	tristate "Qualcomm MSM vibrator driver"
1230f681d09SBrian Masney	select INPUT_FF_MEMLESS
1240f681d09SBrian Masney	help
1250f681d09SBrian Masney	  Support for the vibrator that is found on various Qualcomm MSM
1260f681d09SBrian Masney	  SOCs.
1270f681d09SBrian Masney
1280f681d09SBrian Masney	  To compile this driver as a module, choose M here: the module
1290f681d09SBrian Masney	  will be called msm_vibrator.
1300f681d09SBrian Masney
1311da177e4SLinus Torvaldsconfig INPUT_PCSPKR
1321da177e4SLinus Torvalds	tristate "PC Speaker support"
133e5e1d3cbSStas Sergeev	depends on PCSPKR_PLATFORM
1341da177e4SLinus Torvalds	help
1351da177e4SLinus Torvalds	  Say Y here if you want the standard PC Speaker to be used for
1361da177e4SLinus Torvalds	  bells and whistles.
1371da177e4SLinus Torvalds
1381da177e4SLinus Torvalds	  If unsure, say Y.
1391da177e4SLinus Torvalds
1401da177e4SLinus Torvalds	  To compile this driver as a module, choose M here: the
1411da177e4SLinus Torvalds	  module will be called pcspkr.
1421da177e4SLinus Torvalds
14368c581d5SCourtney Cavinconfig INPUT_PM8941_PWRKEY
14468c581d5SCourtney Cavin	tristate "Qualcomm PM8941 power key support"
14568c581d5SCourtney Cavin	depends on MFD_SPMI_PMIC
14668c581d5SCourtney Cavin	help
14768c581d5SCourtney Cavin	  Say Y here if you want support for the power key usually found
14868c581d5SCourtney Cavin	  on boards using a Qualcomm PM8941 compatible PMIC.
14968c581d5SCourtney Cavin
15068c581d5SCourtney Cavin	  If unsure, say Y.
15168c581d5SCourtney Cavin
15268c581d5SCourtney Cavin	  To compile this driver as a module, choose M here: the module
15368c581d5SCourtney Cavin	  will be called pm8941-pwrkey.
15468c581d5SCourtney Cavin
15511205bb6SAmy Malocheconfig INPUT_PM8XXX_VIBRATOR
15611205bb6SAmy Maloche	tristate "Qualcomm PM8XXX vibrator support"
157792ad668SDamien Riegel	depends on MFD_PM8XXX || MFD_SPMI_PMIC
15811205bb6SAmy Maloche	select INPUT_FF_MEMLESS
15911205bb6SAmy Maloche	help
16011205bb6SAmy Maloche	  This option enables device driver support for the vibrator
16111205bb6SAmy Maloche	  on Qualcomm PM8xxx chip. This driver supports ff-memless interface
16211205bb6SAmy Maloche	  from input framework.
16311205bb6SAmy Maloche
16411205bb6SAmy Maloche	  To compile this driver as module, choose M here: the
16511205bb6SAmy Maloche	  module will be called pm8xxx-vibrator.
16611205bb6SAmy Maloche
16711205bb6SAmy Malocheconfig INPUT_PMIC8XXX_PWRKEY
16811205bb6SAmy Maloche	tristate "PMIC8XXX power key support"
16911205bb6SAmy Maloche	depends on MFD_PM8XXX
17011205bb6SAmy Maloche	help
17111205bb6SAmy Maloche	  Say Y here if you want support for the PMIC8XXX power key.
17211205bb6SAmy Maloche
17311205bb6SAmy Maloche	  If unsure, say N.
17411205bb6SAmy Maloche
17511205bb6SAmy Maloche	  To compile this driver as a module, choose M here: the
17611205bb6SAmy Maloche	  module will be called pmic8xxx-pwrkey.
17711205bb6SAmy Maloche
1781da177e4SLinus Torvaldsconfig INPUT_SPARCSPKR
1791da177e4SLinus Torvalds	tristate "SPARC Speaker support"
180a2bd4fd1SDavid S. Miller	depends on PCI && SPARC64
1811da177e4SLinus Torvalds	help
1821da177e4SLinus Torvalds	  Say Y here if you want the standard Speaker on Sparc PCI systems
1831da177e4SLinus Torvalds	  to be used for bells and whistles.
1841da177e4SLinus Torvalds
1851da177e4SLinus Torvalds	  If unsure, say Y.
1861da177e4SLinus Torvalds
1871da177e4SLinus Torvalds	  To compile this driver as a module, choose M here: the
1881da177e4SLinus Torvalds	  module will be called sparcspkr.
1891da177e4SLinus Torvalds
1901da177e4SLinus Torvaldsconfig INPUT_M68K_BEEP
1911da177e4SLinus Torvalds	tristate "M68k Beeper support"
1921da177e4SLinus Torvalds	depends on M68K
1931da177e4SLinus Torvalds
1941af2b76fSBartosz Golaszewskiconfig INPUT_MAX77650_ONKEY
1951af2b76fSBartosz Golaszewski	tristate "Maxim MAX77650 ONKEY support"
1961af2b76fSBartosz Golaszewski	depends on MFD_MAX77650
1971af2b76fSBartosz Golaszewski	help
1981af2b76fSBartosz Golaszewski	  Support the ONKEY of the MAX77650 PMIC as an input device.
1991af2b76fSBartosz Golaszewski
2001af2b76fSBartosz Golaszewski	  To compile this driver as a module, choose M here: the module
2011af2b76fSBartosz Golaszewski	  will be called max77650-onkey.
2021af2b76fSBartosz Golaszewski
203a3b3ca75SJaewon Kimconfig INPUT_MAX77693_HAPTIC
20456bbc99eSKrzysztof Kozlowski	tristate "MAXIM MAX77693/MAX77843 haptic controller support"
20556bbc99eSKrzysztof Kozlowski	depends on (MFD_MAX77693 || MFD_MAX77843) && PWM
206a3b3ca75SJaewon Kim	select INPUT_FF_MEMLESS
207a3b3ca75SJaewon Kim	help
208a3b3ca75SJaewon Kim	  This option enables support for the haptic controller on
20956bbc99eSKrzysztof Kozlowski	  MAXIM MAX77693 and MAX77843 chips.
210a3b3ca75SJaewon Kim
211a3b3ca75SJaewon Kim	  To compile this driver as module, choose M here: the
212a3b3ca75SJaewon Kim	  module will be called max77693-haptic.
213a3b3ca75SJaewon Kim
2143734574cSHaojian Zhuangconfig INPUT_MAX8925_ONKEY
2153734574cSHaojian Zhuang	tristate "MAX8925 ONKEY support"
2163734574cSHaojian Zhuang	depends on MFD_MAX8925
2173734574cSHaojian Zhuang	help
2183734574cSHaojian Zhuang	  Support the ONKEY of MAX8925 PMICs as an input device
2193734574cSHaojian Zhuang	  reporting power button status.
2203734574cSHaojian Zhuang
2213734574cSHaojian Zhuang	  To compile this driver as a module, choose M here: the module
2223734574cSHaojian Zhuang	  will be called max8925_onkey.
2233734574cSHaojian Zhuang
224104594b0SDonggeun Kimconfig INPUT_MAX8997_HAPTIC
225104594b0SDonggeun Kim	tristate "MAXIM MAX8997 haptic controller support"
226557fe99dSSascha Hauer	depends on PWM && MFD_MAX8997
227104594b0SDonggeun Kim	select INPUT_FF_MEMLESS
228104594b0SDonggeun Kim	help
229104594b0SDonggeun Kim	  This option enables device driver support for the haptic controller
230104594b0SDonggeun Kim	  on MAXIM MAX8997 chip. This driver supports ff-memless interface
231104594b0SDonggeun Kim	  from input framework.
232104594b0SDonggeun Kim
233104594b0SDonggeun Kim	  To compile this driver as module, choose M here: the
234104594b0SDonggeun Kim	  module will be called max8997-haptic.
235104594b0SDonggeun Kim
23630fc7ac3SPhilippe Rétornazconfig INPUT_MC13783_PWRBUTTON
23730fc7ac3SPhilippe Rétornaz	tristate "MC13783 ON buttons"
238e5a3da21SAlexander Shiyan	depends on MFD_MC13XXX
23930fc7ac3SPhilippe Rétornaz	help
24030fc7ac3SPhilippe Rétornaz	  Support the ON buttons of MC13783 PMIC as an input device
24130fc7ac3SPhilippe Rétornaz	  reporting power button status.
24230fc7ac3SPhilippe Rétornaz
24330fc7ac3SPhilippe Rétornaz	  To compile this driver as a module, choose M here: the module
24430fc7ac3SPhilippe Rétornaz	  will be called mc13783-pwrbutton.
24530fc7ac3SPhilippe Rétornaz
2463ead8b5dSEric Miaoconfig INPUT_MMA8450
2473ead8b5dSEric Miao	tristate "MMA8450 - Freescale's 3-Axis, 8/12-bit Digital Accelerometer"
2483ead8b5dSEric Miao	depends on I2C
2493ead8b5dSEric Miao	select INPUT_POLLDEV
2503ead8b5dSEric Miao	help
2513ead8b5dSEric Miao	  Say Y here if you want to support Freescale's MMA8450 Accelerometer
2523ead8b5dSEric Miao	  through I2C interface.
2533ead8b5dSEric Miao
2543ead8b5dSEric Miao	  To compile this driver as a module, choose M here: the
2553ead8b5dSEric Miao	  module will be called mma8450.
2563ead8b5dSEric Miao
25752fe0cdbSStephen Hemmingerconfig INPUT_APANEL
25852fe0cdbSStephen Hemminger	tristate "Fujitsu Lifebook Application Panel buttons"
25919131305SRandy Dunlap	depends on X86 && I2C && LEDS_CLASS
26052fe0cdbSStephen Hemminger	select INPUT_POLLDEV
26152fe0cdbSStephen Hemminger	select CHECK_SIGNATURE
26252fe0cdbSStephen Hemminger	help
26352fe0cdbSStephen Hemminger	 Say Y here for support of the Application Panel buttons, used on
26452fe0cdbSStephen Hemminger	 Fujitsu Lifebook. These are attached to the mainboard through
26519131305SRandy Dunlap	 an SMBus interface managed by the I2C Intel ICH (i801) driver,
26619131305SRandy Dunlap	 which you should also build for this kernel.
26752fe0cdbSStephen Hemminger
26852fe0cdbSStephen Hemminger	 To compile this driver as a module, choose M here: the module will
26952fe0cdbSStephen Hemminger	 be called apanel.
27052fe0cdbSStephen Hemminger
271ff803ed4SCourtney Cavinconfig INPUT_GP2A
272ff803ed4SCourtney Cavin	tristate "Sharp GP2AP002A00F I2C Proximity/Opto sensor driver"
273ff803ed4SCourtney Cavin	depends on I2C
2747d6548abSGeert Uytterhoeven	depends on GPIOLIB || COMPILE_TEST
275ff803ed4SCourtney Cavin	help
276ff803ed4SCourtney Cavin	  Say Y here if you have a Sharp GP2AP002A00F proximity/als combo-chip
277ff803ed4SCourtney Cavin	  hooked to an I2C bus.
278ff803ed4SCourtney Cavin
279ff803ed4SCourtney Cavin	  To compile this driver as a module, choose M here: the
280ff803ed4SCourtney Cavin	  module will be called gp2ap002a00f.
281ff803ed4SCourtney Cavin
282976358e2SAlexander Shiyanconfig INPUT_GPIO_BEEPER
283976358e2SAlexander Shiyan	tristate "Generic GPIO Beeper support"
2847d6548abSGeert Uytterhoeven	depends on GPIOLIB || COMPILE_TEST
285976358e2SAlexander Shiyan	help
286976358e2SAlexander Shiyan	  Say Y here if you have a beeper connected to a GPIO pin.
287976358e2SAlexander Shiyan
288976358e2SAlexander Shiyan	  To compile this driver as a module, choose M here: the
289976358e2SAlexander Shiyan	  module will be called gpio-beeper.
290976358e2SAlexander Shiyan
29169464161SVignesh Rconfig INPUT_GPIO_DECODER
29269464161SVignesh R	tristate "Polled GPIO Decoder Input driver"
29369464161SVignesh R	depends on GPIOLIB || COMPILE_TEST
29469464161SVignesh R	select INPUT_POLLDEV
29569464161SVignesh R	help
29669464161SVignesh R	 Say Y here if you want driver to read status of multiple GPIO
29769464161SVignesh R	 lines and report the encoded value as an absolute integer to
29869464161SVignesh R	 input subsystem.
29969464161SVignesh R
30069464161SVignesh R	 To compile this driver as a module, choose M here: the module
30169464161SVignesh R	 will be called gpio_decoder.
30269464161SVignesh R
30313bda2d0SLuca Weissconfig INPUT_GPIO_VIBRA
30413bda2d0SLuca Weiss	tristate "GPIO vibrator support"
30513bda2d0SLuca Weiss	depends on GPIOLIB || COMPILE_TEST
30613bda2d0SLuca Weiss	select INPUT_FF_MEMLESS
30713bda2d0SLuca Weiss	help
30813bda2d0SLuca Weiss	  Say Y here to get support for GPIO based vibrator devices.
30913bda2d0SLuca Weiss
31013bda2d0SLuca Weiss	  If unsure, say N.
31113bda2d0SLuca Weiss
31213bda2d0SLuca Weiss	  To compile this driver as a module, choose M here: the module will be
31313bda2d0SLuca Weiss	  called gpio-vibra.
31413bda2d0SLuca Weiss
315ba0acb5eSDmitry Torokhovconfig INPUT_IXP4XX_BEEPER
316ba0acb5eSDmitry Torokhov	tristate "IXP4XX Beeper support"
317ba0acb5eSDmitry Torokhov	depends on ARCH_IXP4XX
318ba0acb5eSDmitry Torokhov	help
319ba0acb5eSDmitry Torokhov	  If you say yes here, you can connect a beeper to the
320ba0acb5eSDmitry Torokhov	  ixp4xx gpio pins. This is used by the LinkSys NSLU2.
321ba0acb5eSDmitry Torokhov
322ba0acb5eSDmitry Torokhov	  If unsure, say Y.
323ba0acb5eSDmitry Torokhov
324ba0acb5eSDmitry Torokhov	  To compile this driver as a module, choose M here: the
325ba0acb5eSDmitry Torokhov	  module will be called ixp4xx-beeper.
326ba0acb5eSDmitry Torokhov
327bebb8a2bSYoichi Yuasaconfig INPUT_COBALT_BTNS
328bebb8a2bSYoichi Yuasa	tristate "Cobalt button interface"
329bebb8a2bSYoichi Yuasa	depends on MIPS_COBALT
3303d29cdffSDmitry Torokhov	select INPUT_POLLDEV
331bebb8a2bSYoichi Yuasa	help
332bebb8a2bSYoichi Yuasa	  Say Y here if you want to support MIPS Cobalt button interface.
333bebb8a2bSYoichi Yuasa
334bebb8a2bSYoichi Yuasa	  To compile this driver as a module, choose M here: the
335bebb8a2bSYoichi Yuasa	  module will be called cobalt_btns.
336bebb8a2bSYoichi Yuasa
3376d999718SSebastian Reichelconfig INPUT_CPCAP_PWRBUTTON
3386d999718SSebastian Reichel	tristate "CPCAP OnKey"
3396d999718SSebastian Reichel	depends on MFD_CPCAP
3406d999718SSebastian Reichel	help
3416d999718SSebastian Reichel	  Say Y here if you want to enable power key reporting via the
3426d999718SSebastian Reichel	  Motorola CPCAP chip.
3436d999718SSebastian Reichel
3446d999718SSebastian Reichel	  To compile this driver as a module, choose M here. The module will
3456d999718SSebastian Reichel	  be called cpcap-pwrbutton.
3466d999718SSebastian Reichel
3475fc14680SDmitry Torokhovconfig INPUT_WISTRON_BTNS
3485fc14680SDmitry Torokhov	tristate "x86 Wistron laptop button interface"
34986234eb7SJean Delvare	depends on X86_32
350c2554c91SDmitry Torokhov	select INPUT_POLLDEV
351e97af4cbSDmitry Torokhov	select INPUT_SPARSEKMAP
352389679d8SEric Piel	select NEW_LEDS
353389679d8SEric Piel	select LEDS_CLASS
354928923c7SGeert Uytterhoeven	select CHECK_SIGNATURE
3555fc14680SDmitry Torokhov	help
35601dd2fbfSMatt LaPlante	  Say Y here for support of Wistron laptop button interfaces, used on
357389679d8SEric Piel	  laptops of various brands, including Acer and Fujitsu-Siemens. If
35801dd2fbfSMatt LaPlante	  available, mail and wifi LEDs will be controllable via /sys/class/leds.
3595fc14680SDmitry Torokhov
3605fc14680SDmitry Torokhov	  To compile this driver as a module, choose M here: the module will
3615fc14680SDmitry Torokhov	  be called wistron_btns.
3625fc14680SDmitry Torokhov
36331ea7ff0SJaya Kumarconfig INPUT_ATLAS_BTNS
36431ea7ff0SJaya Kumar	tristate "x86 Atlas button interface"
36531ea7ff0SJaya Kumar	depends on X86 && ACPI
36631ea7ff0SJaya Kumar	help
36731ea7ff0SJaya Kumar	  Say Y here for support of Atlas wallmount touchscreen buttons.
36831ea7ff0SJaya Kumar	  The events will show up as scancodes F1 through F9 via evdev.
36931ea7ff0SJaya Kumar
37031ea7ff0SJaya Kumar	  To compile this driver as a module, choose M here: the module will
37131ea7ff0SJaya Kumar	  be called atlas_btns.
37231ea7ff0SJaya Kumar
373ba0acb5eSDmitry Torokhovconfig INPUT_ATI_REMOTE2
374ba0acb5eSDmitry Torokhov	tristate "ATI / Philips USB RF remote control"
3757a86edefSAl Viro	depends on USB_ARCH_HAS_HCD
376ba0acb5eSDmitry Torokhov	select USB
377ba0acb5eSDmitry Torokhov	help
378ba0acb5eSDmitry Torokhov	  Say Y here if you want to use an ATI or Philips USB RF remote control.
379ba0acb5eSDmitry Torokhov	  These are RF remotes with USB receivers.
380ba0acb5eSDmitry Torokhov	  ATI Remote Wonder II comes with some ATI's All-In-Wonder video cards
381ba0acb5eSDmitry Torokhov	  and is also available as a separate product.
382ba0acb5eSDmitry Torokhov	  This driver provides mouse pointer, left and right mouse buttons,
383ba0acb5eSDmitry Torokhov	  and maps all the other remote buttons to keypress events.
384ba0acb5eSDmitry Torokhov
385ba0acb5eSDmitry Torokhov	  To compile this driver as a module, choose M here: the module will be
386ba0acb5eSDmitry Torokhov	  called ati_remote2.
387ba0acb5eSDmitry Torokhov
388ba0acb5eSDmitry Torokhovconfig INPUT_KEYSPAN_REMOTE
389e52278a3SKees Cook	tristate "Keyspan DMR USB remote control"
3907a86edefSAl Viro	depends on USB_ARCH_HAS_HCD
391ba0acb5eSDmitry Torokhov	select USB
392ba0acb5eSDmitry Torokhov	help
393ba0acb5eSDmitry Torokhov	  Say Y here if you want to use a Keyspan DMR USB remote control.
394ba0acb5eSDmitry Torokhov	  Currently only the UIA-11 type of receiver has been tested.  The tag
395ba0acb5eSDmitry Torokhov	  on the receiver that connects to the USB port should have a P/N that
396ba0acb5eSDmitry Torokhov	  will tell you what type of DMR you have.  The UIA-10 type is not
397ba0acb5eSDmitry Torokhov	  supported at this time.  This driver maps all buttons to keypress
398ba0acb5eSDmitry Torokhov	  events.
399ba0acb5eSDmitry Torokhov
400ba0acb5eSDmitry Torokhov	  To compile this driver as a module, choose M here: the module will
401ba0acb5eSDmitry Torokhov	  be called keyspan_remote.
402ba0acb5eSDmitry Torokhov
403e8e70d83SChris Hudsonconfig INPUT_KXTJ9
404e8e70d83SChris Hudson	tristate "Kionix KXTJ9 tri-axis digital accelerometer"
405e8e70d83SChris Hudson	depends on I2C
406e8e70d83SChris Hudson	help
407e8e70d83SChris Hudson	  Say Y here to enable support for the Kionix KXTJ9 digital tri-axis
408e8e70d83SChris Hudson	  accelerometer.
409e8e70d83SChris Hudson
410e8e70d83SChris Hudson	  To compile this driver as a module, choose M here: the module will
411e8e70d83SChris Hudson	  be called kxtj9.
412e8e70d83SChris Hudson
413e8e70d83SChris Hudsonconfig INPUT_KXTJ9_POLLED_MODE
414e8e70d83SChris Hudson	bool "Enable polling mode support"
415e8e70d83SChris Hudson	depends on INPUT_KXTJ9
416e8e70d83SChris Hudson	select INPUT_POLLDEV
417e8e70d83SChris Hudson	help
418e8e70d83SChris Hudson	  Say Y here if you need accelerometer to work in polling mode.
419e8e70d83SChris Hudson
420ba0acb5eSDmitry Torokhovconfig INPUT_POWERMATE
421ba0acb5eSDmitry Torokhov	tristate "Griffin PowerMate and Contour Jog support"
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 Griffin PowerMate or Contour Jog devices.
426ba0acb5eSDmitry Torokhov	  These are aluminum dials which can measure clockwise and anticlockwise
427ba0acb5eSDmitry Torokhov	  rotation.  The dial also acts as a pushbutton.  The base contains an LED
428ba0acb5eSDmitry Torokhov	  which can be instructed to pulse or to switch to a particular intensity.
429ba0acb5eSDmitry Torokhov
430ba0acb5eSDmitry Torokhov	  You can download userspace tools from
431ba0acb5eSDmitry Torokhov	  <http://sowerbutts.com/powermate/>.
43201387959SAlessandro Zummo
43301387959SAlessandro Zummo	  To compile this driver as a module, choose M here: the
434ba0acb5eSDmitry Torokhov	  module will be called powermate.
435ba0acb5eSDmitry Torokhov
436ba0acb5eSDmitry Torokhovconfig INPUT_YEALINK
437ba0acb5eSDmitry Torokhov	tristate "Yealink usb-p1k voip phone"
4387a86edefSAl Viro	depends on USB_ARCH_HAS_HCD
439ba0acb5eSDmitry Torokhov	select USB
440ba0acb5eSDmitry Torokhov	help
441ba0acb5eSDmitry Torokhov	  Say Y here if you want to enable keyboard and LCD functions of the
442ba0acb5eSDmitry Torokhov	  Yealink usb-p1k usb phones. The audio part is enabled by the generic
443ba0acb5eSDmitry Torokhov	  usb sound driver, so you might want to enable that as well.
444ba0acb5eSDmitry Torokhov
445ba0acb5eSDmitry Torokhov	  For information about how to use these additional functions, see
4465fb94e9cSMauro Carvalho Chehab	  <file:Documentation/input/devices/yealink.rst>.
447ba0acb5eSDmitry Torokhov
448ba0acb5eSDmitry Torokhov	  To compile this driver as a module, choose M here: the module will be
449ba0acb5eSDmitry Torokhov	  called yealink.
45001387959SAlessandro Zummo
451c04148f9SAlfred E. Heggestadconfig INPUT_CM109
452c04148f9SAlfred E. Heggestad	tristate "C-Media CM109 USB I/O Controller"
453c04148f9SAlfred E. Heggestad	depends on USB_ARCH_HAS_HCD
454c04148f9SAlfred E. Heggestad	select USB
455c04148f9SAlfred E. Heggestad	help
456c04148f9SAlfred E. Heggestad	  Say Y here if you want to enable keyboard and buzzer functions of the
457c04148f9SAlfred E. Heggestad	  C-Media CM109 usb phones. The audio part is enabled by the generic
458c04148f9SAlfred E. Heggestad	  usb sound driver, so you might want to enable that as well.
459c04148f9SAlfred E. Heggestad
460c04148f9SAlfred E. Heggestad	  To compile this driver as a module, choose M here: the module will be
461c04148f9SAlfred E. Heggestad	  called cm109.
462c04148f9SAlfred E. Heggestad
463d64cb71bSJaewon Kimconfig INPUT_REGULATOR_HAPTIC
464d64cb71bSJaewon Kim	tristate "Regulator haptics support"
465d64cb71bSJaewon Kim	depends on REGULATOR
466d64cb71bSJaewon Kim	select INPUT_FF_MEMLESS
467d64cb71bSJaewon Kim	help
468d64cb71bSJaewon Kim	  This option enables device driver support for the haptic controlled
469d64cb71bSJaewon Kim	  by a regulator. This driver supports ff-memless interface
470d64cb71bSJaewon Kim	  from input framework.
471d64cb71bSJaewon Kim
472d64cb71bSJaewon Kim	  To compile this driver as a module, choose M here: the
473d64cb71bSJaewon Kim	  module will be called regulator-haptic.
474d64cb71bSJaewon Kim
475544a46c9SAaro Koskinenconfig INPUT_RETU_PWRBUTTON
476544a46c9SAaro Koskinen	tristate "Retu Power button Driver"
477544a46c9SAaro Koskinen	depends on MFD_RETU
478544a46c9SAaro Koskinen	help
479544a46c9SAaro Koskinen	  Say Y here if you want to enable power key reporting via the
480544a46c9SAaro Koskinen	  Retu chips found in Nokia Internet Tablets (770, N800, N810).
481544a46c9SAaro Koskinen
482544a46c9SAaro Koskinen	  To compile this driver as a module, choose M here. The module will
483544a46c9SAaro Koskinen	  be called retu-pwrbutton.
484544a46c9SAaro Koskinen
4855fafed3eSFelipe Balbiconfig INPUT_TPS65218_PWRBUTTON
4865fafed3eSFelipe Balbi	tristate "TPS65218 Power button driver"
487722dc546SMarcin Niestroj	depends on (MFD_TPS65217 || MFD_TPS65218)
4885fafed3eSFelipe Balbi	help
489b8af0b5bSZhuohua Li	  Say Y here if you want to enable power button reporting for
490722dc546SMarcin Niestroj	  TPS65217 and TPS65218 Power Management IC devices.
4915fafed3eSFelipe Balbi
4925fafed3eSFelipe Balbi	  To compile this driver as a module, choose M here. The module will
4935fafed3eSFelipe Balbi	  be called tps65218-pwrbutton.
4945fafed3eSFelipe Balbi
4955b6c26a9SCarlo Caioneconfig INPUT_AXP20X_PEK
4965b6c26a9SCarlo Caione	tristate "X-Powers AXP20X power button driver"
4975b6c26a9SCarlo Caione	depends on MFD_AXP20X
4985b6c26a9SCarlo Caione	help
4995b6c26a9SCarlo Caione	  Say Y here if you want to enable power key reporting via the
5005b6c26a9SCarlo Caione	  AXP20X PMIC.
5015b6c26a9SCarlo Caione
5025b6c26a9SCarlo Caione	  To compile this driver as a module, choose M here. The module will
5035b6c26a9SCarlo Caione	  be called axp20x-pek.
5045b6c26a9SCarlo Caione
5055b6c26a9SCarlo Caione
50668d8bf04SFelipe Balbiconfig INPUT_TWL4030_PWRBUTTON
50768d8bf04SFelipe Balbi	tristate "TWL4030 Power button Driver"
50868d8bf04SFelipe Balbi	depends on TWL4030_CORE
50968d8bf04SFelipe Balbi	help
51068d8bf04SFelipe Balbi	  Say Y here if you want to enable power key reporting via the
51168d8bf04SFelipe Balbi	  TWL4030 family of chips.
51268d8bf04SFelipe Balbi
51368d8bf04SFelipe Balbi	  To compile this driver as a module, choose M here. The module will
51468d8bf04SFelipe Balbi	  be called twl4030_pwrbutton.
51568d8bf04SFelipe Balbi
5163dd1b394SJari Vanhalaconfig INPUT_TWL4030_VIBRA
5173dd1b394SJari Vanhala	tristate "Support for TWL4030 Vibrator"
5183dd1b394SJari Vanhala	depends on TWL4030_CORE
51957fe7251SPeter Ujfalusi	select MFD_TWL4030_AUDIO
5203dd1b394SJari Vanhala	select INPUT_FF_MEMLESS
5213dd1b394SJari Vanhala	help
5223dd1b394SJari Vanhala	  This option enables support for TWL4030 Vibrator Driver.
5233dd1b394SJari Vanhala
5243dd1b394SJari Vanhala	  To compile this driver as a module, choose M here. The module will
5253dd1b394SJari Vanhala	  be called twl4030_vibra.
5263dd1b394SJari Vanhala
527cc697d38SMisael Lopez Cruzconfig INPUT_TWL6040_VIBRA
528cc697d38SMisael Lopez Cruz	tristate "Support for TWL6040 Vibrator"
5298eaeb939SPeter Ujfalusi	depends on TWL6040_CORE
530cc697d38SMisael Lopez Cruz	select INPUT_FF_MEMLESS
531cc697d38SMisael Lopez Cruz	help
532cc697d38SMisael Lopez Cruz	  This option enables support for TWL6040 Vibrator Driver.
533cc697d38SMisael Lopez Cruz
534cc697d38SMisael Lopez Cruz	  To compile this driver as a module, choose M here. The module will
535cc697d38SMisael Lopez Cruz	  be called twl6040_vibra.
536cc697d38SMisael Lopez Cruz
5371da177e4SLinus Torvaldsconfig INPUT_UINPUT
5381da177e4SLinus Torvalds	tristate "User level driver support"
5391da177e4SLinus Torvalds	help
5401da177e4SLinus Torvalds	  Say Y here if you want to support user level drivers for input
5411da177e4SLinus Torvalds	  subsystem accessible under char device 10:223 - /dev/input/uinput.
5421da177e4SLinus Torvalds
5431da177e4SLinus Torvalds	  To compile this driver as a module, choose M here: the
5441da177e4SLinus Torvalds	  module will be called uinput.
5451da177e4SLinus Torvalds
54648ad88b1SThomas Bogendoerferconfig INPUT_SGI_BTNS
54748ad88b1SThomas Bogendoerfer	tristate "SGI Indy/O2 volume button interface"
54848ad88b1SThomas Bogendoerfer	depends on SGI_IP22 || SGI_IP32
5493bee2a04SThomas Bogendoerfer	select INPUT_POLLDEV
5503bee2a04SThomas Bogendoerfer	help
55148ad88b1SThomas Bogendoerfer	  Say Y here if you want to support SGI Indy/O2 volume button interface.
5523bee2a04SThomas Bogendoerfer
5533bee2a04SThomas Bogendoerfer	  To compile this driver as a module, choose M here: the
55448ad88b1SThomas Bogendoerfer	  module will be called sgi_btns.
5553bee2a04SThomas Bogendoerfer
5561da177e4SLinus Torvaldsconfig HP_SDC_RTC
5571da177e4SLinus Torvalds	tristate "HP SDC Real Time Clock"
558d061ebd5SAlexander Beregalov	depends on (GSC || HP300) && SERIO
5591da177e4SLinus Torvalds	select HP_SDC
5601da177e4SLinus Torvalds	help
5611da177e4SLinus Torvalds	  Say Y here if you want to support the built-in real time clock
5621da177e4SLinus Torvalds	  of the HP SDC controller.
5631da177e4SLinus Torvalds
564adff5962SNishanth Menonconfig INPUT_PALMAS_PWRBUTTON
565adff5962SNishanth Menon	tristate "Palmas Power button Driver"
566adff5962SNishanth Menon	depends on MFD_PALMAS
567adff5962SNishanth Menon	help
568adff5962SNishanth Menon	  Say Y here if you want to enable power key reporting via the
569adff5962SNishanth Menon	  Palmas family of PMICs.
570adff5962SNishanth Menon
571adff5962SNishanth Menon	  To compile this driver as a module, choose M here. The module will
572adff5962SNishanth Menon	  be called palmas_pwrbutton.
573adff5962SNishanth Menon
5741851b06aSBalaji Raoconfig INPUT_PCF50633_PMU
5751851b06aSBalaji Rao	tristate "PCF50633 PMU events"
5761851b06aSBalaji Rao	depends on MFD_PCF50633
5771851b06aSBalaji Rao	help
5781851b06aSBalaji Rao	 Say Y to include support for delivering  PMU events via  input
5791851b06aSBalaji Rao	 layer on NXP PCF50633.
5801851b06aSBalaji Rao
581b91c4be7SBryan Wuconfig INPUT_PCF8574
582b91c4be7SBryan Wu	tristate "PCF8574 Keypad input device"
583e52278a3SKees Cook	depends on I2C
584b91c4be7SBryan Wu	help
585393f9ffbSMasanari Iida	  Say Y here if you want to support a keypad connected via I2C
586b91c4be7SBryan Wu	  with a PCF8574.
587b91c4be7SBryan Wu
588b91c4be7SBryan Wu	  To compile this driver as a module, choose M here: the
589b91c4be7SBryan Wu	  module will be called pcf8574_keypad.
590b91c4be7SBryan Wu
591e22739d0SLars-Peter Clausenconfig INPUT_PWM_BEEPER
592e22739d0SLars-Peter Clausen	tristate "PWM beeper support"
593557fe99dSSascha Hauer	depends on PWM
594e22739d0SLars-Peter Clausen	help
595e22739d0SLars-Peter Clausen	  Say Y here to get support for PWM based beeper devices.
596e22739d0SLars-Peter Clausen
597e22739d0SLars-Peter Clausen	  If unsure, say N.
598e22739d0SLars-Peter Clausen
599e22739d0SLars-Peter Clausen	  To compile this driver as a module, choose M here: the module will be
600e22739d0SLars-Peter Clausen	  called pwm-beeper.
601e22739d0SLars-Peter Clausen
6023e5b0851SSebastian Reichelconfig INPUT_PWM_VIBRA
6033e5b0851SSebastian Reichel	tristate "PWM vibrator support"
6043e5b0851SSebastian Reichel	depends on PWM
6053e5b0851SSebastian Reichel	select INPUT_FF_MEMLESS
6063e5b0851SSebastian Reichel	help
6073e5b0851SSebastian Reichel	  Say Y here to get support for PWM based vibrator devices.
6083e5b0851SSebastian Reichel
6093e5b0851SSebastian Reichel	  If unsure, say N.
6103e5b0851SSebastian Reichel
6113e5b0851SSebastian Reichel	  To compile this driver as a module, choose M here: the module will be
6123e5b0851SSebastian Reichel	  called pwm-vibra.
6133e5b0851SSebastian Reichel
6145a35b85cSJoseph Chenconfig INPUT_RK805_PWRKEY
6155a35b85cSJoseph Chen	tristate "Rockchip RK805 PMIC power key support"
6165a35b85cSJoseph Chen	depends on MFD_RK808
6175a35b85cSJoseph Chen	help
6185a35b85cSJoseph Chen	  Select this option to enable power key driver for RK805.
6195a35b85cSJoseph Chen
6205a35b85cSJoseph Chen	  If unsure, say N.
6215a35b85cSJoseph Chen
6225a35b85cSJoseph Chen	  To compile this driver as a module, choose M here: the module will be
6235a35b85cSJoseph Chen	  called rk805_pwrkey.
6245a35b85cSJoseph Chen
62573969ff0SDaniel Mackconfig INPUT_GPIO_ROTARY_ENCODER
62673969ff0SDaniel Mack	tristate "Rotary encoders connected to GPIO pins"
6277d6548abSGeert Uytterhoeven	depends on GPIOLIB || COMPILE_TEST
62873969ff0SDaniel Mack	help
62973969ff0SDaniel Mack	  Say Y here to add support for rotary encoders connected to GPIO lines.
6305fb94e9cSMauro Carvalho Chehab	  Check file:Documentation/input/devices/rotary-encoder.rst for more
63173969ff0SDaniel Mack	  information.
63273969ff0SDaniel Mack
63373969ff0SDaniel Mack	  To compile this driver as a module, choose M here: the
63473969ff0SDaniel Mack	  module will be called rotary_encoder.
63573969ff0SDaniel Mack
636d9bdffd2SPhil Sutterconfig INPUT_RB532_BUTTON
637d9bdffd2SPhil Sutter	tristate "Mikrotik Routerboard 532 button interface"
638d9bdffd2SPhil Sutter	depends on MIKROTIK_RB532
63976ec9d18SAlexandre Courbot	depends on GPIOLIB
640d9bdffd2SPhil Sutter	select INPUT_POLLDEV
641d9bdffd2SPhil Sutter	help
642d9bdffd2SPhil Sutter	  Say Y here if you want support for the S1 button built into
643d9bdffd2SPhil Sutter	  Mikrotik's Routerboard 532.
644d9bdffd2SPhil Sutter
645d9bdffd2SPhil Sutter	  To compile this driver as a module, choose M here: the
646d9bdffd2SPhil Sutter	  module will be called rb532_button.
647d9bdffd2SPhil Sutter
648f0c5f65bSAshish Jangamconfig INPUT_DA9052_ONKEY
649f0c5f65bSAshish Jangam	tristate "Dialog DA9052/DA9053 Onkey"
650f0c5f65bSAshish Jangam	depends on PMIC_DA9052
651f0c5f65bSAshish Jangam	help
652f0c5f65bSAshish Jangam	  Support the ONKEY of Dialog DA9052 PMICs as an input device
653f0c5f65bSAshish Jangam	  reporting power button status.
654f0c5f65bSAshish Jangam
655f0c5f65bSAshish Jangam	  To compile this driver as a module, choose M here: the
656f0c5f65bSAshish Jangam	  module will be called da9052_onkey.
657f0c5f65bSAshish Jangam
6588ed2757eSAshish Jangamconfig INPUT_DA9055_ONKEY
6598ed2757eSAshish Jangam	tristate "Dialog Semiconductor DA9055 ONKEY"
6608ed2757eSAshish Jangam	depends on MFD_DA9055
6618ed2757eSAshish Jangam	help
6628ed2757eSAshish Jangam	  Support the ONKEY of DA9055 PMICs as an input device
6638ed2757eSAshish Jangam	  reporting power button status.
6648ed2757eSAshish Jangam
6658ed2757eSAshish Jangam	  To compile this driver as a module, choose M here: the module
6668ed2757eSAshish Jangam	  will be called da9055_onkey.
6678ed2757eSAshish Jangam
6685179f0ceSSteve Twissconfig INPUT_DA9063_ONKEY
66904d7ad83SSteve Twiss	tristate "Dialog DA9063/62/61 OnKey"
670a27b5e0aSS Twiss	depends on MFD_DA9063 || MFD_DA9062
6715179f0ceSSteve Twiss	help
67204d7ad83SSteve Twiss	  Support the ONKEY of Dialog DA9063, DA9062 and DA9061 Power
67304d7ad83SSteve Twiss	  Management ICs as an input device capable of reporting the
67404d7ad83SSteve Twiss	  power button status.
6755179f0ceSSteve Twiss
6765179f0ceSSteve Twiss	  To compile this driver as a module, choose M here: the module
6775179f0ceSSteve Twiss	  will be called da9063_onkey.
6785179f0ceSSteve Twiss
679eb990b55SDavid Brownellconfig INPUT_DM355EVM
680eb990b55SDavid Brownell	tristate "TI DaVinci DM355 EVM Keypad and IR Remote"
681eb990b55SDavid Brownell	depends on MFD_DM355EVM_MSP
68266040727SDmitry Torokhov	select INPUT_SPARSEKMAP
683eb990b55SDavid Brownell	help
684eb990b55SDavid Brownell	  Supports the pushbuttons and IR remote used with
685eb990b55SDavid Brownell	  the DM355 EVM board.
686eb990b55SDavid Brownell
687eb990b55SDavid Brownell	  To compile this driver as a module, choose M here: the
688eb990b55SDavid Brownell	  module will be called dm355evm_keys.
68948329582SMichael Hennerich
6900c73b992SMark Brownconfig INPUT_WM831X_ON
6910c73b992SMark Brown	tristate "WM831X ON pin"
6920c73b992SMark Brown	depends on MFD_WM831X
6930c73b992SMark Brown	help
6940c73b992SMark Brown	  Support the ON pin of WM831X PMICs as an input device
6950c73b992SMark Brown	  reporting power button status.
6960c73b992SMark Brown
6970c73b992SMark Brown	  To compile this driver as a module, choose M here: the module
6980c73b992SMark Brown	  will be called wm831x_on.
6990c73b992SMark Brown
700d0a82132SDaniel Ribeiroconfig INPUT_PCAP
701d0a82132SDaniel Ribeiro	tristate "Motorola EZX PCAP misc input events"
702d0a82132SDaniel Ribeiro	depends on EZX_PCAP
703d0a82132SDaniel Ribeiro	help
704d0a82132SDaniel Ribeiro	  Say Y here if you want to use Power key and Headphone button
705d0a82132SDaniel Ribeiro	  on Motorola EZX phones.
706d0a82132SDaniel Ribeiro
707d0a82132SDaniel Ribeiro	  To compile this driver as a module, choose M here: the
708d0a82132SDaniel Ribeiro	  module will be called pcap_keys.
709d0a82132SDaniel Ribeiro
710e27c7292SMichael Hennerichconfig INPUT_ADXL34X
711e27c7292SMichael Hennerich	tristate "Analog Devices ADXL34x Three-Axis Digital Accelerometer"
712e27c7292SMichael Hennerich	default n
713e27c7292SMichael Hennerich	help
714e27c7292SMichael Hennerich	  Say Y here if you have a Accelerometer interface using the
715e27c7292SMichael Hennerich	  ADXL345/6 controller, and your board-specific initialization
716e27c7292SMichael Hennerich	  code includes that in its table of devices.
717e27c7292SMichael Hennerich
718e27c7292SMichael Hennerich	  This driver can use either I2C or SPI communication to the
719e27c7292SMichael Hennerich	  ADXL345/6 controller.  Select the appropriate method for
720e27c7292SMichael Hennerich	  your system.
721e27c7292SMichael Hennerich
722e27c7292SMichael Hennerich	  If unsure, say N (but it's safe to say "Y").
723e27c7292SMichael Hennerich
724e27c7292SMichael Hennerich	  To compile this driver as a module, choose M here: the
725e27c7292SMichael Hennerich	  module will be called adxl34x.
726e27c7292SMichael Hennerich
727e27c7292SMichael Hennerichconfig INPUT_ADXL34X_I2C
728e27c7292SMichael Hennerich	tristate "support I2C bus connection"
729e27c7292SMichael Hennerich	depends on INPUT_ADXL34X && I2C
730e27c7292SMichael Hennerich	default y
731e27c7292SMichael Hennerich	help
732e27c7292SMichael Hennerich	  Say Y here if you have ADXL345/6 hooked to an I2C bus.
733e27c7292SMichael Hennerich
734e27c7292SMichael Hennerich	  To compile this driver as a module, choose M here: the
735e27c7292SMichael Hennerich	  module will be called adxl34x-i2c.
736e27c7292SMichael Hennerich
737e27c7292SMichael Hennerichconfig INPUT_ADXL34X_SPI
738e27c7292SMichael Hennerich	tristate "support SPI bus connection"
739e27c7292SMichael Hennerich	depends on INPUT_ADXL34X && SPI
740e27c7292SMichael Hennerich	default y
741e27c7292SMichael Hennerich	help
742e27c7292SMichael Hennerich	  Say Y here if you have ADXL345/6 hooked to a SPI bus.
743e27c7292SMichael Hennerich
744e27c7292SMichael Hennerich	  To compile this driver as a module, choose M here: the
745e27c7292SMichael Hennerich	  module will be called adxl34x-spi.
746e27c7292SMichael Hennerich
747628329d5SDmitry Torokhovconfig INPUT_IMS_PCU
748628329d5SDmitry Torokhov	tristate "IMS Passenger Control Unit driver"
749628329d5SDmitry Torokhov	depends on USB
750628329d5SDmitry Torokhov	depends on LEDS_CLASS
751628329d5SDmitry Torokhov	help
752628329d5SDmitry Torokhov	  Say Y here if you have system with IMS Rave Passenger Control Unit.
753628329d5SDmitry Torokhov
754628329d5SDmitry Torokhov	  To compile this driver as a module, choose M here: the module will be
755628329d5SDmitry Torokhov	  called ims_pcu.
756628329d5SDmitry Torokhov
757b029ffafSHemanth Vconfig INPUT_CMA3000
758b029ffafSHemanth V	tristate "VTI CMA3000 Tri-axis accelerometer"
759b029ffafSHemanth V	help
760b029ffafSHemanth V	  Say Y here if you want to use VTI CMA3000_D0x Accelerometer
761b029ffafSHemanth V	  driver
762b029ffafSHemanth V
763b029ffafSHemanth V	  This driver currently only supports I2C interface to the
764b029ffafSHemanth V	  controller. Also select the I2C method.
765b029ffafSHemanth V
766b029ffafSHemanth V	  If unsure, say N
767b029ffafSHemanth V
768b029ffafSHemanth V	  To compile this driver as a module, choose M here: the
769b029ffafSHemanth V	  module will be called cma3000_d0x.
770b029ffafSHemanth V
771b029ffafSHemanth Vconfig INPUT_CMA3000_I2C
772b029ffafSHemanth V	tristate "Support I2C bus connection"
773b029ffafSHemanth V	depends on INPUT_CMA3000 && I2C
774b029ffafSHemanth V	help
775b029ffafSHemanth V	  Say Y here if you want to use VTI CMA3000_D0x Accelerometer
776b029ffafSHemanth V	  through I2C interface.
777b029ffafSHemanth V
778b029ffafSHemanth V	  To compile this driver as a module, choose M here: the
779b029ffafSHemanth V	  module will be called cma3000_d0x_i2c.
780b029ffafSHemanth V
78149851ca0SDmitry Torokhovconfig INPUT_XEN_KBDDEV_FRONTEND
78249851ca0SDmitry Torokhov	tristate "Xen virtual keyboard and mouse support"
7834bc25af7SAndrew Jones	depends on XEN
78449851ca0SDmitry Torokhov	default y
78549851ca0SDmitry Torokhov	select XEN_XENBUS_FRONTEND
78649851ca0SDmitry Torokhov	help
78749851ca0SDmitry Torokhov	  This driver implements the front-end of the Xen virtual
78849851ca0SDmitry Torokhov	  keyboard and mouse device driver.  It communicates with a back-end
78949851ca0SDmitry Torokhov	  in another domain.
79049851ca0SDmitry Torokhov
79149851ca0SDmitry Torokhov	  To compile this driver as a module, choose M here: the
79249851ca0SDmitry Torokhov	  module will be called xen-kbdfront.
79349851ca0SDmitry Torokhov
7949b5f953dSBinghua Duanconfig INPUT_SIRFSOC_ONKEY
795af6e9463SArnd Bergmann	tristate "CSR SiRFSoC power on/off/suspend key support"
7969b5f953dSBinghua Duan	depends on ARCH_SIRF && OF
7979b5f953dSBinghua Duan	default y
7989b5f953dSBinghua Duan	help
7999b5f953dSBinghua Duan	  Say Y here if you want to support for the SiRFSoC power on/off/suspend key
8009b5f953dSBinghua Duan	  in Linux, after you press the onkey, system will suspend.
8019b5f953dSBinghua Duan
8029b5f953dSBinghua Duan	  If unsure, say N.
8039b5f953dSBinghua Duan
8041ea4c161SAndrey Moiseevconfig INPUT_IDEAPAD_SLIDEBAR
8051ea4c161SAndrey Moiseev	tristate "IdeaPad Laptop Slidebar"
8061ea4c161SAndrey Moiseev	depends on INPUT
8071ea4c161SAndrey Moiseev	depends on SERIO_I8042
8081ea4c161SAndrey Moiseev	help
8091ea4c161SAndrey Moiseev	  Say Y here if you have an IdeaPad laptop with a slidebar.
8101ea4c161SAndrey Moiseev
8111ea4c161SAndrey Moiseev	  To compile this driver as a module, choose M here: the
8121ea4c161SAndrey Moiseev	  module will be called ideapad_slidebar.
8131ea4c161SAndrey Moiseev
81461cd4822SLejun Zhuconfig INPUT_SOC_BUTTON_ARRAY
81561cd4822SLejun Zhu	tristate "Windows-compatible SoC Button Array"
81661cd4822SLejun Zhu	depends on KEYBOARD_GPIO
81761cd4822SLejun Zhu	help
81861cd4822SLejun Zhu	  Say Y here if you have a SoC-based tablet that originally
81961cd4822SLejun Zhu	  runs Windows 8.
82061cd4822SLejun Zhu
82161cd4822SLejun Zhu	  To compile this driver as a module, choose M here: the
82261cd4822SLejun Zhu	  module will be called soc_button_array.
82361cd4822SLejun Zhu
8247132fe4fSDan Murphyconfig INPUT_DRV260X_HAPTICS
8257132fe4fSDan Murphy	tristate "TI DRV260X haptics support"
8267d6548abSGeert Uytterhoeven	depends on INPUT && I2C
8277d6548abSGeert Uytterhoeven	depends on GPIOLIB || COMPILE_TEST
8287132fe4fSDan Murphy	select INPUT_FF_MEMLESS
8297132fe4fSDan Murphy	select REGMAP_I2C
8307132fe4fSDan Murphy	help
8317132fe4fSDan Murphy	  Say Y to enable support for the TI DRV260X haptics driver.
8327132fe4fSDan Murphy
8337132fe4fSDan Murphy	  To compile this driver as a module, choose M here: the
8347132fe4fSDan Murphy	  module will be called drv260x-haptics.
8357132fe4fSDan Murphy
8364d10da13SDan Murphyconfig INPUT_DRV2665_HAPTICS
8374d10da13SDan Murphy	tristate "TI DRV2665 haptics support"
8384d10da13SDan Murphy	depends on INPUT && I2C
8394d10da13SDan Murphy	select INPUT_FF_MEMLESS
8404d10da13SDan Murphy	select REGMAP_I2C
8414d10da13SDan Murphy	help
8424d10da13SDan Murphy	  Say Y to enable support for the TI DRV2665 haptics driver.
8434d10da13SDan Murphy
8444d10da13SDan Murphy	  To compile this driver as a module, choose M here: the
8454d10da13SDan Murphy	  module will be called drv2665-haptics.
8464d10da13SDan Murphy
8471c246225SDan Murphyconfig INPUT_DRV2667_HAPTICS
8481c246225SDan Murphy	tristate "TI DRV2667 haptics support"
8491c246225SDan Murphy	depends on INPUT && I2C
8501c246225SDan Murphy	select INPUT_FF_MEMLESS
8511c246225SDan Murphy	select REGMAP_I2C
8521c246225SDan Murphy	help
8531c246225SDan Murphy	  Say Y to enable support for the TI DRV2667 haptics driver.
8541c246225SDan Murphy
8551c246225SDan Murphy	  To compile this driver as a module, choose M here: the
856c857ea9eSDan Murphy	  module will be called drv2667-haptics.
8571c246225SDan Murphy
858fcd6eb50SJorge Ramirez-Ortizconfig INPUT_HISI_POWERKEY
859fcd6eb50SJorge Ramirez-Ortiz	tristate "Hisilicon PMIC ONKEY support"
860fcd6eb50SJorge Ramirez-Ortiz	depends on ARCH_HISI || COMPILE_TEST
861fcd6eb50SJorge Ramirez-Ortiz	help
862fcd6eb50SJorge Ramirez-Ortiz	  Say Y to enable support for PMIC ONKEY.
863fcd6eb50SJorge Ramirez-Ortiz
864fcd6eb50SJorge Ramirez-Ortiz	  To compile this driver as a module, choose M here: the
865fcd6eb50SJorge Ramirez-Ortiz	  module will be called hisi_powerkey.
866fcd6eb50SJorge Ramirez-Ortiz
86762f0f079SAndrey Smirnovconfig INPUT_RAVE_SP_PWRBUTTON
86862f0f079SAndrey Smirnov	tristate "RAVE SP Power button Driver"
86962f0f079SAndrey Smirnov	depends on RAVE_SP_CORE
87062f0f079SAndrey Smirnov	help
87162f0f079SAndrey Smirnov	  Say Y here if you want to enable power key reporting from RAVE SP
87262f0f079SAndrey Smirnov
87362f0f079SAndrey Smirnov	  To compile this driver as a module, choose M here: the
87462f0f079SAndrey Smirnov	  module will be called rave-sp-pwrbutton.
87562f0f079SAndrey Smirnov
87645615a9bSXiaotong Luconfig INPUT_SC27XX_VIBRA
87745615a9bSXiaotong Lu	tristate "Spreadtrum sc27xx vibrator support"
87845615a9bSXiaotong Lu	depends on MFD_SC27XX_PMIC || COMPILE_TEST
87945615a9bSXiaotong Lu	select INPUT_FF_MEMLESS
88045615a9bSXiaotong Lu	help
88145615a9bSXiaotong Lu	  This option enables support for Spreadtrum sc27xx vibrator driver.
88245615a9bSXiaotong Lu
88345615a9bSXiaotong Lu	  To compile this driver as a module, choose M here. The module will
88445615a9bSXiaotong Lu	  be called sc27xx_vibra.
88545615a9bSXiaotong Lu
8869eb9cc93SPascal PAILLET-LMEconfig INPUT_STPMIC1_ONKEY
8879eb9cc93SPascal PAILLET-LME	tristate "STPMIC1 PMIC Onkey support"
8889eb9cc93SPascal PAILLET-LME	depends on MFD_STPMIC1
8899eb9cc93SPascal PAILLET-LME	help
8909eb9cc93SPascal PAILLET-LME	  Say Y to enable support of onkey embedded into STPMIC1 PMIC. onkey
8919eb9cc93SPascal PAILLET-LME	  can be used to wakeup from low power modes and force a shut-down on
8929eb9cc93SPascal PAILLET-LME	  long press.
8939eb9cc93SPascal PAILLET-LME
8949eb9cc93SPascal PAILLET-LME	  To compile this driver as a module, choose M here: the
8959eb9cc93SPascal PAILLET-LME	  module will be called stpmic1_onkey.
8969eb9cc93SPascal PAILLET-LME
8971da177e4SLinus Torvaldsendif
898