xref: /linux-6.15/drivers/input/misc/Kconfig (revision d64cb71b)
11da177e4SLinus Torvalds#
21da177e4SLinus Torvalds# Input misc drivers configuration
31da177e4SLinus Torvalds#
41da177e4SLinus Torvaldsmenuconfig INPUT_MISC
51da177e4SLinus Torvalds	bool "Miscellaneous devices"
61da177e4SLinus Torvalds	help
71da177e4SLinus Torvalds	  Say Y here, and a list of miscellaneous input drivers will be displayed.
81da177e4SLinus Torvalds	  Everything that didn't fit into the other categories is here. This option
91da177e4SLinus Torvalds	  doesn't affect the kernel.
101da177e4SLinus Torvalds
111da177e4SLinus Torvalds	  If unsure, say Y.
121da177e4SLinus Torvalds
131da177e4SLinus Torvaldsif INPUT_MISC
141da177e4SLinus Torvalds
1569854031SHaojian Zhuangconfig INPUT_88PM860X_ONKEY
1669854031SHaojian Zhuang	tristate "88PM860x ONKEY support"
1769854031SHaojian Zhuang	depends on MFD_88PM860X
1869854031SHaojian Zhuang	help
1969854031SHaojian Zhuang	  Support the ONKEY of Marvell 88PM860x PMICs as an input device
2069854031SHaojian Zhuang	  reporting power button status.
2169854031SHaojian Zhuang
2269854031SHaojian Zhuang	  To compile this driver as a module, choose M here: the module
2369854031SHaojian Zhuang	  will be called 88pm860x_onkey.
2469854031SHaojian Zhuang
2596c905f4SQiao Zhouconfig INPUT_88PM80X_ONKEY
2696c905f4SQiao Zhou	tristate "88PM80x ONKEY support"
2796c905f4SQiao Zhou	depends on MFD_88PM800
2896c905f4SQiao Zhou	help
2996c905f4SQiao Zhou	  Support the ONKEY of Marvell 88PM80x PMICs as an input device
3096c905f4SQiao Zhou	  reporting power button status.
3196c905f4SQiao Zhou
3296c905f4SQiao Zhou	  To compile this driver as a module, choose M here: the module
3396c905f4SQiao Zhou	  will be called 88pm80x_onkey.
3496c905f4SQiao Zhou
3577686517SSundar R Iyerconfig INPUT_AB8500_PONKEY
3677686517SSundar R Iyer	tristate "AB8500 Pon (PowerOn) Key"
3777686517SSundar R Iyer	depends on AB8500_CORE
3877686517SSundar R Iyer	help
3977686517SSundar R Iyer	  Say Y here to use the PowerOn Key for ST-Ericsson's AB8500
4077686517SSundar R Iyer	  Mix-Sig PMIC.
4177686517SSundar R Iyer
4277686517SSundar R Iyer	  To compile this driver as a module, choose M here: the module
4377686517SSundar R Iyer	  will be called ab8500-ponkey.
4477686517SSundar R Iyer
4531a62963SBryan Wuconfig INPUT_AD714X
4631a62963SBryan Wu	tristate "Analog Devices AD714x Capacitance Touch Sensor"
4731a62963SBryan Wu	help
486c04d7b3SBarry Song	  Say Y here if you want to support an AD7142/3/7/8/7A touch sensor.
4931a62963SBryan Wu
5031a62963SBryan Wu	  You should select a bus connection too.
5131a62963SBryan Wu
5231a62963SBryan Wu	  To compile this driver as a module, choose M here: the
5331a62963SBryan Wu	  module will be called ad714x.
5431a62963SBryan Wu
5531a62963SBryan Wuconfig INPUT_AD714X_I2C
5631a62963SBryan Wu	tristate "support I2C bus connection"
5731a62963SBryan Wu	depends on INPUT_AD714X && I2C
5831a62963SBryan Wu	default y
5931a62963SBryan Wu	help
6031a62963SBryan Wu	  Say Y here if you have AD7142/AD7147 hooked to an I2C bus.
6131a62963SBryan Wu
6231a62963SBryan Wu	  To compile this driver as a module, choose M here: the
6331a62963SBryan Wu	  module will be called ad714x-i2c.
6431a62963SBryan Wu
6531a62963SBryan Wuconfig INPUT_AD714X_SPI
6631a62963SBryan Wu	tristate "support SPI bus connection"
6731a62963SBryan Wu	depends on INPUT_AD714X && SPI
6831a62963SBryan Wu	default y
6931a62963SBryan Wu	help
7031a62963SBryan Wu	  Say Y here if you have AD7142/AD7147 hooked to a SPI bus.
7131a62963SBryan Wu
7231a62963SBryan Wu	  To compile this driver as a module, choose M here: the
7331a62963SBryan Wu	  module will be called ad714x-spi.
7431a62963SBryan Wu
759dd555e2SMark Brownconfig INPUT_ARIZONA_HAPTICS
769dd555e2SMark Brown	tristate "Arizona haptics support"
779dd555e2SMark Brown	depends on MFD_ARIZONA && SND_SOC
789dd555e2SMark Brown	select INPUT_FF_MEMLESS
799dd555e2SMark Brown	help
809dd555e2SMark Brown	  Say Y to enable support for the haptics module in Arizona CODECs.
819dd555e2SMark Brown
829dd555e2SMark Brown	  To compile this driver as a module, choose M here: the
839dd555e2SMark Brown	  module will be called arizona-haptics.
849dd555e2SMark Brown
85c17ca3f5SEric Anderssonconfig INPUT_BMA150
86c17ca3f5SEric Andersson	tristate "BMA150/SMB380 acceleration sensor support"
87c17ca3f5SEric Andersson	depends on I2C
88c17ca3f5SEric Andersson	select INPUT_POLLDEV
89c17ca3f5SEric Andersson	help
90c17ca3f5SEric Andersson	  Say Y here if you have Bosch Sensortec's BMA150 or SMB380
91c17ca3f5SEric Andersson	  acceleration sensor hooked to an I2C bus.
92c17ca3f5SEric Andersson
93c17ca3f5SEric Andersson	  To compile this driver as a module, choose M here: the
94c17ca3f5SEric Andersson	  module will be called bma150.
95c17ca3f5SEric Andersson
961da177e4SLinus Torvaldsconfig INPUT_PCSPKR
971da177e4SLinus Torvalds	tristate "PC Speaker support"
98e5e1d3cbSStas Sergeev	depends on PCSPKR_PLATFORM
991da177e4SLinus Torvalds	help
1001da177e4SLinus Torvalds	  Say Y here if you want the standard PC Speaker to be used for
1011da177e4SLinus Torvalds	  bells and whistles.
1021da177e4SLinus Torvalds
1031da177e4SLinus Torvalds	  If unsure, say Y.
1041da177e4SLinus Torvalds
1051da177e4SLinus Torvalds	  To compile this driver as a module, choose M here: the
1061da177e4SLinus Torvalds	  module will be called pcspkr.
1071da177e4SLinus Torvalds
10811205bb6SAmy Malocheconfig INPUT_PM8XXX_VIBRATOR
10911205bb6SAmy Maloche	tristate "Qualcomm PM8XXX vibrator support"
11011205bb6SAmy Maloche	depends on MFD_PM8XXX
11111205bb6SAmy Maloche	select INPUT_FF_MEMLESS
11211205bb6SAmy Maloche	help
11311205bb6SAmy Maloche	  This option enables device driver support for the vibrator
11411205bb6SAmy Maloche	  on Qualcomm PM8xxx chip. This driver supports ff-memless interface
11511205bb6SAmy Maloche	  from input framework.
11611205bb6SAmy Maloche
11711205bb6SAmy Maloche	  To compile this driver as module, choose M here: the
11811205bb6SAmy Maloche	  module will be called pm8xxx-vibrator.
11911205bb6SAmy Maloche
12011205bb6SAmy Malocheconfig INPUT_PMIC8XXX_PWRKEY
12111205bb6SAmy Maloche	tristate "PMIC8XXX power key support"
12211205bb6SAmy Maloche	depends on MFD_PM8XXX
12311205bb6SAmy Maloche	help
12411205bb6SAmy Maloche	  Say Y here if you want support for the PMIC8XXX power key.
12511205bb6SAmy Maloche
12611205bb6SAmy Maloche	  If unsure, say N.
12711205bb6SAmy Maloche
12811205bb6SAmy Maloche	  To compile this driver as a module, choose M here: the
12911205bb6SAmy Maloche	  module will be called pmic8xxx-pwrkey.
13011205bb6SAmy Maloche
1311da177e4SLinus Torvaldsconfig INPUT_SPARCSPKR
1321da177e4SLinus Torvalds	tristate "SPARC Speaker support"
133a2bd4fd1SDavid S. Miller	depends on PCI && SPARC64
1341da177e4SLinus Torvalds	help
1351da177e4SLinus Torvalds	  Say Y here if you want the standard Speaker on Sparc PCI systems
1361da177e4SLinus Torvalds	  to be used for bells and whistles.
1371da177e4SLinus Torvalds
1381da177e4SLinus Torvalds	  If unsure, say Y.
1391da177e4SLinus Torvalds
1401da177e4SLinus Torvalds	  To compile this driver as a module, choose M here: the
1411da177e4SLinus Torvalds	  module will be called sparcspkr.
1421da177e4SLinus Torvalds
1431da177e4SLinus Torvaldsconfig INPUT_M68K_BEEP
1441da177e4SLinus Torvalds	tristate "M68k Beeper support"
1451da177e4SLinus Torvalds	depends on M68K
1461da177e4SLinus Torvalds
147a3b3ca75SJaewon Kimconfig INPUT_MAX77693_HAPTIC
148a3b3ca75SJaewon Kim	tristate "MAXIM MAX77693 haptic controller support"
149a3b3ca75SJaewon Kim	depends on MFD_MAX77693 && PWM
150a3b3ca75SJaewon Kim	select INPUT_FF_MEMLESS
151a3b3ca75SJaewon Kim	help
152a3b3ca75SJaewon Kim	  This option enables support for the haptic controller on
153a3b3ca75SJaewon Kim	  MAXIM MAX77693 chip.
154a3b3ca75SJaewon Kim
155a3b3ca75SJaewon Kim	  To compile this driver as module, choose M here: the
156a3b3ca75SJaewon Kim	  module will be called max77693-haptic.
157a3b3ca75SJaewon Kim
1583734574cSHaojian Zhuangconfig INPUT_MAX8925_ONKEY
1593734574cSHaojian Zhuang	tristate "MAX8925 ONKEY support"
1603734574cSHaojian Zhuang	depends on MFD_MAX8925
1613734574cSHaojian Zhuang	help
1623734574cSHaojian Zhuang	  Support the ONKEY of MAX8925 PMICs as an input device
1633734574cSHaojian Zhuang	  reporting power button status.
1643734574cSHaojian Zhuang
1653734574cSHaojian Zhuang	  To compile this driver as a module, choose M here: the module
1663734574cSHaojian Zhuang	  will be called max8925_onkey.
1673734574cSHaojian Zhuang
168104594b0SDonggeun Kimconfig INPUT_MAX8997_HAPTIC
169104594b0SDonggeun Kim	tristate "MAXIM MAX8997 haptic controller support"
170557fe99dSSascha Hauer	depends on PWM && MFD_MAX8997
171104594b0SDonggeun Kim	select INPUT_FF_MEMLESS
172104594b0SDonggeun Kim	help
173104594b0SDonggeun Kim	  This option enables device driver support for the haptic controller
174104594b0SDonggeun Kim	  on MAXIM MAX8997 chip. This driver supports ff-memless interface
175104594b0SDonggeun Kim	  from input framework.
176104594b0SDonggeun Kim
177104594b0SDonggeun Kim	  To compile this driver as module, choose M here: the
178104594b0SDonggeun Kim	  module will be called max8997-haptic.
179104594b0SDonggeun Kim
18030fc7ac3SPhilippe Rétornazconfig INPUT_MC13783_PWRBUTTON
18130fc7ac3SPhilippe Rétornaz	tristate "MC13783 ON buttons"
182e5a3da21SAlexander Shiyan	depends on MFD_MC13XXX
18330fc7ac3SPhilippe Rétornaz	help
18430fc7ac3SPhilippe Rétornaz	  Support the ON buttons of MC13783 PMIC as an input device
18530fc7ac3SPhilippe Rétornaz	  reporting power button status.
18630fc7ac3SPhilippe Rétornaz
18730fc7ac3SPhilippe Rétornaz	  To compile this driver as a module, choose M here: the module
18830fc7ac3SPhilippe Rétornaz	  will be called mc13783-pwrbutton.
18930fc7ac3SPhilippe Rétornaz
1903ead8b5dSEric Miaoconfig INPUT_MMA8450
1913ead8b5dSEric Miao	tristate "MMA8450 - Freescale's 3-Axis, 8/12-bit Digital Accelerometer"
1923ead8b5dSEric Miao	depends on I2C
1933ead8b5dSEric Miao	select INPUT_POLLDEV
1943ead8b5dSEric Miao	help
1953ead8b5dSEric Miao	  Say Y here if you want to support Freescale's MMA8450 Accelerometer
1963ead8b5dSEric Miao	  through I2C interface.
1973ead8b5dSEric Miao
1983ead8b5dSEric Miao	  To compile this driver as a module, choose M here: the
1993ead8b5dSEric Miao	  module will be called mma8450.
2003ead8b5dSEric Miao
201631b16e8SJoseph Laiconfig INPUT_MPU3050
202631b16e8SJoseph Lai	tristate "MPU3050 Triaxial gyroscope sensor"
203631b16e8SJoseph Lai	depends on I2C
204631b16e8SJoseph Lai	help
205631b16e8SJoseph Lai	  Say Y here if you want to support InvenSense MPU3050
206631b16e8SJoseph Lai	  connected via an I2C bus.
207631b16e8SJoseph Lai
208631b16e8SJoseph Lai	  To compile this driver as a module, choose M here: the
209631b16e8SJoseph Lai	  module will be called mpu3050.
210631b16e8SJoseph Lai
21152fe0cdbSStephen Hemmingerconfig INPUT_APANEL
21252fe0cdbSStephen Hemminger	tristate "Fujitsu Lifebook Application Panel buttons"
21319131305SRandy Dunlap	depends on X86 && I2C && LEDS_CLASS
21452fe0cdbSStephen Hemminger	select INPUT_POLLDEV
21552fe0cdbSStephen Hemminger	select CHECK_SIGNATURE
21652fe0cdbSStephen Hemminger	help
21752fe0cdbSStephen Hemminger	 Say Y here for support of the Application Panel buttons, used on
21852fe0cdbSStephen Hemminger	 Fujitsu Lifebook. These are attached to the mainboard through
21919131305SRandy Dunlap	 an SMBus interface managed by the I2C Intel ICH (i801) driver,
22019131305SRandy Dunlap	 which you should also build for this kernel.
22152fe0cdbSStephen Hemminger
22252fe0cdbSStephen Hemminger	 To compile this driver as a module, choose M here: the module will
22352fe0cdbSStephen Hemminger	 be called apanel.
22452fe0cdbSStephen Hemminger
225ff803ed4SCourtney Cavinconfig INPUT_GP2A
226ff803ed4SCourtney Cavin	tristate "Sharp GP2AP002A00F I2C Proximity/Opto sensor driver"
227ff803ed4SCourtney Cavin	depends on I2C
22876ec9d18SAlexandre Courbot	depends on GPIOLIB
229ff803ed4SCourtney Cavin	help
230ff803ed4SCourtney Cavin	  Say Y here if you have a Sharp GP2AP002A00F proximity/als combo-chip
231ff803ed4SCourtney Cavin	  hooked to an I2C bus.
232ff803ed4SCourtney Cavin
233ff803ed4SCourtney Cavin	  To compile this driver as a module, choose M here: the
234ff803ed4SCourtney Cavin	  module will be called gp2ap002a00f.
235ff803ed4SCourtney Cavin
236976358e2SAlexander Shiyanconfig INPUT_GPIO_BEEPER
237976358e2SAlexander Shiyan	tristate "Generic GPIO Beeper support"
238c95dc011SAlexander Shiyan	depends on GPIOLIB
239976358e2SAlexander Shiyan	help
240976358e2SAlexander Shiyan	  Say Y here if you have a beeper connected to a GPIO pin.
241976358e2SAlexander Shiyan
242976358e2SAlexander Shiyan	  To compile this driver as a module, choose M here: the
243976358e2SAlexander Shiyan	  module will be called gpio-beeper.
244976358e2SAlexander Shiyan
2453bfd5c5bSHeiko Stübnerconfig INPUT_GPIO_TILT_POLLED
2463bfd5c5bSHeiko Stübner	tristate "Polled GPIO tilt switch"
24776ec9d18SAlexandre Courbot	depends on GPIOLIB
2483bfd5c5bSHeiko Stübner	select INPUT_POLLDEV
2493bfd5c5bSHeiko Stübner	help
2503bfd5c5bSHeiko Stübner	  This driver implements support for tilt switches connected
2513bfd5c5bSHeiko Stübner	  to GPIO pins that are not capable of generating interrupts.
2523bfd5c5bSHeiko Stübner
2533bfd5c5bSHeiko Stübner	  The list of gpios to use and the mapping of their states
2543bfd5c5bSHeiko Stübner	  to specific angles is done via platform data.
2553bfd5c5bSHeiko Stübner
2563bfd5c5bSHeiko Stübner	  To compile this driver as a module, choose M here: the
2573bfd5c5bSHeiko Stübner	  module will be called gpio_tilt_polled.
2583bfd5c5bSHeiko Stübner
259ba0acb5eSDmitry Torokhovconfig INPUT_IXP4XX_BEEPER
260ba0acb5eSDmitry Torokhov	tristate "IXP4XX Beeper support"
261ba0acb5eSDmitry Torokhov	depends on ARCH_IXP4XX
262ba0acb5eSDmitry Torokhov	help
263ba0acb5eSDmitry Torokhov	  If you say yes here, you can connect a beeper to the
264ba0acb5eSDmitry Torokhov	  ixp4xx gpio pins. This is used by the LinkSys NSLU2.
265ba0acb5eSDmitry Torokhov
266ba0acb5eSDmitry Torokhov	  If unsure, say Y.
267ba0acb5eSDmitry Torokhov
268ba0acb5eSDmitry Torokhov	  To compile this driver as a module, choose M here: the
269ba0acb5eSDmitry Torokhov	  module will be called ixp4xx-beeper.
270ba0acb5eSDmitry Torokhov
271bebb8a2bSYoichi Yuasaconfig INPUT_COBALT_BTNS
272bebb8a2bSYoichi Yuasa	tristate "Cobalt button interface"
273bebb8a2bSYoichi Yuasa	depends on MIPS_COBALT
2743d29cdffSDmitry Torokhov	select INPUT_POLLDEV
275bebb8a2bSYoichi Yuasa	help
276bebb8a2bSYoichi Yuasa	  Say Y here if you want to support MIPS Cobalt button interface.
277bebb8a2bSYoichi Yuasa
278bebb8a2bSYoichi Yuasa	  To compile this driver as a module, choose M here: the
279bebb8a2bSYoichi Yuasa	  module will be called cobalt_btns.
280bebb8a2bSYoichi Yuasa
2815fc14680SDmitry Torokhovconfig INPUT_WISTRON_BTNS
2825fc14680SDmitry Torokhov	tristate "x86 Wistron laptop button interface"
28386234eb7SJean Delvare	depends on X86_32
284c2554c91SDmitry Torokhov	select INPUT_POLLDEV
285e97af4cbSDmitry Torokhov	select INPUT_SPARSEKMAP
286389679d8SEric Piel	select NEW_LEDS
287389679d8SEric Piel	select LEDS_CLASS
288928923c7SGeert Uytterhoeven	select CHECK_SIGNATURE
2895fc14680SDmitry Torokhov	help
29001dd2fbfSMatt LaPlante	  Say Y here for support of Wistron laptop button interfaces, used on
291389679d8SEric Piel	  laptops of various brands, including Acer and Fujitsu-Siemens. If
29201dd2fbfSMatt LaPlante	  available, mail and wifi LEDs will be controllable via /sys/class/leds.
2935fc14680SDmitry Torokhov
2945fc14680SDmitry Torokhov	  To compile this driver as a module, choose M here: the module will
2955fc14680SDmitry Torokhov	  be called wistron_btns.
2965fc14680SDmitry Torokhov
29731ea7ff0SJaya Kumarconfig INPUT_ATLAS_BTNS
29831ea7ff0SJaya Kumar	tristate "x86 Atlas button interface"
29931ea7ff0SJaya Kumar	depends on X86 && ACPI
30031ea7ff0SJaya Kumar	help
30131ea7ff0SJaya Kumar	  Say Y here for support of Atlas wallmount touchscreen buttons.
30231ea7ff0SJaya Kumar	  The events will show up as scancodes F1 through F9 via evdev.
30331ea7ff0SJaya Kumar
30431ea7ff0SJaya Kumar	  To compile this driver as a module, choose M here: the module will
30531ea7ff0SJaya Kumar	  be called atlas_btns.
30631ea7ff0SJaya Kumar
307ba0acb5eSDmitry Torokhovconfig INPUT_ATI_REMOTE2
308ba0acb5eSDmitry Torokhov	tristate "ATI / Philips USB RF remote control"
3097a86edefSAl Viro	depends on USB_ARCH_HAS_HCD
310ba0acb5eSDmitry Torokhov	select USB
311ba0acb5eSDmitry Torokhov	help
312ba0acb5eSDmitry Torokhov	  Say Y here if you want to use an ATI or Philips USB RF remote control.
313ba0acb5eSDmitry Torokhov	  These are RF remotes with USB receivers.
314ba0acb5eSDmitry Torokhov	  ATI Remote Wonder II comes with some ATI's All-In-Wonder video cards
315ba0acb5eSDmitry Torokhov	  and is also available as a separate product.
316ba0acb5eSDmitry Torokhov	  This driver provides mouse pointer, left and right mouse buttons,
317ba0acb5eSDmitry Torokhov	  and maps all the other remote buttons to keypress events.
318ba0acb5eSDmitry Torokhov
319ba0acb5eSDmitry Torokhov	  To compile this driver as a module, choose M here: the module will be
320ba0acb5eSDmitry Torokhov	  called ati_remote2.
321ba0acb5eSDmitry Torokhov
322ba0acb5eSDmitry Torokhovconfig INPUT_KEYSPAN_REMOTE
323e52278a3SKees Cook	tristate "Keyspan DMR USB remote control"
3247a86edefSAl Viro	depends on USB_ARCH_HAS_HCD
325ba0acb5eSDmitry Torokhov	select USB
326ba0acb5eSDmitry Torokhov	help
327ba0acb5eSDmitry Torokhov	  Say Y here if you want to use a Keyspan DMR USB remote control.
328ba0acb5eSDmitry Torokhov	  Currently only the UIA-11 type of receiver has been tested.  The tag
329ba0acb5eSDmitry Torokhov	  on the receiver that connects to the USB port should have a P/N that
330ba0acb5eSDmitry Torokhov	  will tell you what type of DMR you have.  The UIA-10 type is not
331ba0acb5eSDmitry Torokhov	  supported at this time.  This driver maps all buttons to keypress
332ba0acb5eSDmitry Torokhov	  events.
333ba0acb5eSDmitry Torokhov
334ba0acb5eSDmitry Torokhov	  To compile this driver as a module, choose M here: the module will
335ba0acb5eSDmitry Torokhov	  be called keyspan_remote.
336ba0acb5eSDmitry Torokhov
337e8e70d83SChris Hudsonconfig INPUT_KXTJ9
338e8e70d83SChris Hudson	tristate "Kionix KXTJ9 tri-axis digital accelerometer"
339e8e70d83SChris Hudson	depends on I2C
340e8e70d83SChris Hudson	help
341e8e70d83SChris Hudson	  Say Y here to enable support for the Kionix KXTJ9 digital tri-axis
342e8e70d83SChris Hudson	  accelerometer.
343e8e70d83SChris Hudson
344e8e70d83SChris Hudson	  To compile this driver as a module, choose M here: the module will
345e8e70d83SChris Hudson	  be called kxtj9.
346e8e70d83SChris Hudson
347e8e70d83SChris Hudsonconfig INPUT_KXTJ9_POLLED_MODE
348e8e70d83SChris Hudson	bool "Enable polling mode support"
349e8e70d83SChris Hudson	depends on INPUT_KXTJ9
350e8e70d83SChris Hudson	select INPUT_POLLDEV
351e8e70d83SChris Hudson	help
352e8e70d83SChris Hudson	  Say Y here if you need accelerometer to work in polling mode.
353e8e70d83SChris Hudson
354ba0acb5eSDmitry Torokhovconfig INPUT_POWERMATE
355ba0acb5eSDmitry Torokhov	tristate "Griffin PowerMate and Contour Jog support"
3567a86edefSAl Viro	depends on USB_ARCH_HAS_HCD
357ba0acb5eSDmitry Torokhov	select USB
358ba0acb5eSDmitry Torokhov	help
359ba0acb5eSDmitry Torokhov	  Say Y here if you want to use Griffin PowerMate or Contour Jog devices.
360ba0acb5eSDmitry Torokhov	  These are aluminum dials which can measure clockwise and anticlockwise
361ba0acb5eSDmitry Torokhov	  rotation.  The dial also acts as a pushbutton.  The base contains an LED
362ba0acb5eSDmitry Torokhov	  which can be instructed to pulse or to switch to a particular intensity.
363ba0acb5eSDmitry Torokhov
364ba0acb5eSDmitry Torokhov	  You can download userspace tools from
365ba0acb5eSDmitry Torokhov	  <http://sowerbutts.com/powermate/>.
36601387959SAlessandro Zummo
36701387959SAlessandro Zummo	  To compile this driver as a module, choose M here: the
368ba0acb5eSDmitry Torokhov	  module will be called powermate.
369ba0acb5eSDmitry Torokhov
370ba0acb5eSDmitry Torokhovconfig INPUT_YEALINK
371ba0acb5eSDmitry Torokhov	tristate "Yealink usb-p1k voip phone"
3727a86edefSAl Viro	depends on USB_ARCH_HAS_HCD
373ba0acb5eSDmitry Torokhov	select USB
374ba0acb5eSDmitry Torokhov	help
375ba0acb5eSDmitry Torokhov	  Say Y here if you want to enable keyboard and LCD functions of the
376ba0acb5eSDmitry Torokhov	  Yealink usb-p1k usb phones. The audio part is enabled by the generic
377ba0acb5eSDmitry Torokhov	  usb sound driver, so you might want to enable that as well.
378ba0acb5eSDmitry Torokhov
379ba0acb5eSDmitry Torokhov	  For information about how to use these additional functions, see
380ba0acb5eSDmitry Torokhov	  <file:Documentation/input/yealink.txt>.
381ba0acb5eSDmitry Torokhov
382ba0acb5eSDmitry Torokhov	  To compile this driver as a module, choose M here: the module will be
383ba0acb5eSDmitry Torokhov	  called yealink.
38401387959SAlessandro Zummo
385c04148f9SAlfred E. Heggestadconfig INPUT_CM109
386c04148f9SAlfred E. Heggestad	tristate "C-Media CM109 USB I/O Controller"
387c04148f9SAlfred E. Heggestad	depends on USB_ARCH_HAS_HCD
388c04148f9SAlfred E. Heggestad	select USB
389c04148f9SAlfred E. Heggestad	help
390c04148f9SAlfred E. Heggestad	  Say Y here if you want to enable keyboard and buzzer functions of the
391c04148f9SAlfred E. Heggestad	  C-Media CM109 usb phones. The audio part is enabled by the generic
392c04148f9SAlfred E. Heggestad	  usb sound driver, so you might want to enable that as well.
393c04148f9SAlfred E. Heggestad
394c04148f9SAlfred E. Heggestad	  To compile this driver as a module, choose M here: the module will be
395c04148f9SAlfred E. Heggestad	  called cm109.
396c04148f9SAlfred E. Heggestad
397*d64cb71bSJaewon Kimconfig INPUT_REGULATOR_HAPTIC
398*d64cb71bSJaewon Kim	tristate "Regulator haptics support"
399*d64cb71bSJaewon Kim	depends on REGULATOR
400*d64cb71bSJaewon Kim	select INPUT_FF_MEMLESS
401*d64cb71bSJaewon Kim	help
402*d64cb71bSJaewon Kim	  This option enables device driver support for the haptic controlled
403*d64cb71bSJaewon Kim	  by a regulator. This driver supports ff-memless interface
404*d64cb71bSJaewon Kim	  from input framework.
405*d64cb71bSJaewon Kim
406*d64cb71bSJaewon Kim	  To compile this driver as a module, choose M here: the
407*d64cb71bSJaewon Kim	  module will be called regulator-haptic.
408*d64cb71bSJaewon Kim
409544a46c9SAaro Koskinenconfig INPUT_RETU_PWRBUTTON
410544a46c9SAaro Koskinen	tristate "Retu Power button Driver"
411544a46c9SAaro Koskinen	depends on MFD_RETU
412544a46c9SAaro Koskinen	help
413544a46c9SAaro Koskinen	  Say Y here if you want to enable power key reporting via the
414544a46c9SAaro Koskinen	  Retu chips found in Nokia Internet Tablets (770, N800, N810).
415544a46c9SAaro Koskinen
416544a46c9SAaro Koskinen	  To compile this driver as a module, choose M here. The module will
417544a46c9SAaro Koskinen	  be called retu-pwrbutton.
418544a46c9SAaro Koskinen
41968d8bf04SFelipe Balbiconfig INPUT_TWL4030_PWRBUTTON
42068d8bf04SFelipe Balbi	tristate "TWL4030 Power button Driver"
42168d8bf04SFelipe Balbi	depends on TWL4030_CORE
42268d8bf04SFelipe Balbi	help
42368d8bf04SFelipe Balbi	  Say Y here if you want to enable power key reporting via the
42468d8bf04SFelipe Balbi	  TWL4030 family of chips.
42568d8bf04SFelipe Balbi
42668d8bf04SFelipe Balbi	  To compile this driver as a module, choose M here. The module will
42768d8bf04SFelipe Balbi	  be called twl4030_pwrbutton.
42868d8bf04SFelipe Balbi
4293dd1b394SJari Vanhalaconfig INPUT_TWL4030_VIBRA
4303dd1b394SJari Vanhala	tristate "Support for TWL4030 Vibrator"
4313dd1b394SJari Vanhala	depends on TWL4030_CORE
43257fe7251SPeter Ujfalusi	select MFD_TWL4030_AUDIO
4333dd1b394SJari Vanhala	select INPUT_FF_MEMLESS
4343dd1b394SJari Vanhala	help
4353dd1b394SJari Vanhala	  This option enables support for TWL4030 Vibrator Driver.
4363dd1b394SJari Vanhala
4373dd1b394SJari Vanhala	  To compile this driver as a module, choose M here. The module will
4383dd1b394SJari Vanhala	  be called twl4030_vibra.
4393dd1b394SJari Vanhala
440cc697d38SMisael Lopez Cruzconfig INPUT_TWL6040_VIBRA
441cc697d38SMisael Lopez Cruz	tristate "Support for TWL6040 Vibrator"
4428eaeb939SPeter Ujfalusi	depends on TWL6040_CORE
443cc697d38SMisael Lopez Cruz	select INPUT_FF_MEMLESS
444cc697d38SMisael Lopez Cruz	help
445cc697d38SMisael Lopez Cruz	  This option enables support for TWL6040 Vibrator Driver.
446cc697d38SMisael Lopez Cruz
447cc697d38SMisael Lopez Cruz	  To compile this driver as a module, choose M here. The module will
448cc697d38SMisael Lopez Cruz	  be called twl6040_vibra.
449cc697d38SMisael Lopez Cruz
4501da177e4SLinus Torvaldsconfig INPUT_UINPUT
4511da177e4SLinus Torvalds	tristate "User level driver support"
4521da177e4SLinus Torvalds	help
4531da177e4SLinus Torvalds	  Say Y here if you want to support user level drivers for input
4541da177e4SLinus Torvalds	  subsystem accessible under char device 10:223 - /dev/input/uinput.
4551da177e4SLinus Torvalds
4561da177e4SLinus Torvalds	  To compile this driver as a module, choose M here: the
4571da177e4SLinus Torvalds	  module will be called uinput.
4581da177e4SLinus Torvalds
45948ad88b1SThomas Bogendoerferconfig INPUT_SGI_BTNS
46048ad88b1SThomas Bogendoerfer	tristate "SGI Indy/O2 volume button interface"
46148ad88b1SThomas Bogendoerfer	depends on SGI_IP22 || SGI_IP32
4623bee2a04SThomas Bogendoerfer	select INPUT_POLLDEV
4633bee2a04SThomas Bogendoerfer	help
46448ad88b1SThomas Bogendoerfer	  Say Y here if you want to support SGI Indy/O2 volume button interface.
4653bee2a04SThomas Bogendoerfer
4663bee2a04SThomas Bogendoerfer	  To compile this driver as a module, choose M here: the
46748ad88b1SThomas Bogendoerfer	  module will be called sgi_btns.
4683bee2a04SThomas Bogendoerfer
4691da177e4SLinus Torvaldsconfig HP_SDC_RTC
4701da177e4SLinus Torvalds	tristate "HP SDC Real Time Clock"
471d061ebd5SAlexander Beregalov	depends on (GSC || HP300) && SERIO
4721da177e4SLinus Torvalds	select HP_SDC
4731da177e4SLinus Torvalds	help
4741da177e4SLinus Torvalds	  Say Y here if you want to support the built-in real time clock
4751da177e4SLinus Torvalds	  of the HP SDC controller.
4761da177e4SLinus Torvalds
477adff5962SNishanth Menonconfig INPUT_PALMAS_PWRBUTTON
478adff5962SNishanth Menon	tristate "Palmas Power button Driver"
479adff5962SNishanth Menon	depends on MFD_PALMAS
480adff5962SNishanth Menon	help
481adff5962SNishanth Menon	  Say Y here if you want to enable power key reporting via the
482adff5962SNishanth Menon	  Palmas family of PMICs.
483adff5962SNishanth Menon
484adff5962SNishanth Menon	  To compile this driver as a module, choose M here. The module will
485adff5962SNishanth Menon	  be called palmas_pwrbutton.
486adff5962SNishanth Menon
4871851b06aSBalaji Raoconfig INPUT_PCF50633_PMU
4881851b06aSBalaji Rao	tristate "PCF50633 PMU events"
4891851b06aSBalaji Rao	depends on MFD_PCF50633
4901851b06aSBalaji Rao	help
4911851b06aSBalaji Rao	 Say Y to include support for delivering  PMU events via  input
4921851b06aSBalaji Rao	 layer on NXP PCF50633.
4931851b06aSBalaji Rao
494b91c4be7SBryan Wuconfig INPUT_PCF8574
495b91c4be7SBryan Wu	tristate "PCF8574 Keypad input device"
496e52278a3SKees Cook	depends on I2C
497b91c4be7SBryan Wu	help
498393f9ffbSMasanari Iida	  Say Y here if you want to support a keypad connected via I2C
499b91c4be7SBryan Wu	  with a PCF8574.
500b91c4be7SBryan Wu
501b91c4be7SBryan Wu	  To compile this driver as a module, choose M here: the
502b91c4be7SBryan Wu	  module will be called pcf8574_keypad.
503b91c4be7SBryan Wu
504e22739d0SLars-Peter Clausenconfig INPUT_PWM_BEEPER
505e22739d0SLars-Peter Clausen	tristate "PWM beeper support"
506557fe99dSSascha Hauer	depends on PWM
507e22739d0SLars-Peter Clausen	help
508e22739d0SLars-Peter Clausen	  Say Y here to get support for PWM based beeper devices.
509e22739d0SLars-Peter Clausen
510e22739d0SLars-Peter Clausen	  If unsure, say N.
511e22739d0SLars-Peter Clausen
512e22739d0SLars-Peter Clausen	  To compile this driver as a module, choose M here: the module will be
513e22739d0SLars-Peter Clausen	  called pwm-beeper.
514e22739d0SLars-Peter Clausen
51573969ff0SDaniel Mackconfig INPUT_GPIO_ROTARY_ENCODER
51673969ff0SDaniel Mack	tristate "Rotary encoders connected to GPIO pins"
51776ec9d18SAlexandre Courbot	depends on GPIOLIB
51873969ff0SDaniel Mack	help
51973969ff0SDaniel Mack	  Say Y here to add support for rotary encoders connected to GPIO lines.
520492d0f95SAlessio Igor Bogani	  Check file:Documentation/input/rotary-encoder.txt for more
52173969ff0SDaniel Mack	  information.
52273969ff0SDaniel Mack
52373969ff0SDaniel Mack	  To compile this driver as a module, choose M here: the
52473969ff0SDaniel Mack	  module will be called rotary_encoder.
52573969ff0SDaniel Mack
526d9bdffd2SPhil Sutterconfig INPUT_RB532_BUTTON
527d9bdffd2SPhil Sutter	tristate "Mikrotik Routerboard 532 button interface"
528d9bdffd2SPhil Sutter	depends on MIKROTIK_RB532
52976ec9d18SAlexandre Courbot	depends on GPIOLIB
530d9bdffd2SPhil Sutter	select INPUT_POLLDEV
531d9bdffd2SPhil Sutter	help
532d9bdffd2SPhil Sutter	  Say Y here if you want support for the S1 button built into
533d9bdffd2SPhil Sutter	  Mikrotik's Routerboard 532.
534d9bdffd2SPhil Sutter
535d9bdffd2SPhil Sutter	  To compile this driver as a module, choose M here: the
536d9bdffd2SPhil Sutter	  module will be called rb532_button.
537d9bdffd2SPhil Sutter
538f0c5f65bSAshish Jangamconfig INPUT_DA9052_ONKEY
539f0c5f65bSAshish Jangam	tristate "Dialog DA9052/DA9053 Onkey"
540f0c5f65bSAshish Jangam	depends on PMIC_DA9052
541f0c5f65bSAshish Jangam	help
542f0c5f65bSAshish Jangam	  Support the ONKEY of Dialog DA9052 PMICs as an input device
543f0c5f65bSAshish Jangam	  reporting power button status.
544f0c5f65bSAshish Jangam
545f0c5f65bSAshish Jangam	  To compile this driver as a module, choose M here: the
546f0c5f65bSAshish Jangam	  module will be called da9052_onkey.
547f0c5f65bSAshish Jangam
5488ed2757eSAshish Jangamconfig INPUT_DA9055_ONKEY
5498ed2757eSAshish Jangam	tristate "Dialog Semiconductor DA9055 ONKEY"
5508ed2757eSAshish Jangam	depends on MFD_DA9055
5518ed2757eSAshish Jangam	help
5528ed2757eSAshish Jangam	  Support the ONKEY of DA9055 PMICs as an input device
5538ed2757eSAshish Jangam	  reporting power button status.
5548ed2757eSAshish Jangam
5558ed2757eSAshish Jangam	  To compile this driver as a module, choose M here: the module
5568ed2757eSAshish Jangam	  will be called da9055_onkey.
5578ed2757eSAshish Jangam
558eb990b55SDavid Brownellconfig INPUT_DM355EVM
559eb990b55SDavid Brownell	tristate "TI DaVinci DM355 EVM Keypad and IR Remote"
560eb990b55SDavid Brownell	depends on MFD_DM355EVM_MSP
56166040727SDmitry Torokhov	select INPUT_SPARSEKMAP
562eb990b55SDavid Brownell	help
563eb990b55SDavid Brownell	  Supports the pushbuttons and IR remote used with
564eb990b55SDavid Brownell	  the DM355 EVM board.
565eb990b55SDavid Brownell
566eb990b55SDavid Brownell	  To compile this driver as a module, choose M here: the
567eb990b55SDavid Brownell	  module will be called dm355evm_keys.
56848329582SMichael Hennerich
56948329582SMichael Hennerichconfig INPUT_BFIN_ROTARY
57048329582SMichael Hennerich	tristate "Blackfin Rotary support"
57148329582SMichael Hennerich	depends on BF54x || BF52x
57248329582SMichael Hennerich	help
57348329582SMichael Hennerich	  Say Y here if you want to use the Blackfin Rotary.
57448329582SMichael Hennerich
57548329582SMichael Hennerich	  To compile this driver as a module, choose M here: the
57648329582SMichael Hennerich	  module will be called bfin-rotary.
57748329582SMichael Hennerich
5780c73b992SMark Brownconfig INPUT_WM831X_ON
5790c73b992SMark Brown	tristate "WM831X ON pin"
5800c73b992SMark Brown	depends on MFD_WM831X
5810c73b992SMark Brown	help
5820c73b992SMark Brown	  Support the ON pin of WM831X PMICs as an input device
5830c73b992SMark Brown	  reporting power button status.
5840c73b992SMark Brown
5850c73b992SMark Brown	  To compile this driver as a module, choose M here: the module
5860c73b992SMark Brown	  will be called wm831x_on.
5870c73b992SMark Brown
588d0a82132SDaniel Ribeiroconfig INPUT_PCAP
589d0a82132SDaniel Ribeiro	tristate "Motorola EZX PCAP misc input events"
590d0a82132SDaniel Ribeiro	depends on EZX_PCAP
591d0a82132SDaniel Ribeiro	help
592d0a82132SDaniel Ribeiro	  Say Y here if you want to use Power key and Headphone button
593d0a82132SDaniel Ribeiro	  on Motorola EZX phones.
594d0a82132SDaniel Ribeiro
595d0a82132SDaniel Ribeiro	  To compile this driver as a module, choose M here: the
596d0a82132SDaniel Ribeiro	  module will be called pcap_keys.
597d0a82132SDaniel Ribeiro
598e27c7292SMichael Hennerichconfig INPUT_ADXL34X
599e27c7292SMichael Hennerich	tristate "Analog Devices ADXL34x Three-Axis Digital Accelerometer"
600e27c7292SMichael Hennerich	default n
601e27c7292SMichael Hennerich	help
602e27c7292SMichael Hennerich	  Say Y here if you have a Accelerometer interface using the
603e27c7292SMichael Hennerich	  ADXL345/6 controller, and your board-specific initialization
604e27c7292SMichael Hennerich	  code includes that in its table of devices.
605e27c7292SMichael Hennerich
606e27c7292SMichael Hennerich	  This driver can use either I2C or SPI communication to the
607e27c7292SMichael Hennerich	  ADXL345/6 controller.  Select the appropriate method for
608e27c7292SMichael Hennerich	  your system.
609e27c7292SMichael Hennerich
610e27c7292SMichael Hennerich	  If unsure, say N (but it's safe to say "Y").
611e27c7292SMichael Hennerich
612e27c7292SMichael Hennerich	  To compile this driver as a module, choose M here: the
613e27c7292SMichael Hennerich	  module will be called adxl34x.
614e27c7292SMichael Hennerich
615e27c7292SMichael Hennerichconfig INPUT_ADXL34X_I2C
616e27c7292SMichael Hennerich	tristate "support I2C bus connection"
617e27c7292SMichael Hennerich	depends on INPUT_ADXL34X && I2C
618e27c7292SMichael Hennerich	default y
619e27c7292SMichael Hennerich	help
620e27c7292SMichael Hennerich	  Say Y here if you have ADXL345/6 hooked to an I2C bus.
621e27c7292SMichael Hennerich
622e27c7292SMichael Hennerich	  To compile this driver as a module, choose M here: the
623e27c7292SMichael Hennerich	  module will be called adxl34x-i2c.
624e27c7292SMichael Hennerich
625e27c7292SMichael Hennerichconfig INPUT_ADXL34X_SPI
626e27c7292SMichael Hennerich	tristate "support SPI bus connection"
627e27c7292SMichael Hennerich	depends on INPUT_ADXL34X && SPI
628e27c7292SMichael Hennerich	default y
629e27c7292SMichael Hennerich	help
630e27c7292SMichael Hennerich	  Say Y here if you have ADXL345/6 hooked to a SPI bus.
631e27c7292SMichael Hennerich
632e27c7292SMichael Hennerich	  To compile this driver as a module, choose M here: the
633e27c7292SMichael Hennerich	  module will be called adxl34x-spi.
634e27c7292SMichael Hennerich
635628329d5SDmitry Torokhovconfig INPUT_IMS_PCU
636628329d5SDmitry Torokhov	tristate "IMS Passenger Control Unit driver"
637628329d5SDmitry Torokhov	depends on USB
638628329d5SDmitry Torokhov	depends on LEDS_CLASS
639628329d5SDmitry Torokhov	help
640628329d5SDmitry Torokhov	  Say Y here if you have system with IMS Rave Passenger Control Unit.
641628329d5SDmitry Torokhov
642628329d5SDmitry Torokhov	  To compile this driver as a module, choose M here: the module will be
643628329d5SDmitry Torokhov	  called ims_pcu.
644628329d5SDmitry Torokhov
645b029ffafSHemanth Vconfig INPUT_CMA3000
646b029ffafSHemanth V	tristate "VTI CMA3000 Tri-axis accelerometer"
647b029ffafSHemanth V	help
648b029ffafSHemanth V	  Say Y here if you want to use VTI CMA3000_D0x Accelerometer
649b029ffafSHemanth V	  driver
650b029ffafSHemanth V
651b029ffafSHemanth V	  This driver currently only supports I2C interface to the
652b029ffafSHemanth V	  controller. Also select the I2C method.
653b029ffafSHemanth V
654b029ffafSHemanth V	  If unsure, say N
655b029ffafSHemanth V
656b029ffafSHemanth V	  To compile this driver as a module, choose M here: the
657b029ffafSHemanth V	  module will be called cma3000_d0x.
658b029ffafSHemanth V
659b029ffafSHemanth Vconfig INPUT_CMA3000_I2C
660b029ffafSHemanth V	tristate "Support I2C bus connection"
661b029ffafSHemanth V	depends on INPUT_CMA3000 && I2C
662b029ffafSHemanth V	help
663b029ffafSHemanth V	  Say Y here if you want to use VTI CMA3000_D0x Accelerometer
664b029ffafSHemanth V	  through I2C interface.
665b029ffafSHemanth V
666b029ffafSHemanth V	  To compile this driver as a module, choose M here: the
667b029ffafSHemanth V	  module will be called cma3000_d0x_i2c.
668b029ffafSHemanth V
66949851ca0SDmitry Torokhovconfig INPUT_XEN_KBDDEV_FRONTEND
67049851ca0SDmitry Torokhov	tristate "Xen virtual keyboard and mouse support"
6714bc25af7SAndrew Jones	depends on XEN
67249851ca0SDmitry Torokhov	default y
67349851ca0SDmitry Torokhov	select XEN_XENBUS_FRONTEND
67449851ca0SDmitry Torokhov	help
67549851ca0SDmitry Torokhov	  This driver implements the front-end of the Xen virtual
67649851ca0SDmitry Torokhov	  keyboard and mouse device driver.  It communicates with a back-end
67749851ca0SDmitry Torokhov	  in another domain.
67849851ca0SDmitry Torokhov
67949851ca0SDmitry Torokhov	  To compile this driver as a module, choose M here: the
68049851ca0SDmitry Torokhov	  module will be called xen-kbdfront.
68149851ca0SDmitry Torokhov
6829b5f953dSBinghua Duanconfig INPUT_SIRFSOC_ONKEY
6839b5f953dSBinghua Duan	bool "CSR SiRFSoC power on/off/suspend key support"
6849b5f953dSBinghua Duan	depends on ARCH_SIRF && OF
6859b5f953dSBinghua Duan	default y
6869b5f953dSBinghua Duan	help
6879b5f953dSBinghua Duan	  Say Y here if you want to support for the SiRFSoC power on/off/suspend key
6889b5f953dSBinghua Duan	  in Linux, after you press the onkey, system will suspend.
6899b5f953dSBinghua Duan
6909b5f953dSBinghua Duan	  If unsure, say N.
6919b5f953dSBinghua Duan
6921ea4c161SAndrey Moiseevconfig INPUT_IDEAPAD_SLIDEBAR
6931ea4c161SAndrey Moiseev	tristate "IdeaPad Laptop Slidebar"
6941ea4c161SAndrey Moiseev	depends on INPUT
6951ea4c161SAndrey Moiseev	depends on SERIO_I8042
6961ea4c161SAndrey Moiseev	help
6971ea4c161SAndrey Moiseev	  Say Y here if you have an IdeaPad laptop with a slidebar.
6981ea4c161SAndrey Moiseev
6991ea4c161SAndrey Moiseev	  To compile this driver as a module, choose M here: the
7001ea4c161SAndrey Moiseev	  module will be called ideapad_slidebar.
7011ea4c161SAndrey Moiseev
70261cd4822SLejun Zhuconfig INPUT_SOC_BUTTON_ARRAY
70361cd4822SLejun Zhu	tristate "Windows-compatible SoC Button Array"
70461cd4822SLejun Zhu	depends on KEYBOARD_GPIO
70561cd4822SLejun Zhu	help
70661cd4822SLejun Zhu	  Say Y here if you have a SoC-based tablet that originally
70761cd4822SLejun Zhu	  runs Windows 8.
70861cd4822SLejun Zhu
70961cd4822SLejun Zhu	  To compile this driver as a module, choose M here: the
71061cd4822SLejun Zhu	  module will be called soc_button_array.
71161cd4822SLejun Zhu
7127132fe4fSDan Murphyconfig INPUT_DRV260X_HAPTICS
7137132fe4fSDan Murphy	tristate "TI DRV260X haptics support"
7147132fe4fSDan Murphy	depends on INPUT && I2C && GPIOLIB
7157132fe4fSDan Murphy	select INPUT_FF_MEMLESS
7167132fe4fSDan Murphy	select REGMAP_I2C
7177132fe4fSDan Murphy	help
7187132fe4fSDan Murphy	  Say Y to enable support for the TI DRV260X haptics driver.
7197132fe4fSDan Murphy
7207132fe4fSDan Murphy	  To compile this driver as a module, choose M here: the
7217132fe4fSDan Murphy	  module will be called drv260x-haptics.
7227132fe4fSDan Murphy
7231c246225SDan Murphyconfig INPUT_DRV2667_HAPTICS
7241c246225SDan Murphy	tristate "TI DRV2667 haptics support"
7251c246225SDan Murphy	depends on INPUT && I2C
7261c246225SDan Murphy	select INPUT_FF_MEMLESS
7271c246225SDan Murphy	select REGMAP_I2C
7281c246225SDan Murphy	help
7291c246225SDan Murphy	  Say Y to enable support for the TI DRV2667 haptics driver.
7301c246225SDan Murphy
7311c246225SDan Murphy	  To compile this driver as a module, choose M here: the
7321c246225SDan Murphy	  module will be called drv260x-haptics.
7331c246225SDan Murphy
7341da177e4SLinus Torvaldsendif
735