xref: /openbmc/linux/drivers/input/misc/Kconfig (revision 48a4dec8)
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"
110*48a4dec8SJean 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
122c17ca3f5SEric Anderssonconfig INPUT_BMA150
123c17ca3f5SEric Andersson	tristate "BMA150/SMB380 acceleration sensor support"
124c17ca3f5SEric Andersson	depends on I2C
125c17ca3f5SEric Andersson	help
126c17ca3f5SEric Andersson	  Say Y here if you have Bosch Sensortec's BMA150 or SMB380
127c17ca3f5SEric Andersson	  acceleration sensor hooked to an I2C bus.
128c17ca3f5SEric Andersson
129c17ca3f5SEric Andersson	  To compile this driver as a module, choose M here: the
130c17ca3f5SEric Andersson	  module will be called bma150.
131c17ca3f5SEric Andersson
132846a7fc8SMoritz Fischerconfig INPUT_E3X0_BUTTON
13305f216ddSMoritz Fischer	tristate "NI Ettus Research USRP E3xx Button support."
134846a7fc8SMoritz Fischer	default n
135846a7fc8SMoritz Fischer	help
136846a7fc8SMoritz Fischer	  Say Y here to enable support for the NI Ettus Research
13705f216ddSMoritz Fischer	  USRP E3xx Button.
138846a7fc8SMoritz Fischer
139846a7fc8SMoritz Fischer	  To compile this driver as a module, choose M here: the
140846a7fc8SMoritz Fischer	  module will be called e3x0_button.
141846a7fc8SMoritz Fischer
1421da177e4SLinus Torvaldsconfig INPUT_PCSPKR
1431da177e4SLinus Torvalds	tristate "PC Speaker support"
144e5e1d3cbSStas Sergeev	depends on PCSPKR_PLATFORM
1451da177e4SLinus Torvalds	help
1461da177e4SLinus Torvalds	  Say Y here if you want the standard PC Speaker to be used for
1471da177e4SLinus Torvalds	  bells and whistles.
1481da177e4SLinus Torvalds
1491da177e4SLinus Torvalds	  If unsure, say Y.
1501da177e4SLinus Torvalds
1511da177e4SLinus Torvalds	  To compile this driver as a module, choose M here: the
1521da177e4SLinus Torvalds	  module will be called pcspkr.
1531da177e4SLinus Torvalds
15468c581d5SCourtney Cavinconfig INPUT_PM8941_PWRKEY
15568c581d5SCourtney Cavin	tristate "Qualcomm PM8941 power key support"
15668c581d5SCourtney Cavin	depends on MFD_SPMI_PMIC
15768c581d5SCourtney Cavin	help
15868c581d5SCourtney Cavin	  Say Y here if you want support for the power key usually found
15968c581d5SCourtney Cavin	  on boards using a Qualcomm PM8941 compatible PMIC.
16068c581d5SCourtney Cavin
16168c581d5SCourtney Cavin	  If unsure, say Y.
16268c581d5SCourtney Cavin
16368c581d5SCourtney Cavin	  To compile this driver as a module, choose M here: the module
16468c581d5SCourtney Cavin	  will be called pm8941-pwrkey.
16568c581d5SCourtney Cavin
16611205bb6SAmy Malocheconfig INPUT_PM8XXX_VIBRATOR
16711205bb6SAmy Maloche	tristate "Qualcomm PM8XXX vibrator support"
168792ad668SDamien Riegel	depends on MFD_PM8XXX || MFD_SPMI_PMIC
16911205bb6SAmy Maloche	select INPUT_FF_MEMLESS
17011205bb6SAmy Maloche	help
17111205bb6SAmy Maloche	  This option enables device driver support for the vibrator
17211205bb6SAmy Maloche	  on Qualcomm PM8xxx chip. This driver supports ff-memless interface
17311205bb6SAmy Maloche	  from input framework.
17411205bb6SAmy Maloche
17511205bb6SAmy Maloche	  To compile this driver as module, choose M here: the
17611205bb6SAmy Maloche	  module will be called pm8xxx-vibrator.
17711205bb6SAmy Maloche
17811205bb6SAmy Malocheconfig INPUT_PMIC8XXX_PWRKEY
17911205bb6SAmy Maloche	tristate "PMIC8XXX power key support"
18011205bb6SAmy Maloche	depends on MFD_PM8XXX
18111205bb6SAmy Maloche	help
18211205bb6SAmy Maloche	  Say Y here if you want support for the PMIC8XXX power key.
18311205bb6SAmy Maloche
18411205bb6SAmy Maloche	  If unsure, say N.
18511205bb6SAmy Maloche
18611205bb6SAmy Maloche	  To compile this driver as a module, choose M here: the
18711205bb6SAmy Maloche	  module will be called pmic8xxx-pwrkey.
18811205bb6SAmy Maloche
1891da177e4SLinus Torvaldsconfig INPUT_SPARCSPKR
1901da177e4SLinus Torvalds	tristate "SPARC Speaker support"
191a2bd4fd1SDavid S. Miller	depends on PCI && SPARC64
1921da177e4SLinus Torvalds	help
1931da177e4SLinus Torvalds	  Say Y here if you want the standard Speaker on Sparc PCI systems
1941da177e4SLinus Torvalds	  to be used for bells and whistles.
1951da177e4SLinus Torvalds
1961da177e4SLinus Torvalds	  If unsure, say Y.
1971da177e4SLinus Torvalds
1981da177e4SLinus Torvalds	  To compile this driver as a module, choose M here: the
1991da177e4SLinus Torvalds	  module will be called sparcspkr.
2001da177e4SLinus Torvalds
2011da177e4SLinus Torvaldsconfig INPUT_M68K_BEEP
2021da177e4SLinus Torvalds	tristate "M68k Beeper support"
2031da177e4SLinus Torvalds	depends on M68K
2041da177e4SLinus Torvalds
2051af2b76fSBartosz Golaszewskiconfig INPUT_MAX77650_ONKEY
2061af2b76fSBartosz Golaszewski	tristate "Maxim MAX77650 ONKEY support"
2071af2b76fSBartosz Golaszewski	depends on MFD_MAX77650
2081af2b76fSBartosz Golaszewski	help
2091af2b76fSBartosz Golaszewski	  Support the ONKEY of the MAX77650 PMIC as an input device.
2101af2b76fSBartosz Golaszewski
2111af2b76fSBartosz Golaszewski	  To compile this driver as a module, choose M here: the module
2121af2b76fSBartosz Golaszewski	  will be called max77650-onkey.
2131af2b76fSBartosz Golaszewski
214a3b3ca75SJaewon Kimconfig INPUT_MAX77693_HAPTIC
21556bbc99eSKrzysztof Kozlowski	tristate "MAXIM MAX77693/MAX77843 haptic controller support"
21656bbc99eSKrzysztof Kozlowski	depends on (MFD_MAX77693 || MFD_MAX77843) && PWM
217a3b3ca75SJaewon Kim	select INPUT_FF_MEMLESS
218a3b3ca75SJaewon Kim	help
219a3b3ca75SJaewon Kim	  This option enables support for the haptic controller on
22056bbc99eSKrzysztof Kozlowski	  MAXIM MAX77693 and MAX77843 chips.
221a3b3ca75SJaewon Kim
222a3b3ca75SJaewon Kim	  To compile this driver as module, choose M here: the
223a3b3ca75SJaewon Kim	  module will be called max77693-haptic.
224a3b3ca75SJaewon Kim
2253734574cSHaojian Zhuangconfig INPUT_MAX8925_ONKEY
2263734574cSHaojian Zhuang	tristate "MAX8925 ONKEY support"
2273734574cSHaojian Zhuang	depends on MFD_MAX8925
2283734574cSHaojian Zhuang	help
2293734574cSHaojian Zhuang	  Support the ONKEY of MAX8925 PMICs as an input device
2303734574cSHaojian Zhuang	  reporting power button status.
2313734574cSHaojian Zhuang
2323734574cSHaojian Zhuang	  To compile this driver as a module, choose M here: the module
2333734574cSHaojian Zhuang	  will be called max8925_onkey.
2343734574cSHaojian Zhuang
235104594b0SDonggeun Kimconfig INPUT_MAX8997_HAPTIC
236104594b0SDonggeun Kim	tristate "MAXIM MAX8997 haptic controller support"
237557fe99dSSascha Hauer	depends on PWM && MFD_MAX8997
238104594b0SDonggeun Kim	select INPUT_FF_MEMLESS
239104594b0SDonggeun Kim	help
240104594b0SDonggeun Kim	  This option enables device driver support for the haptic controller
241104594b0SDonggeun Kim	  on MAXIM MAX8997 chip. This driver supports ff-memless interface
242104594b0SDonggeun Kim	  from input framework.
243104594b0SDonggeun Kim
244104594b0SDonggeun Kim	  To compile this driver as module, choose M here: the
245104594b0SDonggeun Kim	  module will be called max8997-haptic.
246104594b0SDonggeun Kim
24730fc7ac3SPhilippe Rétornazconfig INPUT_MC13783_PWRBUTTON
24830fc7ac3SPhilippe Rétornaz	tristate "MC13783 ON buttons"
249e5a3da21SAlexander Shiyan	depends on MFD_MC13XXX
25030fc7ac3SPhilippe Rétornaz	help
25130fc7ac3SPhilippe Rétornaz	  Support the ON buttons of MC13783 PMIC as an input device
25230fc7ac3SPhilippe Rétornaz	  reporting power button status.
25330fc7ac3SPhilippe Rétornaz
25430fc7ac3SPhilippe Rétornaz	  To compile this driver as a module, choose M here: the module
25530fc7ac3SPhilippe Rétornaz	  will be called mc13783-pwrbutton.
25630fc7ac3SPhilippe Rétornaz
2573ead8b5dSEric Miaoconfig INPUT_MMA8450
2583ead8b5dSEric Miao	tristate "MMA8450 - Freescale's 3-Axis, 8/12-bit Digital Accelerometer"
2593ead8b5dSEric Miao	depends on I2C
2603ead8b5dSEric Miao	help
2613ead8b5dSEric Miao	  Say Y here if you want to support Freescale's MMA8450 Accelerometer
2623ead8b5dSEric Miao	  through I2C interface.
2633ead8b5dSEric Miao
2643ead8b5dSEric Miao	  To compile this driver as a module, choose M here: the
2653ead8b5dSEric Miao	  module will be called mma8450.
2663ead8b5dSEric Miao
26752fe0cdbSStephen Hemmingerconfig INPUT_APANEL
26852fe0cdbSStephen Hemminger	tristate "Fujitsu Lifebook Application Panel buttons"
26919131305SRandy Dunlap	depends on X86 && I2C && LEDS_CLASS
27052fe0cdbSStephen Hemminger	select CHECK_SIGNATURE
27152fe0cdbSStephen Hemminger	help
27252fe0cdbSStephen Hemminger	 Say Y here for support of the Application Panel buttons, used on
27352fe0cdbSStephen Hemminger	 Fujitsu Lifebook. These are attached to the mainboard through
27419131305SRandy Dunlap	 an SMBus interface managed by the I2C Intel ICH (i801) driver,
27519131305SRandy Dunlap	 which you should also build for this kernel.
27652fe0cdbSStephen Hemminger
27752fe0cdbSStephen Hemminger	 To compile this driver as a module, choose M here: the module will
27852fe0cdbSStephen Hemminger	 be called apanel.
27952fe0cdbSStephen Hemminger
280976358e2SAlexander Shiyanconfig INPUT_GPIO_BEEPER
281976358e2SAlexander Shiyan	tristate "Generic GPIO Beeper support"
2827d6548abSGeert Uytterhoeven	depends on GPIOLIB || COMPILE_TEST
283976358e2SAlexander Shiyan	help
284976358e2SAlexander Shiyan	  Say Y here if you have a beeper connected to a GPIO pin.
285976358e2SAlexander Shiyan
286976358e2SAlexander Shiyan	  To compile this driver as a module, choose M here: the
287976358e2SAlexander Shiyan	  module will be called gpio-beeper.
288976358e2SAlexander Shiyan
28969464161SVignesh Rconfig INPUT_GPIO_DECODER
29069464161SVignesh R	tristate "Polled GPIO Decoder Input driver"
29169464161SVignesh R	depends on GPIOLIB || COMPILE_TEST
29269464161SVignesh R	help
29369464161SVignesh R	 Say Y here if you want driver to read status of multiple GPIO
29469464161SVignesh R	 lines and report the encoded value as an absolute integer to
29569464161SVignesh R	 input subsystem.
29669464161SVignesh R
29769464161SVignesh R	 To compile this driver as a module, choose M here: the module
29869464161SVignesh R	 will be called gpio_decoder.
29969464161SVignesh R
30013bda2d0SLuca Weissconfig INPUT_GPIO_VIBRA
30113bda2d0SLuca Weiss	tristate "GPIO vibrator support"
30213bda2d0SLuca Weiss	depends on GPIOLIB || COMPILE_TEST
30313bda2d0SLuca Weiss	select INPUT_FF_MEMLESS
30413bda2d0SLuca Weiss	help
30513bda2d0SLuca Weiss	  Say Y here to get support for GPIO based vibrator devices.
30613bda2d0SLuca Weiss
30713bda2d0SLuca Weiss	  If unsure, say N.
30813bda2d0SLuca Weiss
30913bda2d0SLuca Weiss	  To compile this driver as a module, choose M here: the module will be
31013bda2d0SLuca Weiss	  called gpio-vibra.
31113bda2d0SLuca Weiss
312bebb8a2bSYoichi Yuasaconfig INPUT_COBALT_BTNS
313bebb8a2bSYoichi Yuasa	tristate "Cobalt button interface"
314bebb8a2bSYoichi Yuasa	depends on MIPS_COBALT
315bebb8a2bSYoichi Yuasa	help
316bebb8a2bSYoichi Yuasa	  Say Y here if you want to support MIPS Cobalt button interface.
317bebb8a2bSYoichi Yuasa
318bebb8a2bSYoichi Yuasa	  To compile this driver as a module, choose M here: the
319bebb8a2bSYoichi Yuasa	  module will be called cobalt_btns.
320bebb8a2bSYoichi Yuasa
3216d999718SSebastian Reichelconfig INPUT_CPCAP_PWRBUTTON
3226d999718SSebastian Reichel	tristate "CPCAP OnKey"
3236d999718SSebastian Reichel	depends on MFD_CPCAP
3246d999718SSebastian Reichel	help
3256d999718SSebastian Reichel	  Say Y here if you want to enable power key reporting via the
3266d999718SSebastian Reichel	  Motorola CPCAP chip.
3276d999718SSebastian Reichel
3286d999718SSebastian Reichel	  To compile this driver as a module, choose M here. The module will
3296d999718SSebastian Reichel	  be called cpcap-pwrbutton.
3306d999718SSebastian Reichel
3315fc14680SDmitry Torokhovconfig INPUT_WISTRON_BTNS
3325fc14680SDmitry Torokhov	tristate "x86 Wistron laptop button interface"
33386234eb7SJean Delvare	depends on X86_32
334e97af4cbSDmitry Torokhov	select INPUT_SPARSEKMAP
335389679d8SEric Piel	select NEW_LEDS
336389679d8SEric Piel	select LEDS_CLASS
337928923c7SGeert Uytterhoeven	select CHECK_SIGNATURE
3385fc14680SDmitry Torokhov	help
33901dd2fbfSMatt LaPlante	  Say Y here for support of Wistron laptop button interfaces, used on
340389679d8SEric Piel	  laptops of various brands, including Acer and Fujitsu-Siemens. If
34101dd2fbfSMatt LaPlante	  available, mail and wifi LEDs will be controllable via /sys/class/leds.
3425fc14680SDmitry Torokhov
3435fc14680SDmitry Torokhov	  To compile this driver as a module, choose M here: the module will
3445fc14680SDmitry Torokhov	  be called wistron_btns.
3455fc14680SDmitry Torokhov
34631ea7ff0SJaya Kumarconfig INPUT_ATLAS_BTNS
34731ea7ff0SJaya Kumar	tristate "x86 Atlas button interface"
34831ea7ff0SJaya Kumar	depends on X86 && ACPI
34931ea7ff0SJaya Kumar	help
35031ea7ff0SJaya Kumar	  Say Y here for support of Atlas wallmount touchscreen buttons.
35131ea7ff0SJaya Kumar	  The events will show up as scancodes F1 through F9 via evdev.
35231ea7ff0SJaya Kumar
35331ea7ff0SJaya Kumar	  To compile this driver as a module, choose M here: the module will
35431ea7ff0SJaya Kumar	  be called atlas_btns.
35531ea7ff0SJaya Kumar
356ba0acb5eSDmitry Torokhovconfig INPUT_ATI_REMOTE2
357ba0acb5eSDmitry Torokhov	tristate "ATI / Philips USB RF remote control"
3587a86edefSAl Viro	depends on USB_ARCH_HAS_HCD
359ba0acb5eSDmitry Torokhov	select USB
360ba0acb5eSDmitry Torokhov	help
361ba0acb5eSDmitry Torokhov	  Say Y here if you want to use an ATI or Philips USB RF remote control.
362ba0acb5eSDmitry Torokhov	  These are RF remotes with USB receivers.
363ba0acb5eSDmitry Torokhov	  ATI Remote Wonder II comes with some ATI's All-In-Wonder video cards
364ba0acb5eSDmitry Torokhov	  and is also available as a separate product.
365ba0acb5eSDmitry Torokhov	  This driver provides mouse pointer, left and right mouse buttons,
366ba0acb5eSDmitry Torokhov	  and maps all the other remote buttons to keypress events.
367ba0acb5eSDmitry Torokhov
368ba0acb5eSDmitry Torokhov	  To compile this driver as a module, choose M here: the module will be
369ba0acb5eSDmitry Torokhov	  called ati_remote2.
370ba0acb5eSDmitry Torokhov
371ba0acb5eSDmitry Torokhovconfig INPUT_KEYSPAN_REMOTE
372e52278a3SKees Cook	tristate "Keyspan DMR USB remote control"
3737a86edefSAl Viro	depends on USB_ARCH_HAS_HCD
374ba0acb5eSDmitry Torokhov	select USB
375ba0acb5eSDmitry Torokhov	help
376ba0acb5eSDmitry Torokhov	  Say Y here if you want to use a Keyspan DMR USB remote control.
377ba0acb5eSDmitry Torokhov	  Currently only the UIA-11 type of receiver has been tested.  The tag
378ba0acb5eSDmitry Torokhov	  on the receiver that connects to the USB port should have a P/N that
379ba0acb5eSDmitry Torokhov	  will tell you what type of DMR you have.  The UIA-10 type is not
380ba0acb5eSDmitry Torokhov	  supported at this time.  This driver maps all buttons to keypress
381ba0acb5eSDmitry Torokhov	  events.
382ba0acb5eSDmitry Torokhov
383ba0acb5eSDmitry Torokhov	  To compile this driver as a module, choose M here: the module will
384ba0acb5eSDmitry Torokhov	  be called keyspan_remote.
385ba0acb5eSDmitry Torokhov
386e8e70d83SChris Hudsonconfig INPUT_KXTJ9
387e8e70d83SChris Hudson	tristate "Kionix KXTJ9 tri-axis digital accelerometer"
388e8e70d83SChris Hudson	depends on I2C
389e8e70d83SChris Hudson	help
390e8e70d83SChris Hudson	  Say Y here to enable support for the Kionix KXTJ9 digital tri-axis
391e8e70d83SChris Hudson	  accelerometer.
392e8e70d83SChris Hudson
393e8e70d83SChris Hudson	  To compile this driver as a module, choose M here: the module will
394e8e70d83SChris Hudson	  be called kxtj9.
395e8e70d83SChris Hudson
396ba0acb5eSDmitry Torokhovconfig INPUT_POWERMATE
397ba0acb5eSDmitry Torokhov	tristate "Griffin PowerMate and Contour Jog support"
3987a86edefSAl Viro	depends on USB_ARCH_HAS_HCD
399ba0acb5eSDmitry Torokhov	select USB
400ba0acb5eSDmitry Torokhov	help
401ba0acb5eSDmitry Torokhov	  Say Y here if you want to use Griffin PowerMate or Contour Jog devices.
402ba0acb5eSDmitry Torokhov	  These are aluminum dials which can measure clockwise and anticlockwise
403ba0acb5eSDmitry Torokhov	  rotation.  The dial also acts as a pushbutton.  The base contains an LED
404ba0acb5eSDmitry Torokhov	  which can be instructed to pulse or to switch to a particular intensity.
405ba0acb5eSDmitry Torokhov
406ba0acb5eSDmitry Torokhov	  You can download userspace tools from
407ba0acb5eSDmitry Torokhov	  <http://sowerbutts.com/powermate/>.
40801387959SAlessandro Zummo
40901387959SAlessandro Zummo	  To compile this driver as a module, choose M here: the
410ba0acb5eSDmitry Torokhov	  module will be called powermate.
411ba0acb5eSDmitry Torokhov
412ba0acb5eSDmitry Torokhovconfig INPUT_YEALINK
413ba0acb5eSDmitry Torokhov	tristate "Yealink usb-p1k voip phone"
4147a86edefSAl Viro	depends on USB_ARCH_HAS_HCD
415ba0acb5eSDmitry Torokhov	select USB
416ba0acb5eSDmitry Torokhov	help
417ba0acb5eSDmitry Torokhov	  Say Y here if you want to enable keyboard and LCD functions of the
418ba0acb5eSDmitry Torokhov	  Yealink usb-p1k usb phones. The audio part is enabled by the generic
419ba0acb5eSDmitry Torokhov	  usb sound driver, so you might want to enable that as well.
420ba0acb5eSDmitry Torokhov
421ba0acb5eSDmitry Torokhov	  For information about how to use these additional functions, see
4225fb94e9cSMauro Carvalho Chehab	  <file:Documentation/input/devices/yealink.rst>.
423ba0acb5eSDmitry Torokhov
424ba0acb5eSDmitry Torokhov	  To compile this driver as a module, choose M here: the module will be
425ba0acb5eSDmitry Torokhov	  called yealink.
42601387959SAlessandro Zummo
427c04148f9SAlfred E. Heggestadconfig INPUT_CM109
428c04148f9SAlfred E. Heggestad	tristate "C-Media CM109 USB I/O Controller"
429c04148f9SAlfred E. Heggestad	depends on USB_ARCH_HAS_HCD
430c04148f9SAlfred E. Heggestad	select USB
431c04148f9SAlfred E. Heggestad	help
432c04148f9SAlfred E. Heggestad	  Say Y here if you want to enable keyboard and buzzer functions of the
433c04148f9SAlfred E. Heggestad	  C-Media CM109 usb phones. The audio part is enabled by the generic
434c04148f9SAlfred E. Heggestad	  usb sound driver, so you might want to enable that as well.
435c04148f9SAlfred E. Heggestad
436c04148f9SAlfred E. Heggestad	  To compile this driver as a module, choose M here: the module will be
437c04148f9SAlfred E. Heggestad	  called cm109.
438c04148f9SAlfred E. Heggestad
439d64cb71bSJaewon Kimconfig INPUT_REGULATOR_HAPTIC
440d64cb71bSJaewon Kim	tristate "Regulator haptics support"
441d64cb71bSJaewon Kim	depends on REGULATOR
442d64cb71bSJaewon Kim	select INPUT_FF_MEMLESS
443d64cb71bSJaewon Kim	help
444d64cb71bSJaewon Kim	  This option enables device driver support for the haptic controlled
445d64cb71bSJaewon Kim	  by a regulator. This driver supports ff-memless interface
446d64cb71bSJaewon Kim	  from input framework.
447d64cb71bSJaewon Kim
448d64cb71bSJaewon Kim	  To compile this driver as a module, choose M here: the
449d64cb71bSJaewon Kim	  module will be called regulator-haptic.
450d64cb71bSJaewon Kim
451544a46c9SAaro Koskinenconfig INPUT_RETU_PWRBUTTON
452544a46c9SAaro Koskinen	tristate "Retu Power button Driver"
453544a46c9SAaro Koskinen	depends on MFD_RETU
454544a46c9SAaro Koskinen	help
455544a46c9SAaro Koskinen	  Say Y here if you want to enable power key reporting via the
456544a46c9SAaro Koskinen	  Retu chips found in Nokia Internet Tablets (770, N800, N810).
457544a46c9SAaro Koskinen
458544a46c9SAaro Koskinen	  To compile this driver as a module, choose M here. The module will
459544a46c9SAaro Koskinen	  be called retu-pwrbutton.
460544a46c9SAaro Koskinen
4615fafed3eSFelipe Balbiconfig INPUT_TPS65218_PWRBUTTON
4625fafed3eSFelipe Balbi	tristate "TPS65218 Power button driver"
463722dc546SMarcin Niestroj	depends on (MFD_TPS65217 || MFD_TPS65218)
4645fafed3eSFelipe Balbi	help
465b8af0b5bSZhuohua Li	  Say Y here if you want to enable power button reporting for
466722dc546SMarcin Niestroj	  TPS65217 and TPS65218 Power Management IC devices.
4675fafed3eSFelipe Balbi
4685fafed3eSFelipe Balbi	  To compile this driver as a module, choose M here. The module will
4695fafed3eSFelipe Balbi	  be called tps65218-pwrbutton.
4705fafed3eSFelipe Balbi
4715b6c26a9SCarlo Caioneconfig INPUT_AXP20X_PEK
4725b6c26a9SCarlo Caione	tristate "X-Powers AXP20X power button driver"
4735b6c26a9SCarlo Caione	depends on MFD_AXP20X
4745b6c26a9SCarlo Caione	help
4755b6c26a9SCarlo Caione	  Say Y here if you want to enable power key reporting via the
4765b6c26a9SCarlo Caione	  AXP20X PMIC.
4775b6c26a9SCarlo Caione
4785b6c26a9SCarlo Caione	  To compile this driver as a module, choose M here. The module will
4795b6c26a9SCarlo Caione	  be called axp20x-pek.
4805b6c26a9SCarlo Caione
4815b6c26a9SCarlo Caione
48268d8bf04SFelipe Balbiconfig INPUT_TWL4030_PWRBUTTON
48368d8bf04SFelipe Balbi	tristate "TWL4030 Power button Driver"
48468d8bf04SFelipe Balbi	depends on TWL4030_CORE
48568d8bf04SFelipe Balbi	help
48668d8bf04SFelipe Balbi	  Say Y here if you want to enable power key reporting via the
48768d8bf04SFelipe Balbi	  TWL4030 family of chips.
48868d8bf04SFelipe Balbi
48968d8bf04SFelipe Balbi	  To compile this driver as a module, choose M here. The module will
49068d8bf04SFelipe Balbi	  be called twl4030_pwrbutton.
49168d8bf04SFelipe Balbi
4923dd1b394SJari Vanhalaconfig INPUT_TWL4030_VIBRA
4933dd1b394SJari Vanhala	tristate "Support for TWL4030 Vibrator"
4943dd1b394SJari Vanhala	depends on TWL4030_CORE
49557fe7251SPeter Ujfalusi	select MFD_TWL4030_AUDIO
4963dd1b394SJari Vanhala	select INPUT_FF_MEMLESS
4973dd1b394SJari Vanhala	help
4983dd1b394SJari Vanhala	  This option enables support for TWL4030 Vibrator Driver.
4993dd1b394SJari Vanhala
5003dd1b394SJari Vanhala	  To compile this driver as a module, choose M here. The module will
5013dd1b394SJari Vanhala	  be called twl4030_vibra.
5023dd1b394SJari Vanhala
503cc697d38SMisael Lopez Cruzconfig INPUT_TWL6040_VIBRA
504cc697d38SMisael Lopez Cruz	tristate "Support for TWL6040 Vibrator"
5058eaeb939SPeter Ujfalusi	depends on TWL6040_CORE
506cc697d38SMisael Lopez Cruz	select INPUT_FF_MEMLESS
507cc697d38SMisael Lopez Cruz	help
508cc697d38SMisael Lopez Cruz	  This option enables support for TWL6040 Vibrator Driver.
509cc697d38SMisael Lopez Cruz
510cc697d38SMisael Lopez Cruz	  To compile this driver as a module, choose M here. The module will
511cc697d38SMisael Lopez Cruz	  be called twl6040_vibra.
512cc697d38SMisael Lopez Cruz
5131da177e4SLinus Torvaldsconfig INPUT_UINPUT
5141da177e4SLinus Torvalds	tristate "User level driver support"
5151da177e4SLinus Torvalds	help
5161da177e4SLinus Torvalds	  Say Y here if you want to support user level drivers for input
5171da177e4SLinus Torvalds	  subsystem accessible under char device 10:223 - /dev/input/uinput.
5181da177e4SLinus Torvalds
5191da177e4SLinus Torvalds	  To compile this driver as a module, choose M here: the
5201da177e4SLinus Torvalds	  module will be called uinput.
5211da177e4SLinus Torvalds
52248ad88b1SThomas Bogendoerferconfig INPUT_SGI_BTNS
52348ad88b1SThomas Bogendoerfer	tristate "SGI Indy/O2 volume button interface"
52448ad88b1SThomas Bogendoerfer	depends on SGI_IP22 || SGI_IP32
5253bee2a04SThomas Bogendoerfer	help
52648ad88b1SThomas Bogendoerfer	  Say Y here if you want to support SGI Indy/O2 volume button interface.
5273bee2a04SThomas Bogendoerfer
5283bee2a04SThomas Bogendoerfer	  To compile this driver as a module, choose M here: the
52948ad88b1SThomas Bogendoerfer	  module will be called sgi_btns.
5303bee2a04SThomas Bogendoerfer
5311da177e4SLinus Torvaldsconfig HP_SDC_RTC
5321da177e4SLinus Torvalds	tristate "HP SDC Real Time Clock"
533d061ebd5SAlexander Beregalov	depends on (GSC || HP300) && SERIO
5341da177e4SLinus Torvalds	select HP_SDC
5351da177e4SLinus Torvalds	help
5361da177e4SLinus Torvalds	  Say Y here if you want to support the built-in real time clock
5371da177e4SLinus Torvalds	  of the HP SDC controller.
5381da177e4SLinus Torvalds
539adff5962SNishanth Menonconfig INPUT_PALMAS_PWRBUTTON
540adff5962SNishanth Menon	tristate "Palmas Power button Driver"
541adff5962SNishanth Menon	depends on MFD_PALMAS
542adff5962SNishanth Menon	help
543adff5962SNishanth Menon	  Say Y here if you want to enable power key reporting via the
544adff5962SNishanth Menon	  Palmas family of PMICs.
545adff5962SNishanth Menon
546adff5962SNishanth Menon	  To compile this driver as a module, choose M here. The module will
547adff5962SNishanth Menon	  be called palmas_pwrbutton.
548adff5962SNishanth Menon
5491851b06aSBalaji Raoconfig INPUT_PCF50633_PMU
5501851b06aSBalaji Rao	tristate "PCF50633 PMU events"
5511851b06aSBalaji Rao	depends on MFD_PCF50633
5521851b06aSBalaji Rao	help
5531851b06aSBalaji Rao	 Say Y to include support for delivering  PMU events via  input
5541851b06aSBalaji Rao	 layer on NXP PCF50633.
5551851b06aSBalaji Rao
556b91c4be7SBryan Wuconfig INPUT_PCF8574
557b91c4be7SBryan Wu	tristate "PCF8574 Keypad input device"
558e52278a3SKees Cook	depends on I2C
559b91c4be7SBryan Wu	help
560393f9ffbSMasanari Iida	  Say Y here if you want to support a keypad connected via I2C
561b91c4be7SBryan Wu	  with a PCF8574.
562b91c4be7SBryan Wu
563b91c4be7SBryan Wu	  To compile this driver as a module, choose M here: the
564b91c4be7SBryan Wu	  module will be called pcf8574_keypad.
565b91c4be7SBryan Wu
566e22739d0SLars-Peter Clausenconfig INPUT_PWM_BEEPER
567e22739d0SLars-Peter Clausen	tristate "PWM beeper support"
568557fe99dSSascha Hauer	depends on PWM
569e22739d0SLars-Peter Clausen	help
570e22739d0SLars-Peter Clausen	  Say Y here to get support for PWM based beeper devices.
571e22739d0SLars-Peter Clausen
572e22739d0SLars-Peter Clausen	  If unsure, say N.
573e22739d0SLars-Peter Clausen
574e22739d0SLars-Peter Clausen	  To compile this driver as a module, choose M here: the module will be
575e22739d0SLars-Peter Clausen	  called pwm-beeper.
576e22739d0SLars-Peter Clausen
5773e5b0851SSebastian Reichelconfig INPUT_PWM_VIBRA
5783e5b0851SSebastian Reichel	tristate "PWM vibrator support"
5793e5b0851SSebastian Reichel	depends on PWM
5803e5b0851SSebastian Reichel	select INPUT_FF_MEMLESS
5813e5b0851SSebastian Reichel	help
5823e5b0851SSebastian Reichel	  Say Y here to get support for PWM based vibrator devices.
5833e5b0851SSebastian Reichel
5843e5b0851SSebastian Reichel	  If unsure, say N.
5853e5b0851SSebastian Reichel
5863e5b0851SSebastian Reichel	  To compile this driver as a module, choose M here: the module will be
5873e5b0851SSebastian Reichel	  called pwm-vibra.
5883e5b0851SSebastian Reichel
5895a35b85cSJoseph Chenconfig INPUT_RK805_PWRKEY
5905a35b85cSJoseph Chen	tristate "Rockchip RK805 PMIC power key support"
5915a35b85cSJoseph Chen	depends on MFD_RK808
5925a35b85cSJoseph Chen	help
5935a35b85cSJoseph Chen	  Select this option to enable power key driver for RK805.
5945a35b85cSJoseph Chen
5955a35b85cSJoseph Chen	  If unsure, say N.
5965a35b85cSJoseph Chen
5975a35b85cSJoseph Chen	  To compile this driver as a module, choose M here: the module will be
5985a35b85cSJoseph Chen	  called rk805_pwrkey.
5995a35b85cSJoseph Chen
60073969ff0SDaniel Mackconfig INPUT_GPIO_ROTARY_ENCODER
60173969ff0SDaniel Mack	tristate "Rotary encoders connected to GPIO pins"
6027d6548abSGeert Uytterhoeven	depends on GPIOLIB || COMPILE_TEST
60373969ff0SDaniel Mack	help
60473969ff0SDaniel Mack	  Say Y here to add support for rotary encoders connected to GPIO lines.
6055fb94e9cSMauro Carvalho Chehab	  Check file:Documentation/input/devices/rotary-encoder.rst for more
60673969ff0SDaniel Mack	  information.
60773969ff0SDaniel Mack
60873969ff0SDaniel Mack	  To compile this driver as a module, choose M here: the
60973969ff0SDaniel Mack	  module will be called rotary_encoder.
61073969ff0SDaniel Mack
611d9bdffd2SPhil Sutterconfig INPUT_RB532_BUTTON
612d9bdffd2SPhil Sutter	tristate "Mikrotik Routerboard 532 button interface"
613d9bdffd2SPhil Sutter	depends on MIKROTIK_RB532
61476ec9d18SAlexandre Courbot	depends on GPIOLIB
615d9bdffd2SPhil Sutter	help
616d9bdffd2SPhil Sutter	  Say Y here if you want support for the S1 button built into
617d9bdffd2SPhil Sutter	  Mikrotik's Routerboard 532.
618d9bdffd2SPhil Sutter
619d9bdffd2SPhil Sutter	  To compile this driver as a module, choose M here: the
620d9bdffd2SPhil Sutter	  module will be called rb532_button.
621d9bdffd2SPhil Sutter
622cd3f6098SRoy Imconfig INPUT_DA7280_HAPTICS
623cd3f6098SRoy Im	tristate "Dialog Semiconductor DA7280 haptics support"
624cd3f6098SRoy Im	depends on INPUT && I2C
625cd3f6098SRoy Im	select REGMAP_I2C
626cd3f6098SRoy Im	help
627cd3f6098SRoy Im	  Say Y to enable support for the Dialog DA7280 haptics driver.
628cd3f6098SRoy Im	  The haptics can be controlled by PWM or GPIO
629cd3f6098SRoy Im	  with I2C communication.
630cd3f6098SRoy Im
631cd3f6098SRoy Im	  To compile this driver as a module, choose M here: the
632cd3f6098SRoy Im	  module will be called da7280.
633cd3f6098SRoy Im
634f0c5f65bSAshish Jangamconfig INPUT_DA9052_ONKEY
635f0c5f65bSAshish Jangam	tristate "Dialog DA9052/DA9053 Onkey"
636f0c5f65bSAshish Jangam	depends on PMIC_DA9052
637f0c5f65bSAshish Jangam	help
638f0c5f65bSAshish Jangam	  Support the ONKEY of Dialog DA9052 PMICs as an input device
639f0c5f65bSAshish Jangam	  reporting power button status.
640f0c5f65bSAshish Jangam
641f0c5f65bSAshish Jangam	  To compile this driver as a module, choose M here: the
642f0c5f65bSAshish Jangam	  module will be called da9052_onkey.
643f0c5f65bSAshish Jangam
6448ed2757eSAshish Jangamconfig INPUT_DA9055_ONKEY
6458ed2757eSAshish Jangam	tristate "Dialog Semiconductor DA9055 ONKEY"
6468ed2757eSAshish Jangam	depends on MFD_DA9055
6478ed2757eSAshish Jangam	help
6488ed2757eSAshish Jangam	  Support the ONKEY of DA9055 PMICs as an input device
6498ed2757eSAshish Jangam	  reporting power button status.
6508ed2757eSAshish Jangam
6518ed2757eSAshish Jangam	  To compile this driver as a module, choose M here: the module
6528ed2757eSAshish Jangam	  will be called da9055_onkey.
6538ed2757eSAshish Jangam
6545179f0ceSSteve Twissconfig INPUT_DA9063_ONKEY
65504d7ad83SSteve Twiss	tristate "Dialog DA9063/62/61 OnKey"
656a27b5e0aSS Twiss	depends on MFD_DA9063 || MFD_DA9062
6575179f0ceSSteve Twiss	help
65804d7ad83SSteve Twiss	  Support the ONKEY of Dialog DA9063, DA9062 and DA9061 Power
65904d7ad83SSteve Twiss	  Management ICs as an input device capable of reporting the
66004d7ad83SSteve Twiss	  power button status.
6615179f0ceSSteve Twiss
6625179f0ceSSteve Twiss	  To compile this driver as a module, choose M here: the module
6635179f0ceSSteve Twiss	  will be called da9063_onkey.
6645179f0ceSSteve Twiss
665eb990b55SDavid Brownellconfig INPUT_DM355EVM
666eb990b55SDavid Brownell	tristate "TI DaVinci DM355 EVM Keypad and IR Remote"
667eb990b55SDavid Brownell	depends on MFD_DM355EVM_MSP
66866040727SDmitry Torokhov	select INPUT_SPARSEKMAP
669eb990b55SDavid Brownell	help
670eb990b55SDavid Brownell	  Supports the pushbuttons and IR remote used with
671eb990b55SDavid Brownell	  the DM355 EVM board.
672eb990b55SDavid Brownell
673eb990b55SDavid Brownell	  To compile this driver as a module, choose M here: the
674eb990b55SDavid Brownell	  module will be called dm355evm_keys.
67548329582SMichael Hennerich
6760c73b992SMark Brownconfig INPUT_WM831X_ON
6770c73b992SMark Brown	tristate "WM831X ON pin"
6780c73b992SMark Brown	depends on MFD_WM831X
6790c73b992SMark Brown	help
6800c73b992SMark Brown	  Support the ON pin of WM831X PMICs as an input device
6810c73b992SMark Brown	  reporting power button status.
6820c73b992SMark Brown
6830c73b992SMark Brown	  To compile this driver as a module, choose M here: the module
6840c73b992SMark Brown	  will be called wm831x_on.
6850c73b992SMark Brown
686d0a82132SDaniel Ribeiroconfig INPUT_PCAP
687d0a82132SDaniel Ribeiro	tristate "Motorola EZX PCAP misc input events"
688d0a82132SDaniel Ribeiro	depends on EZX_PCAP
689d0a82132SDaniel Ribeiro	help
690d0a82132SDaniel Ribeiro	  Say Y here if you want to use Power key and Headphone button
691d0a82132SDaniel Ribeiro	  on Motorola EZX phones.
692d0a82132SDaniel Ribeiro
693d0a82132SDaniel Ribeiro	  To compile this driver as a module, choose M here: the
694d0a82132SDaniel Ribeiro	  module will be called pcap_keys.
695d0a82132SDaniel Ribeiro
696e27c7292SMichael Hennerichconfig INPUT_ADXL34X
697e27c7292SMichael Hennerich	tristate "Analog Devices ADXL34x Three-Axis Digital Accelerometer"
698e27c7292SMichael Hennerich	default n
699e27c7292SMichael Hennerich	help
700e27c7292SMichael Hennerich	  Say Y here if you have a Accelerometer interface using the
701e27c7292SMichael Hennerich	  ADXL345/6 controller, and your board-specific initialization
702e27c7292SMichael Hennerich	  code includes that in its table of devices.
703e27c7292SMichael Hennerich
704e27c7292SMichael Hennerich	  This driver can use either I2C or SPI communication to the
705e27c7292SMichael Hennerich	  ADXL345/6 controller.  Select the appropriate method for
706e27c7292SMichael Hennerich	  your system.
707e27c7292SMichael Hennerich
708e27c7292SMichael Hennerich	  If unsure, say N (but it's safe to say "Y").
709e27c7292SMichael Hennerich
710e27c7292SMichael Hennerich	  To compile this driver as a module, choose M here: the
711e27c7292SMichael Hennerich	  module will be called adxl34x.
712e27c7292SMichael Hennerich
713e27c7292SMichael Hennerichconfig INPUT_ADXL34X_I2C
714e27c7292SMichael Hennerich	tristate "support I2C bus connection"
715e27c7292SMichael Hennerich	depends on INPUT_ADXL34X && I2C
716e27c7292SMichael Hennerich	default y
717e27c7292SMichael Hennerich	help
718e27c7292SMichael Hennerich	  Say Y here if you have ADXL345/6 hooked to an I2C bus.
719e27c7292SMichael Hennerich
720e27c7292SMichael Hennerich	  To compile this driver as a module, choose M here: the
721e27c7292SMichael Hennerich	  module will be called adxl34x-i2c.
722e27c7292SMichael Hennerich
723e27c7292SMichael Hennerichconfig INPUT_ADXL34X_SPI
724e27c7292SMichael Hennerich	tristate "support SPI bus connection"
725e27c7292SMichael Hennerich	depends on INPUT_ADXL34X && SPI
726e27c7292SMichael Hennerich	default y
727e27c7292SMichael Hennerich	help
728e27c7292SMichael Hennerich	  Say Y here if you have ADXL345/6 hooked to a SPI bus.
729e27c7292SMichael Hennerich
730e27c7292SMichael Hennerich	  To compile this driver as a module, choose M here: the
731e27c7292SMichael Hennerich	  module will be called adxl34x-spi.
732e27c7292SMichael Hennerich
7332e6f34faSEddie Jamesconfig INPUT_IBM_PANEL
7342e6f34faSEddie James	tristate "IBM Operation Panel driver"
7352e6f34faSEddie James	depends on I2C && I2C_SLAVE
7362e6f34faSEddie James	help
7372e6f34faSEddie James	  Say Y here if you have an IBM Operation Panel connected to your system
7382e6f34faSEddie James	  over I2C. The panel is typically connected only to a system's service
7392e6f34faSEddie James	  processor (BMC).
7402e6f34faSEddie James
7412e6f34faSEddie James	  If unsure, say N.
7422e6f34faSEddie James
7432e6f34faSEddie James	  The Operation Panel is a controller with some buttons and an LCD
7442e6f34faSEddie James	  display that allows someone with physical access to the system to
7452e6f34faSEddie James	  perform various administrative tasks. This driver only supports the part
7462e6f34faSEddie James	  of the controller that sends commands to the system.
7472e6f34faSEddie James
7482e6f34faSEddie James	  To compile this driver as a module, choose M here: the module will be
7492e6f34faSEddie James	  called ibm-panel.
7502e6f34faSEddie James
751628329d5SDmitry Torokhovconfig INPUT_IMS_PCU
752628329d5SDmitry Torokhov	tristate "IMS Passenger Control Unit driver"
753628329d5SDmitry Torokhov	depends on USB
754628329d5SDmitry Torokhov	depends on LEDS_CLASS
755628329d5SDmitry Torokhov	help
756628329d5SDmitry Torokhov	  Say Y here if you have system with IMS Rave Passenger Control Unit.
757628329d5SDmitry Torokhov
758628329d5SDmitry Torokhov	  To compile this driver as a module, choose M here: the module will be
759628329d5SDmitry Torokhov	  called ims_pcu.
760628329d5SDmitry Torokhov
76104e49867SJeff LaBundyconfig INPUT_IQS269A
76204e49867SJeff LaBundy	tristate "Azoteq IQS269A capacitive touch controller"
763d0ac7079SJeff LaBundy	depends on I2C
76404e49867SJeff LaBundy	select REGMAP_I2C
76504e49867SJeff LaBundy	help
76604e49867SJeff LaBundy	  Say Y to enable support for the Azoteq IQS269A capacitive
76704e49867SJeff LaBundy	  touch controller.
76804e49867SJeff LaBundy
76904e49867SJeff LaBundy	  To compile this driver as a module, choose M here: the
77004e49867SJeff LaBundy	  module will be called iqs269a.
77104e49867SJeff LaBundy
772f1d2809dSJeff LaBundyconfig INPUT_IQS626A
773f1d2809dSJeff LaBundy	tristate "Azoteq IQS626A capacitive touch controller"
774f1d2809dSJeff LaBundy	depends on I2C
775f1d2809dSJeff LaBundy	select REGMAP_I2C
776f1d2809dSJeff LaBundy	help
777f1d2809dSJeff LaBundy	  Say Y to enable support for the Azoteq IQS626A capacitive
778f1d2809dSJeff LaBundy	  touch controller.
779f1d2809dSJeff LaBundy
780f1d2809dSJeff LaBundy	  To compile this driver as a module, choose M here: the
781f1d2809dSJeff LaBundy	  module will be called iqs626a.
782f1d2809dSJeff LaBundy
783e505edaeSJeff LaBundyconfig INPUT_IQS7222
784e505edaeSJeff LaBundy	tristate "Azoteq IQS7222A/B/C capacitive touch controller"
785e505edaeSJeff LaBundy	depends on I2C
786e505edaeSJeff LaBundy	help
787e505edaeSJeff LaBundy	  Say Y to enable support for the Azoteq IQS7222A/B/C family
788e505edaeSJeff LaBundy	  of capacitive touch controllers.
789e505edaeSJeff LaBundy
790e505edaeSJeff LaBundy	  To compile this driver as a module, choose M here: the
791e505edaeSJeff LaBundy	  module will be called iqs7222.
792e505edaeSJeff LaBundy
793b029ffafSHemanth Vconfig INPUT_CMA3000
794b029ffafSHemanth V	tristate "VTI CMA3000 Tri-axis accelerometer"
795b029ffafSHemanth V	help
796b029ffafSHemanth V	  Say Y here if you want to use VTI CMA3000_D0x Accelerometer
797b029ffafSHemanth V	  driver
798b029ffafSHemanth V
799b029ffafSHemanth V	  This driver currently only supports I2C interface to the
800b029ffafSHemanth V	  controller. Also select the I2C method.
801b029ffafSHemanth V
802b029ffafSHemanth V	  If unsure, say N
803b029ffafSHemanth V
804b029ffafSHemanth V	  To compile this driver as a module, choose M here: the
805b029ffafSHemanth V	  module will be called cma3000_d0x.
806b029ffafSHemanth V
807b029ffafSHemanth Vconfig INPUT_CMA3000_I2C
808b029ffafSHemanth V	tristate "Support I2C bus connection"
809b029ffafSHemanth V	depends on INPUT_CMA3000 && I2C
810b029ffafSHemanth V	help
811b029ffafSHemanth V	  Say Y here if you want to use VTI CMA3000_D0x Accelerometer
812b029ffafSHemanth V	  through I2C interface.
813b029ffafSHemanth V
814b029ffafSHemanth V	  To compile this driver as a module, choose M here: the
815b029ffafSHemanth V	  module will be called cma3000_d0x_i2c.
816b029ffafSHemanth V
81749851ca0SDmitry Torokhovconfig INPUT_XEN_KBDDEV_FRONTEND
81849851ca0SDmitry Torokhov	tristate "Xen virtual keyboard and mouse support"
8194bc25af7SAndrew Jones	depends on XEN
82049851ca0SDmitry Torokhov	default y
82149851ca0SDmitry Torokhov	select XEN_XENBUS_FRONTEND
82249851ca0SDmitry Torokhov	help
82349851ca0SDmitry Torokhov	  This driver implements the front-end of the Xen virtual
82449851ca0SDmitry Torokhov	  keyboard and mouse device driver.  It communicates with a back-end
82549851ca0SDmitry Torokhov	  in another domain.
82649851ca0SDmitry Torokhov
82749851ca0SDmitry Torokhov	  To compile this driver as a module, choose M here: the
82849851ca0SDmitry Torokhov	  module will be called xen-kbdfront.
82949851ca0SDmitry Torokhov
8301ea4c161SAndrey Moiseevconfig INPUT_IDEAPAD_SLIDEBAR
8311ea4c161SAndrey Moiseev	tristate "IdeaPad Laptop Slidebar"
8321ea4c161SAndrey Moiseev	depends on INPUT
8331ea4c161SAndrey Moiseev	depends on SERIO_I8042
8341ea4c161SAndrey Moiseev	help
8351ea4c161SAndrey Moiseev	  Say Y here if you have an IdeaPad laptop with a slidebar.
8361ea4c161SAndrey Moiseev
8371ea4c161SAndrey Moiseev	  To compile this driver as a module, choose M here: the
8381ea4c161SAndrey Moiseev	  module will be called ideapad_slidebar.
8391ea4c161SAndrey Moiseev
84061cd4822SLejun Zhuconfig INPUT_SOC_BUTTON_ARRAY
84161cd4822SLejun Zhu	tristate "Windows-compatible SoC Button Array"
842c3941593SMaximilian Luz	depends on KEYBOARD_GPIO && ACPI
84361cd4822SLejun Zhu	help
844c3941593SMaximilian Luz	  Say Y here if you have a SoC-based tablet that originally runs
845c3941593SMaximilian Luz	  Windows 8 or a Microsoft Surface Book 2, Pro 5, Laptop 1 or later.
84661cd4822SLejun Zhu
84761cd4822SLejun Zhu	  To compile this driver as a module, choose M here: the
84861cd4822SLejun Zhu	  module will be called soc_button_array.
84961cd4822SLejun Zhu
8507132fe4fSDan Murphyconfig INPUT_DRV260X_HAPTICS
8517132fe4fSDan Murphy	tristate "TI DRV260X haptics support"
8527d6548abSGeert Uytterhoeven	depends on INPUT && I2C
8537d6548abSGeert Uytterhoeven	depends on GPIOLIB || COMPILE_TEST
8547132fe4fSDan Murphy	select INPUT_FF_MEMLESS
8557132fe4fSDan Murphy	select REGMAP_I2C
8567132fe4fSDan Murphy	help
8577132fe4fSDan Murphy	  Say Y to enable support for the TI DRV260X haptics driver.
8587132fe4fSDan Murphy
8597132fe4fSDan Murphy	  To compile this driver as a module, choose M here: the
8607132fe4fSDan Murphy	  module will be called drv260x-haptics.
8617132fe4fSDan Murphy
8624d10da13SDan Murphyconfig INPUT_DRV2665_HAPTICS
8634d10da13SDan Murphy	tristate "TI DRV2665 haptics support"
8644d10da13SDan Murphy	depends on INPUT && I2C
8654d10da13SDan Murphy	select INPUT_FF_MEMLESS
8664d10da13SDan Murphy	select REGMAP_I2C
8674d10da13SDan Murphy	help
8684d10da13SDan Murphy	  Say Y to enable support for the TI DRV2665 haptics driver.
8694d10da13SDan Murphy
8704d10da13SDan Murphy	  To compile this driver as a module, choose M here: the
8714d10da13SDan Murphy	  module will be called drv2665-haptics.
8724d10da13SDan Murphy
8731c246225SDan Murphyconfig INPUT_DRV2667_HAPTICS
8741c246225SDan Murphy	tristate "TI DRV2667 haptics support"
8751c246225SDan Murphy	depends on INPUT && I2C
8761c246225SDan Murphy	select INPUT_FF_MEMLESS
8771c246225SDan Murphy	select REGMAP_I2C
8781c246225SDan Murphy	help
8791c246225SDan Murphy	  Say Y to enable support for the TI DRV2667 haptics driver.
8801c246225SDan Murphy
8811c246225SDan Murphy	  To compile this driver as a module, choose M here: the
882c857ea9eSDan Murphy	  module will be called drv2667-haptics.
8831c246225SDan Murphy
884fcd6eb50SJorge Ramirez-Ortizconfig INPUT_HISI_POWERKEY
885fcd6eb50SJorge Ramirez-Ortiz	tristate "Hisilicon PMIC ONKEY support"
886fcd6eb50SJorge Ramirez-Ortiz	depends on ARCH_HISI || COMPILE_TEST
887fcd6eb50SJorge Ramirez-Ortiz	help
888fcd6eb50SJorge Ramirez-Ortiz	  Say Y to enable support for PMIC ONKEY.
889fcd6eb50SJorge Ramirez-Ortiz
890fcd6eb50SJorge Ramirez-Ortiz	  To compile this driver as a module, choose M here: the
891fcd6eb50SJorge Ramirez-Ortiz	  module will be called hisi_powerkey.
892fcd6eb50SJorge Ramirez-Ortiz
89362f0f079SAndrey Smirnovconfig INPUT_RAVE_SP_PWRBUTTON
89462f0f079SAndrey Smirnov	tristate "RAVE SP Power button Driver"
89562f0f079SAndrey Smirnov	depends on RAVE_SP_CORE
89662f0f079SAndrey Smirnov	help
89762f0f079SAndrey Smirnov	  Say Y here if you want to enable power key reporting from RAVE SP
89862f0f079SAndrey Smirnov
89962f0f079SAndrey Smirnov	  To compile this driver as a module, choose M here: the
90062f0f079SAndrey Smirnov	  module will be called rave-sp-pwrbutton.
90162f0f079SAndrey Smirnov
90245615a9bSXiaotong Luconfig INPUT_SC27XX_VIBRA
90345615a9bSXiaotong Lu	tristate "Spreadtrum sc27xx vibrator support"
90445615a9bSXiaotong Lu	depends on MFD_SC27XX_PMIC || COMPILE_TEST
90545615a9bSXiaotong Lu	select INPUT_FF_MEMLESS
90645615a9bSXiaotong Lu	help
90745615a9bSXiaotong Lu	  This option enables support for Spreadtrum sc27xx vibrator driver.
90845615a9bSXiaotong Lu
90945615a9bSXiaotong Lu	  To compile this driver as a module, choose M here. The module will
91045615a9bSXiaotong Lu	  be called sc27xx_vibra.
91145615a9bSXiaotong Lu
912ed3d5bd2SChiYuan Huangconfig INPUT_RT5120_PWRKEY
913ed3d5bd2SChiYuan Huang	tristate "RT5120 PMIC power key support"
914ed3d5bd2SChiYuan Huang	depends on MFD_RT5120 || COMPILE_TEST
915ed3d5bd2SChiYuan Huang	help
916ed3d5bd2SChiYuan Huang	  This enables support for RT5120 PMIC power key driver.
917ed3d5bd2SChiYuan Huang
918ed3d5bd2SChiYuan Huang	  To compile this driver as a module, choose M here. the module will
919ed3d5bd2SChiYuan Huang	  be called rt5120-pwrkey.
920ed3d5bd2SChiYuan Huang
9219eb9cc93SPascal PAILLET-LMEconfig INPUT_STPMIC1_ONKEY
9229eb9cc93SPascal PAILLET-LME	tristate "STPMIC1 PMIC Onkey support"
9239eb9cc93SPascal PAILLET-LME	depends on MFD_STPMIC1
9249eb9cc93SPascal PAILLET-LME	help
9259eb9cc93SPascal PAILLET-LME	  Say Y to enable support of onkey embedded into STPMIC1 PMIC. onkey
9269eb9cc93SPascal PAILLET-LME	  can be used to wakeup from low power modes and force a shut-down on
9279eb9cc93SPascal PAILLET-LME	  long press.
9289eb9cc93SPascal PAILLET-LME
9299eb9cc93SPascal PAILLET-LME	  To compile this driver as a module, choose M here: the
9309eb9cc93SPascal PAILLET-LME	  module will be called stpmic1_onkey.
9319eb9cc93SPascal PAILLET-LME
9321da177e4SLinus Torvaldsendif
933