xref: /openbmc/linux/drivers/input/misc/Kconfig (revision dd24e202)
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
763d82a4d7SLubomir Rintelconfig INPUT_ARIEL_PWRBUTTON
773d82a4d7SLubomir Rintel	tristate "Dell Wyse 3020 Power Button Driver"
783d82a4d7SLubomir Rintel	depends on SPI
793d82a4d7SLubomir Rintel	depends on MACH_MMP3_DT || COMPILE_TEST
803d82a4d7SLubomir Rintel	help
813d82a4d7SLubomir Rintel	  Say Y to enable support for reporting power button status on
823d82a4d7SLubomir Rintel	  on Dell Wyse 3020 ("Ariel") thin client.
833d82a4d7SLubomir Rintel
843d82a4d7SLubomir Rintel	  To compile this driver as a module, choose M here: the module
853d82a4d7SLubomir Rintel	  will be called ariel-pwrbutton.
863d82a4d7SLubomir Rintel
879dd555e2SMark Brownconfig INPUT_ARIZONA_HAPTICS
889dd555e2SMark Brown	tristate "Arizona haptics support"
899dd555e2SMark Brown	depends on MFD_ARIZONA && SND_SOC
909dd555e2SMark Brown	select INPUT_FF_MEMLESS
919dd555e2SMark Brown	help
929dd555e2SMark Brown	  Say Y to enable support for the haptics module in Arizona CODECs.
939dd555e2SMark Brown
949dd555e2SMark Brown	  To compile this driver as a module, choose M here: the
959dd555e2SMark Brown	  module will be called arizona-haptics.
969dd555e2SMark Brown
9744f6b6a5SCristian Ciocalteaconfig INPUT_ATC260X_ONKEY
9844f6b6a5SCristian Ciocaltea	tristate "Actions Semi ATC260x PMIC ONKEY"
9944f6b6a5SCristian Ciocaltea	depends on MFD_ATC260X
10044f6b6a5SCristian Ciocaltea	help
10144f6b6a5SCristian Ciocaltea	  Support the ONKEY of ATC260x PMICs as an input device reporting
10244f6b6a5SCristian Ciocaltea	  power button status. ONKEY can be used to wakeup from low power
10344f6b6a5SCristian Ciocaltea	  modes and force a reset on long press.
10444f6b6a5SCristian Ciocaltea
10544f6b6a5SCristian Ciocaltea	  To compile this driver as a module, choose M here: the
10644f6b6a5SCristian Ciocaltea	  module will be called atc260x-onkey.
10744f6b6a5SCristian Ciocaltea
108b06d43f7SDaniel Hung-yu Wuconfig INPUT_ATMEL_CAPTOUCH
109b06d43f7SDaniel Hung-yu Wu	tristate "Atmel Capacitive Touch Button Driver"
11048a4dec8SJean Delvare	depends on OF
11114f935f9SArnd Bergmann	depends on I2C
112b06d43f7SDaniel Hung-yu Wu	help
113b06d43f7SDaniel Hung-yu Wu	  Say Y here if an Atmel Capacitive Touch Button device which
114b06d43f7SDaniel Hung-yu Wu	  implements "captouch" protocol is connected to I2C bus. Typically
115b06d43f7SDaniel Hung-yu Wu	  this device consists of Atmel Touch sensor controlled by AtMegaXX
116b06d43f7SDaniel Hung-yu Wu	  MCU running firmware based on Qtouch library.
117b06d43f7SDaniel Hung-yu Wu	  One should find "atmel,captouch" node in the board specific DTS.
118b06d43f7SDaniel Hung-yu Wu
119b06d43f7SDaniel Hung-yu Wu	  To compile this driver as a module, choose M here: the
120b06d43f7SDaniel Hung-yu Wu	  module will be called atmel_captouch.
121b06d43f7SDaniel Hung-yu Wu
12240e40fdfSJacky Baiconfig INPUT_BBNSM_PWRKEY
12340e40fdfSJacky Bai	tristate "NXP BBNSM Power Key Driver"
12440e40fdfSJacky Bai	depends on ARCH_MXC || COMPILE_TEST
12540e40fdfSJacky Bai	depends on OF
12640e40fdfSJacky Bai	help
12740e40fdfSJacky Bai	  This is the bbnsm powerkey driver for the NXP i.MX application
12840e40fdfSJacky Bai	  processors.
12940e40fdfSJacky Bai
13040e40fdfSJacky Bai	  To compile this driver as a module, choose M here; the
13140e40fdfSJacky Bai	  module will be called bbnsm_pwrkey.
13240e40fdfSJacky Bai
133c17ca3f5SEric Anderssonconfig INPUT_BMA150
134c17ca3f5SEric Andersson	tristate "BMA150/SMB380 acceleration sensor support"
135c17ca3f5SEric Andersson	depends on I2C
136c17ca3f5SEric Andersson	help
137c17ca3f5SEric Andersson	  Say Y here if you have Bosch Sensortec's BMA150 or SMB380
138c17ca3f5SEric Andersson	  acceleration sensor hooked to an I2C bus.
139c17ca3f5SEric Andersson
140c17ca3f5SEric Andersson	  To compile this driver as a module, choose M here: the
141c17ca3f5SEric Andersson	  module will be called bma150.
142c17ca3f5SEric Andersson
143846a7fc8SMoritz Fischerconfig INPUT_E3X0_BUTTON
14405f216ddSMoritz Fischer	tristate "NI Ettus Research USRP E3xx Button support."
145846a7fc8SMoritz Fischer	default n
146846a7fc8SMoritz Fischer	help
147846a7fc8SMoritz Fischer	  Say Y here to enable support for the NI Ettus Research
14805f216ddSMoritz Fischer	  USRP E3xx Button.
149846a7fc8SMoritz Fischer
150846a7fc8SMoritz Fischer	  To compile this driver as a module, choose M here: the
151846a7fc8SMoritz Fischer	  module will be called e3x0_button.
152846a7fc8SMoritz Fischer
1531da177e4SLinus Torvaldsconfig INPUT_PCSPKR
1541da177e4SLinus Torvalds	tristate "PC Speaker support"
155e5e1d3cbSStas Sergeev	depends on PCSPKR_PLATFORM
1561da177e4SLinus Torvalds	help
1571da177e4SLinus Torvalds	  Say Y here if you want the standard PC Speaker to be used for
1581da177e4SLinus Torvalds	  bells and whistles.
1591da177e4SLinus Torvalds
1601da177e4SLinus Torvalds	  If unsure, say Y.
1611da177e4SLinus Torvalds
1621da177e4SLinus Torvalds	  To compile this driver as a module, choose M here: the
1631da177e4SLinus Torvalds	  module will be called pcspkr.
1641da177e4SLinus Torvalds
16568c581d5SCourtney Cavinconfig INPUT_PM8941_PWRKEY
16668c581d5SCourtney Cavin	tristate "Qualcomm PM8941 power key support"
16768c581d5SCourtney Cavin	depends on MFD_SPMI_PMIC
16868c581d5SCourtney Cavin	help
16968c581d5SCourtney Cavin	  Say Y here if you want support for the power key usually found
17068c581d5SCourtney Cavin	  on boards using a Qualcomm PM8941 compatible PMIC.
17168c581d5SCourtney Cavin
17268c581d5SCourtney Cavin	  If unsure, say Y.
17368c581d5SCourtney Cavin
17468c581d5SCourtney Cavin	  To compile this driver as a module, choose M here: the module
17568c581d5SCourtney Cavin	  will be called pm8941-pwrkey.
17668c581d5SCourtney Cavin
17711205bb6SAmy Malocheconfig INPUT_PM8XXX_VIBRATOR
17811205bb6SAmy Maloche	tristate "Qualcomm PM8XXX vibrator support"
179792ad668SDamien Riegel	depends on MFD_PM8XXX || MFD_SPMI_PMIC
18011205bb6SAmy Maloche	select INPUT_FF_MEMLESS
18111205bb6SAmy Maloche	help
18211205bb6SAmy Maloche	  This option enables device driver support for the vibrator
18311205bb6SAmy Maloche	  on Qualcomm PM8xxx chip. This driver supports ff-memless interface
18411205bb6SAmy Maloche	  from input framework.
18511205bb6SAmy Maloche
18611205bb6SAmy Maloche	  To compile this driver as module, choose M here: the
18711205bb6SAmy Maloche	  module will be called pm8xxx-vibrator.
18811205bb6SAmy Maloche
18911205bb6SAmy Malocheconfig INPUT_PMIC8XXX_PWRKEY
19011205bb6SAmy Maloche	tristate "PMIC8XXX power key support"
19111205bb6SAmy Maloche	depends on MFD_PM8XXX
19211205bb6SAmy Maloche	help
19311205bb6SAmy Maloche	  Say Y here if you want support for the PMIC8XXX power key.
19411205bb6SAmy Maloche
19511205bb6SAmy Maloche	  If unsure, say N.
19611205bb6SAmy Maloche
19711205bb6SAmy Maloche	  To compile this driver as a module, choose M here: the
19811205bb6SAmy Maloche	  module will be called pmic8xxx-pwrkey.
19911205bb6SAmy Maloche
2001da177e4SLinus Torvaldsconfig INPUT_SPARCSPKR
2011da177e4SLinus Torvalds	tristate "SPARC Speaker support"
202a2bd4fd1SDavid S. Miller	depends on PCI && SPARC64
2031da177e4SLinus Torvalds	help
2041da177e4SLinus Torvalds	  Say Y here if you want the standard Speaker on Sparc PCI systems
2051da177e4SLinus Torvalds	  to be used for bells and whistles.
2061da177e4SLinus Torvalds
2071da177e4SLinus Torvalds	  If unsure, say Y.
2081da177e4SLinus Torvalds
2091da177e4SLinus Torvalds	  To compile this driver as a module, choose M here: the
2101da177e4SLinus Torvalds	  module will be called sparcspkr.
2111da177e4SLinus Torvalds
2121da177e4SLinus Torvaldsconfig INPUT_M68K_BEEP
2131da177e4SLinus Torvalds	tristate "M68k Beeper support"
2141da177e4SLinus Torvalds	depends on M68K
2151da177e4SLinus Torvalds
2161af2b76fSBartosz Golaszewskiconfig INPUT_MAX77650_ONKEY
2171af2b76fSBartosz Golaszewski	tristate "Maxim MAX77650 ONKEY support"
2181af2b76fSBartosz Golaszewski	depends on MFD_MAX77650
2191af2b76fSBartosz Golaszewski	help
2201af2b76fSBartosz Golaszewski	  Support the ONKEY of the MAX77650 PMIC as an input device.
2211af2b76fSBartosz Golaszewski
2221af2b76fSBartosz Golaszewski	  To compile this driver as a module, choose M here: the module
2231af2b76fSBartosz Golaszewski	  will be called max77650-onkey.
2241af2b76fSBartosz Golaszewski
225a3b3ca75SJaewon Kimconfig INPUT_MAX77693_HAPTIC
22656bbc99eSKrzysztof Kozlowski	tristate "MAXIM MAX77693/MAX77843 haptic controller support"
22756bbc99eSKrzysztof Kozlowski	depends on (MFD_MAX77693 || MFD_MAX77843) && PWM
228a3b3ca75SJaewon Kim	select INPUT_FF_MEMLESS
229a3b3ca75SJaewon Kim	help
230a3b3ca75SJaewon Kim	  This option enables support for the haptic controller on
23156bbc99eSKrzysztof Kozlowski	  MAXIM MAX77693 and MAX77843 chips.
232a3b3ca75SJaewon Kim
233a3b3ca75SJaewon Kim	  To compile this driver as module, choose M here: the
234a3b3ca75SJaewon Kim	  module will be called max77693-haptic.
235a3b3ca75SJaewon Kim
2363734574cSHaojian Zhuangconfig INPUT_MAX8925_ONKEY
2373734574cSHaojian Zhuang	tristate "MAX8925 ONKEY support"
2383734574cSHaojian Zhuang	depends on MFD_MAX8925
2393734574cSHaojian Zhuang	help
2403734574cSHaojian Zhuang	  Support the ONKEY of MAX8925 PMICs as an input device
2413734574cSHaojian Zhuang	  reporting power button status.
2423734574cSHaojian Zhuang
2433734574cSHaojian Zhuang	  To compile this driver as a module, choose M here: the module
2443734574cSHaojian Zhuang	  will be called max8925_onkey.
2453734574cSHaojian Zhuang
246104594b0SDonggeun Kimconfig INPUT_MAX8997_HAPTIC
247104594b0SDonggeun Kim	tristate "MAXIM MAX8997 haptic controller support"
248557fe99dSSascha Hauer	depends on PWM && MFD_MAX8997
249104594b0SDonggeun Kim	select INPUT_FF_MEMLESS
250104594b0SDonggeun Kim	help
251104594b0SDonggeun Kim	  This option enables device driver support for the haptic controller
252104594b0SDonggeun Kim	  on MAXIM MAX8997 chip. This driver supports ff-memless interface
253104594b0SDonggeun Kim	  from input framework.
254104594b0SDonggeun Kim
255104594b0SDonggeun Kim	  To compile this driver as module, choose M here: the
256104594b0SDonggeun Kim	  module will be called max8997-haptic.
257104594b0SDonggeun Kim
25830fc7ac3SPhilippe Rétornazconfig INPUT_MC13783_PWRBUTTON
25930fc7ac3SPhilippe Rétornaz	tristate "MC13783 ON buttons"
260e5a3da21SAlexander Shiyan	depends on MFD_MC13XXX
26130fc7ac3SPhilippe Rétornaz	help
26230fc7ac3SPhilippe Rétornaz	  Support the ON buttons of MC13783 PMIC as an input device
26330fc7ac3SPhilippe Rétornaz	  reporting power button status.
26430fc7ac3SPhilippe Rétornaz
26530fc7ac3SPhilippe Rétornaz	  To compile this driver as a module, choose M here: the module
26630fc7ac3SPhilippe Rétornaz	  will be called mc13783-pwrbutton.
26730fc7ac3SPhilippe Rétornaz
2683ead8b5dSEric Miaoconfig INPUT_MMA8450
2693ead8b5dSEric Miao	tristate "MMA8450 - Freescale's 3-Axis, 8/12-bit Digital Accelerometer"
2703ead8b5dSEric Miao	depends on I2C
2713ead8b5dSEric Miao	help
2723ead8b5dSEric Miao	  Say Y here if you want to support Freescale's MMA8450 Accelerometer
2733ead8b5dSEric Miao	  through I2C interface.
2743ead8b5dSEric Miao
2753ead8b5dSEric Miao	  To compile this driver as a module, choose M here: the
2763ead8b5dSEric Miao	  module will be called mma8450.
2773ead8b5dSEric Miao
27852fe0cdbSStephen Hemmingerconfig INPUT_APANEL
27952fe0cdbSStephen Hemminger	tristate "Fujitsu Lifebook Application Panel buttons"
28019131305SRandy Dunlap	depends on X86 && I2C && LEDS_CLASS
28152fe0cdbSStephen Hemminger	select CHECK_SIGNATURE
28252fe0cdbSStephen Hemminger	help
28352fe0cdbSStephen Hemminger	 Say Y here for support of the Application Panel buttons, used on
28452fe0cdbSStephen Hemminger	 Fujitsu Lifebook. These are attached to the mainboard through
28519131305SRandy Dunlap	 an SMBus interface managed by the I2C Intel ICH (i801) driver,
28619131305SRandy Dunlap	 which you should also build for this kernel.
28752fe0cdbSStephen Hemminger
28852fe0cdbSStephen Hemminger	 To compile this driver as a module, choose M here: the module will
28952fe0cdbSStephen Hemminger	 be called apanel.
29052fe0cdbSStephen Hemminger
291976358e2SAlexander Shiyanconfig INPUT_GPIO_BEEPER
292976358e2SAlexander Shiyan	tristate "Generic GPIO Beeper support"
2937d6548abSGeert Uytterhoeven	depends on GPIOLIB || COMPILE_TEST
294976358e2SAlexander Shiyan	help
295976358e2SAlexander Shiyan	  Say Y here if you have a beeper connected to a GPIO pin.
296976358e2SAlexander Shiyan
297976358e2SAlexander Shiyan	  To compile this driver as a module, choose M here: the
298976358e2SAlexander Shiyan	  module will be called gpio-beeper.
299976358e2SAlexander Shiyan
30069464161SVignesh Rconfig INPUT_GPIO_DECODER
30169464161SVignesh R	tristate "Polled GPIO Decoder Input driver"
30269464161SVignesh R	depends on GPIOLIB || COMPILE_TEST
30369464161SVignesh R	help
30469464161SVignesh R	 Say Y here if you want driver to read status of multiple GPIO
30569464161SVignesh R	 lines and report the encoded value as an absolute integer to
30669464161SVignesh R	 input subsystem.
30769464161SVignesh R
30869464161SVignesh R	 To compile this driver as a module, choose M here: the module
30969464161SVignesh R	 will be called gpio_decoder.
31069464161SVignesh R
31113bda2d0SLuca Weissconfig INPUT_GPIO_VIBRA
31213bda2d0SLuca Weiss	tristate "GPIO vibrator support"
31313bda2d0SLuca Weiss	depends on GPIOLIB || COMPILE_TEST
31413bda2d0SLuca Weiss	select INPUT_FF_MEMLESS
31513bda2d0SLuca Weiss	help
31613bda2d0SLuca Weiss	  Say Y here to get support for GPIO based vibrator devices.
31713bda2d0SLuca Weiss
31813bda2d0SLuca Weiss	  If unsure, say N.
31913bda2d0SLuca Weiss
32013bda2d0SLuca Weiss	  To compile this driver as a module, choose M here: the module will be
32113bda2d0SLuca Weiss	  called gpio-vibra.
32213bda2d0SLuca Weiss
323bebb8a2bSYoichi Yuasaconfig INPUT_COBALT_BTNS
324bebb8a2bSYoichi Yuasa	tristate "Cobalt button interface"
325bebb8a2bSYoichi Yuasa	depends on MIPS_COBALT
326bebb8a2bSYoichi Yuasa	help
327bebb8a2bSYoichi Yuasa	  Say Y here if you want to support MIPS Cobalt button interface.
328bebb8a2bSYoichi Yuasa
329bebb8a2bSYoichi Yuasa	  To compile this driver as a module, choose M here: the
330bebb8a2bSYoichi Yuasa	  module will be called cobalt_btns.
331bebb8a2bSYoichi Yuasa
3326d999718SSebastian Reichelconfig INPUT_CPCAP_PWRBUTTON
3336d999718SSebastian Reichel	tristate "CPCAP OnKey"
3346d999718SSebastian Reichel	depends on MFD_CPCAP
3356d999718SSebastian Reichel	help
3366d999718SSebastian Reichel	  Say Y here if you want to enable power key reporting via the
3376d999718SSebastian Reichel	  Motorola CPCAP chip.
3386d999718SSebastian Reichel
3396d999718SSebastian Reichel	  To compile this driver as a module, choose M here. The module will
3406d999718SSebastian Reichel	  be called cpcap-pwrbutton.
3416d999718SSebastian Reichel
3425fc14680SDmitry Torokhovconfig INPUT_WISTRON_BTNS
3435fc14680SDmitry Torokhov	tristate "x86 Wistron laptop button interface"
344b2b80d9dSRandy Dunlap	depends on X86_32 && !UML
345e97af4cbSDmitry Torokhov	select INPUT_SPARSEKMAP
346389679d8SEric Piel	select NEW_LEDS
347389679d8SEric Piel	select LEDS_CLASS
348928923c7SGeert Uytterhoeven	select CHECK_SIGNATURE
3495fc14680SDmitry Torokhov	help
35001dd2fbfSMatt LaPlante	  Say Y here for support of Wistron laptop button interfaces, used on
351389679d8SEric Piel	  laptops of various brands, including Acer and Fujitsu-Siemens. If
35201dd2fbfSMatt LaPlante	  available, mail and wifi LEDs will be controllable via /sys/class/leds.
3535fc14680SDmitry Torokhov
3545fc14680SDmitry Torokhov	  To compile this driver as a module, choose M here: the module will
3555fc14680SDmitry Torokhov	  be called wistron_btns.
3565fc14680SDmitry Torokhov
35731ea7ff0SJaya Kumarconfig INPUT_ATLAS_BTNS
35831ea7ff0SJaya Kumar	tristate "x86 Atlas button interface"
35931ea7ff0SJaya Kumar	depends on X86 && ACPI
36031ea7ff0SJaya Kumar	help
36131ea7ff0SJaya Kumar	  Say Y here for support of Atlas wallmount touchscreen buttons.
36231ea7ff0SJaya Kumar	  The events will show up as scancodes F1 through F9 via evdev.
36331ea7ff0SJaya Kumar
36431ea7ff0SJaya Kumar	  To compile this driver as a module, choose M here: the module will
36531ea7ff0SJaya Kumar	  be called atlas_btns.
36631ea7ff0SJaya Kumar
367ba0acb5eSDmitry Torokhovconfig INPUT_ATI_REMOTE2
368ba0acb5eSDmitry Torokhov	tristate "ATI / Philips USB RF remote control"
3697a86edefSAl Viro	depends on USB_ARCH_HAS_HCD
370ba0acb5eSDmitry Torokhov	select USB
371ba0acb5eSDmitry Torokhov	help
372ba0acb5eSDmitry Torokhov	  Say Y here if you want to use an ATI or Philips USB RF remote control.
373ba0acb5eSDmitry Torokhov	  These are RF remotes with USB receivers.
374ba0acb5eSDmitry Torokhov	  ATI Remote Wonder II comes with some ATI's All-In-Wonder video cards
375ba0acb5eSDmitry Torokhov	  and is also available as a separate product.
376ba0acb5eSDmitry Torokhov	  This driver provides mouse pointer, left and right mouse buttons,
377ba0acb5eSDmitry Torokhov	  and maps all the other remote buttons to keypress events.
378ba0acb5eSDmitry Torokhov
379ba0acb5eSDmitry Torokhov	  To compile this driver as a module, choose M here: the module will be
380ba0acb5eSDmitry Torokhov	  called ati_remote2.
381ba0acb5eSDmitry Torokhov
382ba0acb5eSDmitry Torokhovconfig INPUT_KEYSPAN_REMOTE
383e52278a3SKees Cook	tristate "Keyspan DMR USB remote control"
3847a86edefSAl Viro	depends on USB_ARCH_HAS_HCD
385ba0acb5eSDmitry Torokhov	select USB
386ba0acb5eSDmitry Torokhov	help
387ba0acb5eSDmitry Torokhov	  Say Y here if you want to use a Keyspan DMR USB remote control.
388ba0acb5eSDmitry Torokhov	  Currently only the UIA-11 type of receiver has been tested.  The tag
389ba0acb5eSDmitry Torokhov	  on the receiver that connects to the USB port should have a P/N that
390ba0acb5eSDmitry Torokhov	  will tell you what type of DMR you have.  The UIA-10 type is not
391ba0acb5eSDmitry Torokhov	  supported at this time.  This driver maps all buttons to keypress
392ba0acb5eSDmitry Torokhov	  events.
393ba0acb5eSDmitry Torokhov
394ba0acb5eSDmitry Torokhov	  To compile this driver as a module, choose M here: the module will
395ba0acb5eSDmitry Torokhov	  be called keyspan_remote.
396ba0acb5eSDmitry Torokhov
397e8e70d83SChris Hudsonconfig INPUT_KXTJ9
398e8e70d83SChris Hudson	tristate "Kionix KXTJ9 tri-axis digital accelerometer"
399e8e70d83SChris Hudson	depends on I2C
400e8e70d83SChris Hudson	help
401e8e70d83SChris Hudson	  Say Y here to enable support for the Kionix KXTJ9 digital tri-axis
402e8e70d83SChris Hudson	  accelerometer.
403e8e70d83SChris Hudson
404e8e70d83SChris Hudson	  To compile this driver as a module, choose M here: the module will
405e8e70d83SChris Hudson	  be called kxtj9.
406e8e70d83SChris Hudson
407ba0acb5eSDmitry Torokhovconfig INPUT_POWERMATE
408ba0acb5eSDmitry Torokhov	tristate "Griffin PowerMate and Contour Jog support"
4097a86edefSAl Viro	depends on USB_ARCH_HAS_HCD
410ba0acb5eSDmitry Torokhov	select USB
411ba0acb5eSDmitry Torokhov	help
412ba0acb5eSDmitry Torokhov	  Say Y here if you want to use Griffin PowerMate or Contour Jog devices.
413ba0acb5eSDmitry Torokhov	  These are aluminum dials which can measure clockwise and anticlockwise
414ba0acb5eSDmitry Torokhov	  rotation.  The dial also acts as a pushbutton.  The base contains an LED
415ba0acb5eSDmitry Torokhov	  which can be instructed to pulse or to switch to a particular intensity.
416ba0acb5eSDmitry Torokhov
417ba0acb5eSDmitry Torokhov	  You can download userspace tools from
418ba0acb5eSDmitry Torokhov	  <http://sowerbutts.com/powermate/>.
41901387959SAlessandro Zummo
42001387959SAlessandro Zummo	  To compile this driver as a module, choose M here: the
421ba0acb5eSDmitry Torokhov	  module will be called powermate.
422ba0acb5eSDmitry Torokhov
423ba0acb5eSDmitry Torokhovconfig INPUT_YEALINK
424ba0acb5eSDmitry Torokhov	tristate "Yealink usb-p1k voip phone"
4257a86edefSAl Viro	depends on USB_ARCH_HAS_HCD
426ba0acb5eSDmitry Torokhov	select USB
427ba0acb5eSDmitry Torokhov	help
428ba0acb5eSDmitry Torokhov	  Say Y here if you want to enable keyboard and LCD functions of the
429ba0acb5eSDmitry Torokhov	  Yealink usb-p1k usb phones. The audio part is enabled by the generic
430ba0acb5eSDmitry Torokhov	  usb sound driver, so you might want to enable that as well.
431ba0acb5eSDmitry Torokhov
432ba0acb5eSDmitry Torokhov	  For information about how to use these additional functions, see
4335fb94e9cSMauro Carvalho Chehab	  <file:Documentation/input/devices/yealink.rst>.
434ba0acb5eSDmitry Torokhov
435ba0acb5eSDmitry Torokhov	  To compile this driver as a module, choose M here: the module will be
436ba0acb5eSDmitry Torokhov	  called yealink.
43701387959SAlessandro Zummo
438c04148f9SAlfred E. Heggestadconfig INPUT_CM109
439c04148f9SAlfred E. Heggestad	tristate "C-Media CM109 USB I/O Controller"
440c04148f9SAlfred E. Heggestad	depends on USB_ARCH_HAS_HCD
441c04148f9SAlfred E. Heggestad	select USB
442c04148f9SAlfred E. Heggestad	help
443c04148f9SAlfred E. Heggestad	  Say Y here if you want to enable keyboard and buzzer functions of the
444c04148f9SAlfred E. Heggestad	  C-Media CM109 usb phones. The audio part is enabled by the generic
445c04148f9SAlfred E. Heggestad	  usb sound driver, so you might want to enable that as well.
446c04148f9SAlfred E. Heggestad
447c04148f9SAlfred E. Heggestad	  To compile this driver as a module, choose M here: the module will be
448c04148f9SAlfred E. Heggestad	  called cm109.
449c04148f9SAlfred E. Heggestad
450d64cb71bSJaewon Kimconfig INPUT_REGULATOR_HAPTIC
451d64cb71bSJaewon Kim	tristate "Regulator haptics support"
452d64cb71bSJaewon Kim	depends on REGULATOR
453d64cb71bSJaewon Kim	select INPUT_FF_MEMLESS
454d64cb71bSJaewon Kim	help
455d64cb71bSJaewon Kim	  This option enables device driver support for the haptic controlled
456d64cb71bSJaewon Kim	  by a regulator. This driver supports ff-memless interface
457d64cb71bSJaewon Kim	  from input framework.
458d64cb71bSJaewon Kim
459d64cb71bSJaewon Kim	  To compile this driver as a module, choose M here: the
460d64cb71bSJaewon Kim	  module will be called regulator-haptic.
461d64cb71bSJaewon Kim
462544a46c9SAaro Koskinenconfig INPUT_RETU_PWRBUTTON
463544a46c9SAaro Koskinen	tristate "Retu Power button Driver"
464544a46c9SAaro Koskinen	depends on MFD_RETU
465544a46c9SAaro Koskinen	help
466544a46c9SAaro Koskinen	  Say Y here if you want to enable power key reporting via the
467544a46c9SAaro Koskinen	  Retu chips found in Nokia Internet Tablets (770, N800, N810).
468544a46c9SAaro Koskinen
469544a46c9SAaro Koskinen	  To compile this driver as a module, choose M here. The module will
470544a46c9SAaro Koskinen	  be called retu-pwrbutton.
471544a46c9SAaro Koskinen
4725fafed3eSFelipe Balbiconfig INPUT_TPS65218_PWRBUTTON
4735fafed3eSFelipe Balbi	tristate "TPS65218 Power button driver"
474722dc546SMarcin Niestroj	depends on (MFD_TPS65217 || MFD_TPS65218)
4755fafed3eSFelipe Balbi	help
476b8af0b5bSZhuohua Li	  Say Y here if you want to enable power button reporting for
477722dc546SMarcin Niestroj	  TPS65217 and TPS65218 Power Management IC devices.
4785fafed3eSFelipe Balbi
4795fafed3eSFelipe Balbi	  To compile this driver as a module, choose M here. The module will
4805fafed3eSFelipe Balbi	  be called tps65218-pwrbutton.
4815fafed3eSFelipe Balbi
482c8cf6e23SMarkus Schneider-Pargmannconfig INPUT_TPS65219_PWRBUTTON
483c8cf6e23SMarkus Schneider-Pargmann	tristate "TPS65219 Power button driver"
484c8cf6e23SMarkus Schneider-Pargmann	depends on MFD_TPS65219
485c8cf6e23SMarkus Schneider-Pargmann	help
486c8cf6e23SMarkus Schneider-Pargmann	  Say Y here if you want to enable power button reporting for
487c8cf6e23SMarkus Schneider-Pargmann	  TPS65219 Power Management IC devices.
488c8cf6e23SMarkus Schneider-Pargmann
489c8cf6e23SMarkus Schneider-Pargmann	  To compile this driver as a module, choose M here. The module will
490c8cf6e23SMarkus Schneider-Pargmann	  be called tps65219-pwrbutton.
491c8cf6e23SMarkus Schneider-Pargmann
4925b6c26a9SCarlo Caioneconfig INPUT_AXP20X_PEK
4935b6c26a9SCarlo Caione	tristate "X-Powers AXP20X power button driver"
4945b6c26a9SCarlo Caione	depends on MFD_AXP20X
4955b6c26a9SCarlo Caione	help
4965b6c26a9SCarlo Caione	  Say Y here if you want to enable power key reporting via the
4975b6c26a9SCarlo Caione	  AXP20X PMIC.
4985b6c26a9SCarlo Caione
4995b6c26a9SCarlo Caione	  To compile this driver as a module, choose M here. The module will
5005b6c26a9SCarlo Caione	  be called axp20x-pek.
5015b6c26a9SCarlo Caione
5025b6c26a9SCarlo Caione
50368d8bf04SFelipe Balbiconfig INPUT_TWL4030_PWRBUTTON
50468d8bf04SFelipe Balbi	tristate "TWL4030 Power button Driver"
50568d8bf04SFelipe Balbi	depends on TWL4030_CORE
50668d8bf04SFelipe Balbi	help
50768d8bf04SFelipe Balbi	  Say Y here if you want to enable power key reporting via the
50868d8bf04SFelipe Balbi	  TWL4030 family of chips.
50968d8bf04SFelipe Balbi
51068d8bf04SFelipe Balbi	  To compile this driver as a module, choose M here. The module will
51168d8bf04SFelipe Balbi	  be called twl4030_pwrbutton.
51268d8bf04SFelipe Balbi
5133dd1b394SJari Vanhalaconfig INPUT_TWL4030_VIBRA
5143dd1b394SJari Vanhala	tristate "Support for TWL4030 Vibrator"
5153dd1b394SJari Vanhala	depends on TWL4030_CORE
51657fe7251SPeter Ujfalusi	select MFD_TWL4030_AUDIO
5173dd1b394SJari Vanhala	select INPUT_FF_MEMLESS
5183dd1b394SJari Vanhala	help
5193dd1b394SJari Vanhala	  This option enables support for TWL4030 Vibrator Driver.
5203dd1b394SJari Vanhala
5213dd1b394SJari Vanhala	  To compile this driver as a module, choose M here. The module will
5223dd1b394SJari Vanhala	  be called twl4030_vibra.
5233dd1b394SJari Vanhala
524cc697d38SMisael Lopez Cruzconfig INPUT_TWL6040_VIBRA
525cc697d38SMisael Lopez Cruz	tristate "Support for TWL6040 Vibrator"
5268eaeb939SPeter Ujfalusi	depends on TWL6040_CORE
527cc697d38SMisael Lopez Cruz	select INPUT_FF_MEMLESS
528cc697d38SMisael Lopez Cruz	help
529cc697d38SMisael Lopez Cruz	  This option enables support for TWL6040 Vibrator Driver.
530cc697d38SMisael Lopez Cruz
531cc697d38SMisael Lopez Cruz	  To compile this driver as a module, choose M here. The module will
532cc697d38SMisael Lopez Cruz	  be called twl6040_vibra.
533cc697d38SMisael Lopez Cruz
5341da177e4SLinus Torvaldsconfig INPUT_UINPUT
5351da177e4SLinus Torvalds	tristate "User level driver support"
5361da177e4SLinus Torvalds	help
5371da177e4SLinus Torvalds	  Say Y here if you want to support user level drivers for input
5381da177e4SLinus Torvalds	  subsystem accessible under char device 10:223 - /dev/input/uinput.
5391da177e4SLinus Torvalds
5401da177e4SLinus Torvalds	  To compile this driver as a module, choose M here: the
5411da177e4SLinus Torvalds	  module will be called uinput.
5421da177e4SLinus Torvalds
54348ad88b1SThomas Bogendoerferconfig INPUT_SGI_BTNS
54448ad88b1SThomas Bogendoerfer	tristate "SGI Indy/O2 volume button interface"
54548ad88b1SThomas Bogendoerfer	depends on SGI_IP22 || SGI_IP32
5463bee2a04SThomas Bogendoerfer	help
54748ad88b1SThomas Bogendoerfer	  Say Y here if you want to support SGI Indy/O2 volume button interface.
5483bee2a04SThomas Bogendoerfer
5493bee2a04SThomas Bogendoerfer	  To compile this driver as a module, choose M here: the
55048ad88b1SThomas Bogendoerfer	  module will be called sgi_btns.
5513bee2a04SThomas Bogendoerfer
5521da177e4SLinus Torvaldsconfig HP_SDC_RTC
5531da177e4SLinus Torvalds	tristate "HP SDC Real Time Clock"
554d061ebd5SAlexander Beregalov	depends on (GSC || HP300) && SERIO
5551da177e4SLinus Torvalds	select HP_SDC
5561da177e4SLinus Torvalds	help
5571da177e4SLinus Torvalds	  Say Y here if you want to support the built-in real time clock
5581da177e4SLinus Torvalds	  of the HP SDC controller.
5591da177e4SLinus Torvalds
560adff5962SNishanth Menonconfig INPUT_PALMAS_PWRBUTTON
561adff5962SNishanth Menon	tristate "Palmas Power button Driver"
562adff5962SNishanth Menon	depends on MFD_PALMAS
563adff5962SNishanth Menon	help
564adff5962SNishanth Menon	  Say Y here if you want to enable power key reporting via the
565adff5962SNishanth Menon	  Palmas family of PMICs.
566adff5962SNishanth Menon
567adff5962SNishanth Menon	  To compile this driver as a module, choose M here. The module will
568adff5962SNishanth Menon	  be called palmas_pwrbutton.
569adff5962SNishanth Menon
5701851b06aSBalaji Raoconfig INPUT_PCF50633_PMU
5711851b06aSBalaji Rao	tristate "PCF50633 PMU events"
5721851b06aSBalaji Rao	depends on MFD_PCF50633
5731851b06aSBalaji Rao	help
5741851b06aSBalaji Rao	 Say Y to include support for delivering  PMU events via  input
5751851b06aSBalaji Rao	 layer on NXP PCF50633.
5761851b06aSBalaji Rao
577b91c4be7SBryan Wuconfig INPUT_PCF8574
578b91c4be7SBryan Wu	tristate "PCF8574 Keypad input device"
579e52278a3SKees Cook	depends on I2C
580b91c4be7SBryan Wu	help
581393f9ffbSMasanari Iida	  Say Y here if you want to support a keypad connected via I2C
582b91c4be7SBryan Wu	  with a PCF8574.
583b91c4be7SBryan Wu
584b91c4be7SBryan Wu	  To compile this driver as a module, choose M here: the
585b91c4be7SBryan Wu	  module will be called pcf8574_keypad.
586b91c4be7SBryan Wu
587e22739d0SLars-Peter Clausenconfig INPUT_PWM_BEEPER
588e22739d0SLars-Peter Clausen	tristate "PWM beeper support"
589557fe99dSSascha Hauer	depends on PWM
590e22739d0SLars-Peter Clausen	help
591e22739d0SLars-Peter Clausen	  Say Y here to get support for PWM based beeper devices.
592e22739d0SLars-Peter Clausen
593e22739d0SLars-Peter Clausen	  If unsure, say N.
594e22739d0SLars-Peter Clausen
595e22739d0SLars-Peter Clausen	  To compile this driver as a module, choose M here: the module will be
596e22739d0SLars-Peter Clausen	  called pwm-beeper.
597e22739d0SLars-Peter Clausen
5983e5b0851SSebastian Reichelconfig INPUT_PWM_VIBRA
5993e5b0851SSebastian Reichel	tristate "PWM vibrator support"
6003e5b0851SSebastian Reichel	depends on PWM
6013e5b0851SSebastian Reichel	select INPUT_FF_MEMLESS
6023e5b0851SSebastian Reichel	help
6033e5b0851SSebastian Reichel	  Say Y here to get support for PWM based vibrator devices.
6043e5b0851SSebastian Reichel
6053e5b0851SSebastian Reichel	  If unsure, say N.
6063e5b0851SSebastian Reichel
6073e5b0851SSebastian Reichel	  To compile this driver as a module, choose M here: the module will be
6083e5b0851SSebastian Reichel	  called pwm-vibra.
6093e5b0851SSebastian Reichel
6105a35b85cSJoseph Chenconfig INPUT_RK805_PWRKEY
6115a35b85cSJoseph Chen	tristate "Rockchip RK805 PMIC power key support"
6125a35b85cSJoseph Chen	depends on MFD_RK8XX
6135a35b85cSJoseph Chen	help
6145a35b85cSJoseph Chen	  Select this option to enable power key driver for RK805.
6155a35b85cSJoseph Chen
6165a35b85cSJoseph Chen	  If unsure, say N.
6175a35b85cSJoseph Chen
6185a35b85cSJoseph Chen	  To compile this driver as a module, choose M here: the module will be
6195a35b85cSJoseph Chen	  called rk805_pwrkey.
6205a35b85cSJoseph Chen
62173969ff0SDaniel Mackconfig INPUT_GPIO_ROTARY_ENCODER
62273969ff0SDaniel Mack	tristate "Rotary encoders connected to GPIO pins"
6237d6548abSGeert Uytterhoeven	depends on GPIOLIB || COMPILE_TEST
62473969ff0SDaniel Mack	help
62573969ff0SDaniel Mack	  Say Y here to add support for rotary encoders connected to GPIO lines.
6265fb94e9cSMauro Carvalho Chehab	  Check file:Documentation/input/devices/rotary-encoder.rst for more
62773969ff0SDaniel Mack	  information.
62873969ff0SDaniel Mack
62973969ff0SDaniel Mack	  To compile this driver as a module, choose M here: the
63073969ff0SDaniel Mack	  module will be called rotary_encoder.
63173969ff0SDaniel Mack
632d9bdffd2SPhil Sutterconfig INPUT_RB532_BUTTON
633d9bdffd2SPhil Sutter	tristate "Mikrotik Routerboard 532 button interface"
634d9bdffd2SPhil Sutter	depends on MIKROTIK_RB532
63576ec9d18SAlexandre Courbot	depends on GPIOLIB
636d9bdffd2SPhil Sutter	help
637d9bdffd2SPhil Sutter	  Say Y here if you want support for the S1 button built into
638d9bdffd2SPhil Sutter	  Mikrotik's Routerboard 532.
639d9bdffd2SPhil Sutter
640d9bdffd2SPhil Sutter	  To compile this driver as a module, choose M here: the
641d9bdffd2SPhil Sutter	  module will be called rb532_button.
642d9bdffd2SPhil Sutter
643cd3f6098SRoy Imconfig INPUT_DA7280_HAPTICS
644cd3f6098SRoy Im	tristate "Dialog Semiconductor DA7280 haptics support"
645cd3f6098SRoy Im	depends on INPUT && I2C
646cd3f6098SRoy Im	select REGMAP_I2C
647cd3f6098SRoy Im	help
648cd3f6098SRoy Im	  Say Y to enable support for the Dialog DA7280 haptics driver.
649cd3f6098SRoy Im	  The haptics can be controlled by PWM or GPIO
650cd3f6098SRoy Im	  with I2C communication.
651cd3f6098SRoy Im
652cd3f6098SRoy Im	  To compile this driver as a module, choose M here: the
653cd3f6098SRoy Im	  module will be called da7280.
654cd3f6098SRoy Im
655f0c5f65bSAshish Jangamconfig INPUT_DA9052_ONKEY
656f0c5f65bSAshish Jangam	tristate "Dialog DA9052/DA9053 Onkey"
657f0c5f65bSAshish Jangam	depends on PMIC_DA9052
658f0c5f65bSAshish Jangam	help
659f0c5f65bSAshish Jangam	  Support the ONKEY of Dialog DA9052 PMICs as an input device
660f0c5f65bSAshish Jangam	  reporting power button status.
661f0c5f65bSAshish Jangam
662f0c5f65bSAshish Jangam	  To compile this driver as a module, choose M here: the
663f0c5f65bSAshish Jangam	  module will be called da9052_onkey.
664f0c5f65bSAshish Jangam
6658ed2757eSAshish Jangamconfig INPUT_DA9055_ONKEY
6668ed2757eSAshish Jangam	tristate "Dialog Semiconductor DA9055 ONKEY"
6678ed2757eSAshish Jangam	depends on MFD_DA9055
6688ed2757eSAshish Jangam	help
6698ed2757eSAshish Jangam	  Support the ONKEY of DA9055 PMICs as an input device
6708ed2757eSAshish Jangam	  reporting power button status.
6718ed2757eSAshish Jangam
6728ed2757eSAshish Jangam	  To compile this driver as a module, choose M here: the module
6738ed2757eSAshish Jangam	  will be called da9055_onkey.
6748ed2757eSAshish Jangam
6755179f0ceSSteve Twissconfig INPUT_DA9063_ONKEY
67604d7ad83SSteve Twiss	tristate "Dialog DA9063/62/61 OnKey"
677a27b5e0aSS Twiss	depends on MFD_DA9063 || MFD_DA9062
6785179f0ceSSteve Twiss	help
67904d7ad83SSteve Twiss	  Support the ONKEY of Dialog DA9063, DA9062 and DA9061 Power
68004d7ad83SSteve Twiss	  Management ICs as an input device capable of reporting the
68104d7ad83SSteve Twiss	  power button status.
6825179f0ceSSteve Twiss
6835179f0ceSSteve Twiss	  To compile this driver as a module, choose M here: the module
6845179f0ceSSteve Twiss	  will be called da9063_onkey.
6855179f0ceSSteve Twiss
6860c73b992SMark Brownconfig INPUT_WM831X_ON
6870c73b992SMark Brown	tristate "WM831X ON pin"
6880c73b992SMark Brown	depends on MFD_WM831X
6890c73b992SMark Brown	help
6900c73b992SMark Brown	  Support the ON pin of WM831X PMICs as an input device
6910c73b992SMark Brown	  reporting power button status.
6920c73b992SMark Brown
6930c73b992SMark Brown	  To compile this driver as a module, choose M here: the module
6940c73b992SMark Brown	  will be called wm831x_on.
6950c73b992SMark Brown
696d0a82132SDaniel Ribeiroconfig INPUT_PCAP
697d0a82132SDaniel Ribeiro	tristate "Motorola EZX PCAP misc input events"
698d0a82132SDaniel Ribeiro	depends on EZX_PCAP
699d0a82132SDaniel Ribeiro	help
700d0a82132SDaniel Ribeiro	  Say Y here if you want to use Power key and Headphone button
701d0a82132SDaniel Ribeiro	  on Motorola EZX phones.
702d0a82132SDaniel Ribeiro
703d0a82132SDaniel Ribeiro	  To compile this driver as a module, choose M here: the
704d0a82132SDaniel Ribeiro	  module will be called pcap_keys.
705d0a82132SDaniel Ribeiro
706e27c7292SMichael Hennerichconfig INPUT_ADXL34X
707e27c7292SMichael Hennerich	tristate "Analog Devices ADXL34x Three-Axis Digital Accelerometer"
708e27c7292SMichael Hennerich	default n
709e27c7292SMichael Hennerich	help
710e27c7292SMichael Hennerich	  Say Y here if you have a Accelerometer interface using the
711e27c7292SMichael Hennerich	  ADXL345/6 controller, and your board-specific initialization
712e27c7292SMichael Hennerich	  code includes that in its table of devices.
713e27c7292SMichael Hennerich
714e27c7292SMichael Hennerich	  This driver can use either I2C or SPI communication to the
715e27c7292SMichael Hennerich	  ADXL345/6 controller.  Select the appropriate method for
716e27c7292SMichael Hennerich	  your system.
717e27c7292SMichael Hennerich
718e27c7292SMichael Hennerich	  If unsure, say N (but it's safe to say "Y").
719e27c7292SMichael Hennerich
720e27c7292SMichael Hennerich	  To compile this driver as a module, choose M here: the
721e27c7292SMichael Hennerich	  module will be called adxl34x.
722e27c7292SMichael Hennerich
723e27c7292SMichael Hennerichconfig INPUT_ADXL34X_I2C
724e27c7292SMichael Hennerich	tristate "support I2C bus connection"
725e27c7292SMichael Hennerich	depends on INPUT_ADXL34X && I2C
726e27c7292SMichael Hennerich	default y
727e27c7292SMichael Hennerich	help
728e27c7292SMichael Hennerich	  Say Y here if you have ADXL345/6 hooked to an I2C bus.
729e27c7292SMichael Hennerich
730e27c7292SMichael Hennerich	  To compile this driver as a module, choose M here: the
731e27c7292SMichael Hennerich	  module will be called adxl34x-i2c.
732e27c7292SMichael Hennerich
733e27c7292SMichael Hennerichconfig INPUT_ADXL34X_SPI
734e27c7292SMichael Hennerich	tristate "support SPI bus connection"
735e27c7292SMichael Hennerich	depends on INPUT_ADXL34X && SPI
736e27c7292SMichael Hennerich	default y
737e27c7292SMichael Hennerich	help
738e27c7292SMichael Hennerich	  Say Y here if you have ADXL345/6 hooked to a SPI bus.
739e27c7292SMichael Hennerich
740e27c7292SMichael Hennerich	  To compile this driver as a module, choose M here: the
741e27c7292SMichael Hennerich	  module will be called adxl34x-spi.
742e27c7292SMichael Hennerich
7432e6f34faSEddie Jamesconfig INPUT_IBM_PANEL
7442e6f34faSEddie James	tristate "IBM Operation Panel driver"
7452e6f34faSEddie James	depends on I2C && I2C_SLAVE
7462e6f34faSEddie James	help
7472e6f34faSEddie James	  Say Y here if you have an IBM Operation Panel connected to your system
7482e6f34faSEddie James	  over I2C. The panel is typically connected only to a system's service
7492e6f34faSEddie James	  processor (BMC).
7502e6f34faSEddie James
7512e6f34faSEddie James	  If unsure, say N.
7522e6f34faSEddie James
7532e6f34faSEddie James	  The Operation Panel is a controller with some buttons and an LCD
7542e6f34faSEddie James	  display that allows someone with physical access to the system to
7552e6f34faSEddie James	  perform various administrative tasks. This driver only supports the part
7562e6f34faSEddie James	  of the controller that sends commands to the system.
7572e6f34faSEddie James
7582e6f34faSEddie James	  To compile this driver as a module, choose M here: the module will be
7592e6f34faSEddie James	  called ibm-panel.
7602e6f34faSEddie James
761628329d5SDmitry Torokhovconfig INPUT_IMS_PCU
762628329d5SDmitry Torokhov	tristate "IMS Passenger Control Unit driver"
763628329d5SDmitry Torokhov	depends on USB
764628329d5SDmitry Torokhov	depends on LEDS_CLASS
765628329d5SDmitry Torokhov	help
766628329d5SDmitry Torokhov	  Say Y here if you have system with IMS Rave Passenger Control Unit.
767628329d5SDmitry Torokhov
768628329d5SDmitry Torokhov	  To compile this driver as a module, choose M here: the module will be
769628329d5SDmitry Torokhov	  called ims_pcu.
770628329d5SDmitry Torokhov
77104e49867SJeff LaBundyconfig INPUT_IQS269A
77204e49867SJeff LaBundy	tristate "Azoteq IQS269A capacitive touch controller"
773d0ac7079SJeff LaBundy	depends on I2C
77404e49867SJeff LaBundy	select REGMAP_I2C
77504e49867SJeff LaBundy	help
77604e49867SJeff LaBundy	  Say Y to enable support for the Azoteq IQS269A capacitive
77704e49867SJeff LaBundy	  touch controller.
77804e49867SJeff LaBundy
77904e49867SJeff LaBundy	  To compile this driver as a module, choose M here: the
78004e49867SJeff LaBundy	  module will be called iqs269a.
78104e49867SJeff LaBundy
782f1d2809dSJeff LaBundyconfig INPUT_IQS626A
783f1d2809dSJeff LaBundy	tristate "Azoteq IQS626A capacitive touch controller"
784f1d2809dSJeff LaBundy	depends on I2C
785f1d2809dSJeff LaBundy	select REGMAP_I2C
786f1d2809dSJeff LaBundy	help
787f1d2809dSJeff LaBundy	  Say Y to enable support for the Azoteq IQS626A capacitive
788f1d2809dSJeff LaBundy	  touch controller.
789f1d2809dSJeff LaBundy
790f1d2809dSJeff LaBundy	  To compile this driver as a module, choose M here: the
791f1d2809dSJeff LaBundy	  module will be called iqs626a.
792f1d2809dSJeff LaBundy
793e505edaeSJeff LaBundyconfig INPUT_IQS7222
794*dd24e202SJeff LaBundy	tristate "Azoteq IQS7222A/B/C/D capacitive touch controller"
795e505edaeSJeff LaBundy	depends on I2C
796e505edaeSJeff LaBundy	help
797*dd24e202SJeff LaBundy	  Say Y to enable support for the Azoteq IQS7222A/B/C/D family
798e505edaeSJeff LaBundy	  of capacitive touch controllers.
799e505edaeSJeff LaBundy
800e505edaeSJeff LaBundy	  To compile this driver as a module, choose M here: the
801e505edaeSJeff LaBundy	  module will be called iqs7222.
802e505edaeSJeff LaBundy
803b029ffafSHemanth Vconfig INPUT_CMA3000
804b029ffafSHemanth V	tristate "VTI CMA3000 Tri-axis accelerometer"
805b029ffafSHemanth V	help
806b029ffafSHemanth V	  Say Y here if you want to use VTI CMA3000_D0x Accelerometer
807b029ffafSHemanth V	  driver
808b029ffafSHemanth V
809b029ffafSHemanth V	  This driver currently only supports I2C interface to the
810b029ffafSHemanth V	  controller. Also select the I2C method.
811b029ffafSHemanth V
812b029ffafSHemanth V	  If unsure, say N
813b029ffafSHemanth V
814b029ffafSHemanth V	  To compile this driver as a module, choose M here: the
815b029ffafSHemanth V	  module will be called cma3000_d0x.
816b029ffafSHemanth V
817b029ffafSHemanth Vconfig INPUT_CMA3000_I2C
818b029ffafSHemanth V	tristate "Support I2C bus connection"
819b029ffafSHemanth V	depends on INPUT_CMA3000 && I2C
820b029ffafSHemanth V	help
821b029ffafSHemanth V	  Say Y here if you want to use VTI CMA3000_D0x Accelerometer
822b029ffafSHemanth V	  through I2C interface.
823b029ffafSHemanth V
824b029ffafSHemanth V	  To compile this driver as a module, choose M here: the
825b029ffafSHemanth V	  module will be called cma3000_d0x_i2c.
826b029ffafSHemanth V
82749851ca0SDmitry Torokhovconfig INPUT_XEN_KBDDEV_FRONTEND
82849851ca0SDmitry Torokhov	tristate "Xen virtual keyboard and mouse support"
8294bc25af7SAndrew Jones	depends on XEN
83049851ca0SDmitry Torokhov	default y
83149851ca0SDmitry Torokhov	select XEN_XENBUS_FRONTEND
83249851ca0SDmitry Torokhov	help
83349851ca0SDmitry Torokhov	  This driver implements the front-end of the Xen virtual
83449851ca0SDmitry Torokhov	  keyboard and mouse device driver.  It communicates with a back-end
83549851ca0SDmitry Torokhov	  in another domain.
83649851ca0SDmitry Torokhov
83749851ca0SDmitry Torokhov	  To compile this driver as a module, choose M here: the
83849851ca0SDmitry Torokhov	  module will be called xen-kbdfront.
83949851ca0SDmitry Torokhov
8401ea4c161SAndrey Moiseevconfig INPUT_IDEAPAD_SLIDEBAR
8411ea4c161SAndrey Moiseev	tristate "IdeaPad Laptop Slidebar"
8421ea4c161SAndrey Moiseev	depends on INPUT
8431ea4c161SAndrey Moiseev	depends on SERIO_I8042
8441ea4c161SAndrey Moiseev	help
8451ea4c161SAndrey Moiseev	  Say Y here if you have an IdeaPad laptop with a slidebar.
8461ea4c161SAndrey Moiseev
8471ea4c161SAndrey Moiseev	  To compile this driver as a module, choose M here: the
8481ea4c161SAndrey Moiseev	  module will be called ideapad_slidebar.
8491ea4c161SAndrey Moiseev
85061cd4822SLejun Zhuconfig INPUT_SOC_BUTTON_ARRAY
85161cd4822SLejun Zhu	tristate "Windows-compatible SoC Button Array"
852c3941593SMaximilian Luz	depends on KEYBOARD_GPIO && ACPI
85361cd4822SLejun Zhu	help
854c3941593SMaximilian Luz	  Say Y here if you have a SoC-based tablet that originally runs
855c3941593SMaximilian Luz	  Windows 8 or a Microsoft Surface Book 2, Pro 5, Laptop 1 or later.
85661cd4822SLejun Zhu
85761cd4822SLejun Zhu	  To compile this driver as a module, choose M here: the
85861cd4822SLejun Zhu	  module will be called soc_button_array.
85961cd4822SLejun Zhu
8607132fe4fSDan Murphyconfig INPUT_DRV260X_HAPTICS
8617132fe4fSDan Murphy	tristate "TI DRV260X haptics support"
8627d6548abSGeert Uytterhoeven	depends on INPUT && I2C
8637d6548abSGeert Uytterhoeven	depends on GPIOLIB || COMPILE_TEST
8647132fe4fSDan Murphy	select INPUT_FF_MEMLESS
8657132fe4fSDan Murphy	select REGMAP_I2C
8667132fe4fSDan Murphy	help
8677132fe4fSDan Murphy	  Say Y to enable support for the TI DRV260X haptics driver.
8687132fe4fSDan Murphy
8697132fe4fSDan Murphy	  To compile this driver as a module, choose M here: the
8707132fe4fSDan Murphy	  module will be called drv260x-haptics.
8717132fe4fSDan Murphy
8724d10da13SDan Murphyconfig INPUT_DRV2665_HAPTICS
8734d10da13SDan Murphy	tristate "TI DRV2665 haptics support"
8744d10da13SDan Murphy	depends on INPUT && I2C
8754d10da13SDan Murphy	select INPUT_FF_MEMLESS
8764d10da13SDan Murphy	select REGMAP_I2C
8774d10da13SDan Murphy	help
8784d10da13SDan Murphy	  Say Y to enable support for the TI DRV2665 haptics driver.
8794d10da13SDan Murphy
8804d10da13SDan Murphy	  To compile this driver as a module, choose M here: the
8814d10da13SDan Murphy	  module will be called drv2665-haptics.
8824d10da13SDan Murphy
8831c246225SDan Murphyconfig INPUT_DRV2667_HAPTICS
8841c246225SDan Murphy	tristate "TI DRV2667 haptics support"
8851c246225SDan Murphy	depends on INPUT && I2C
8861c246225SDan Murphy	select INPUT_FF_MEMLESS
8871c246225SDan Murphy	select REGMAP_I2C
8881c246225SDan Murphy	help
8891c246225SDan Murphy	  Say Y to enable support for the TI DRV2667 haptics driver.
8901c246225SDan Murphy
8911c246225SDan Murphy	  To compile this driver as a module, choose M here: the
892c857ea9eSDan Murphy	  module will be called drv2667-haptics.
8931c246225SDan Murphy
894fcd6eb50SJorge Ramirez-Ortizconfig INPUT_HISI_POWERKEY
895fcd6eb50SJorge Ramirez-Ortiz	tristate "Hisilicon PMIC ONKEY support"
896fcd6eb50SJorge Ramirez-Ortiz	depends on ARCH_HISI || COMPILE_TEST
897fcd6eb50SJorge Ramirez-Ortiz	help
898fcd6eb50SJorge Ramirez-Ortiz	  Say Y to enable support for PMIC ONKEY.
899fcd6eb50SJorge Ramirez-Ortiz
900fcd6eb50SJorge Ramirez-Ortiz	  To compile this driver as a module, choose M here: the
901fcd6eb50SJorge Ramirez-Ortiz	  module will be called hisi_powerkey.
902fcd6eb50SJorge Ramirez-Ortiz
90362f0f079SAndrey Smirnovconfig INPUT_RAVE_SP_PWRBUTTON
90462f0f079SAndrey Smirnov	tristate "RAVE SP Power button Driver"
90562f0f079SAndrey Smirnov	depends on RAVE_SP_CORE
90662f0f079SAndrey Smirnov	help
90762f0f079SAndrey Smirnov	  Say Y here if you want to enable power key reporting from RAVE SP
90862f0f079SAndrey Smirnov
90962f0f079SAndrey Smirnov	  To compile this driver as a module, choose M here: the
91062f0f079SAndrey Smirnov	  module will be called rave-sp-pwrbutton.
91162f0f079SAndrey Smirnov
91245615a9bSXiaotong Luconfig INPUT_SC27XX_VIBRA
91345615a9bSXiaotong Lu	tristate "Spreadtrum sc27xx vibrator support"
91445615a9bSXiaotong Lu	depends on MFD_SC27XX_PMIC || COMPILE_TEST
91545615a9bSXiaotong Lu	select INPUT_FF_MEMLESS
91645615a9bSXiaotong Lu	help
91745615a9bSXiaotong Lu	  This option enables support for Spreadtrum sc27xx vibrator driver.
91845615a9bSXiaotong Lu
91945615a9bSXiaotong Lu	  To compile this driver as a module, choose M here. The module will
92045615a9bSXiaotong Lu	  be called sc27xx_vibra.
92145615a9bSXiaotong Lu
922ed3d5bd2SChiYuan Huangconfig INPUT_RT5120_PWRKEY
923ed3d5bd2SChiYuan Huang	tristate "RT5120 PMIC power key support"
924ed3d5bd2SChiYuan Huang	depends on MFD_RT5120 || COMPILE_TEST
925ed3d5bd2SChiYuan Huang	help
926ed3d5bd2SChiYuan Huang	  This enables support for RT5120 PMIC power key driver.
927ed3d5bd2SChiYuan Huang
928ed3d5bd2SChiYuan Huang	  To compile this driver as a module, choose M here. the module will
929ed3d5bd2SChiYuan Huang	  be called rt5120-pwrkey.
930ed3d5bd2SChiYuan Huang
9319eb9cc93SPascal PAILLET-LMEconfig INPUT_STPMIC1_ONKEY
9329eb9cc93SPascal PAILLET-LME	tristate "STPMIC1 PMIC Onkey support"
9339eb9cc93SPascal PAILLET-LME	depends on MFD_STPMIC1
9349eb9cc93SPascal PAILLET-LME	help
9359eb9cc93SPascal PAILLET-LME	  Say Y to enable support of onkey embedded into STPMIC1 PMIC. onkey
9369eb9cc93SPascal PAILLET-LME	  can be used to wakeup from low power modes and force a shut-down on
9379eb9cc93SPascal PAILLET-LME	  long press.
9389eb9cc93SPascal PAILLET-LME
9399eb9cc93SPascal PAILLET-LME	  To compile this driver as a module, choose M here: the
9409eb9cc93SPascal PAILLET-LME	  module will be called stpmic1_onkey.
9419eb9cc93SPascal PAILLET-LME
9421da177e4SLinus Torvaldsendif
943