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 2577686517SSundar R Iyerconfig INPUT_AB8500_PONKEY 2677686517SSundar R Iyer tristate "AB8500 Pon (PowerOn) Key" 2777686517SSundar R Iyer depends on AB8500_CORE 2877686517SSundar R Iyer help 2977686517SSundar R Iyer Say Y here to use the PowerOn Key for ST-Ericsson's AB8500 3077686517SSundar R Iyer Mix-Sig PMIC. 3177686517SSundar R Iyer 3277686517SSundar R Iyer To compile this driver as a module, choose M here: the module 3377686517SSundar R Iyer will be called ab8500-ponkey. 3477686517SSundar R Iyer 3531a62963SBryan Wuconfig INPUT_AD714X 3631a62963SBryan Wu tristate "Analog Devices AD714x Capacitance Touch Sensor" 3731a62963SBryan Wu help 386c04d7b3SBarry Song Say Y here if you want to support an AD7142/3/7/8/7A touch sensor. 3931a62963SBryan Wu 4031a62963SBryan Wu You should select a bus connection too. 4131a62963SBryan Wu 4231a62963SBryan Wu To compile this driver as a module, choose M here: the 4331a62963SBryan Wu module will be called ad714x. 4431a62963SBryan Wu 4531a62963SBryan Wuconfig INPUT_AD714X_I2C 4631a62963SBryan Wu tristate "support I2C bus connection" 4731a62963SBryan Wu depends on INPUT_AD714X && I2C 4831a62963SBryan Wu default y 4931a62963SBryan Wu help 5031a62963SBryan Wu Say Y here if you have AD7142/AD7147 hooked to an I2C bus. 5131a62963SBryan Wu 5231a62963SBryan Wu To compile this driver as a module, choose M here: the 5331a62963SBryan Wu module will be called ad714x-i2c. 5431a62963SBryan Wu 5531a62963SBryan Wuconfig INPUT_AD714X_SPI 5631a62963SBryan Wu tristate "support SPI bus connection" 5731a62963SBryan Wu depends on INPUT_AD714X && SPI 5831a62963SBryan Wu default y 5931a62963SBryan Wu help 6031a62963SBryan Wu Say Y here if you have AD7142/AD7147 hooked to a SPI bus. 6131a62963SBryan Wu 6231a62963SBryan Wu To compile this driver as a module, choose M here: the 6331a62963SBryan Wu module will be called ad714x-spi. 6431a62963SBryan Wu 65c17ca3f5SEric Anderssonconfig INPUT_BMA150 66c17ca3f5SEric Andersson tristate "BMA150/SMB380 acceleration sensor support" 67c17ca3f5SEric Andersson depends on I2C 68c17ca3f5SEric Andersson select INPUT_POLLDEV 69c17ca3f5SEric Andersson help 70c17ca3f5SEric Andersson Say Y here if you have Bosch Sensortec's BMA150 or SMB380 71c17ca3f5SEric Andersson acceleration sensor hooked to an I2C bus. 72c17ca3f5SEric Andersson 73c17ca3f5SEric Andersson To compile this driver as a module, choose M here: the 74c17ca3f5SEric Andersson module will be called bma150. 75c17ca3f5SEric Andersson 761da177e4SLinus Torvaldsconfig INPUT_PCSPKR 771da177e4SLinus Torvalds tristate "PC Speaker support" 78e5e1d3cbSStas Sergeev depends on PCSPKR_PLATFORM 791da177e4SLinus Torvalds help 801da177e4SLinus Torvalds Say Y here if you want the standard PC Speaker to be used for 811da177e4SLinus Torvalds bells and whistles. 821da177e4SLinus Torvalds 831da177e4SLinus Torvalds If unsure, say Y. 841da177e4SLinus Torvalds 851da177e4SLinus Torvalds To compile this driver as a module, choose M here: the 861da177e4SLinus Torvalds module will be called pcspkr. 871da177e4SLinus Torvalds 8811205bb6SAmy Malocheconfig INPUT_PM8XXX_VIBRATOR 8911205bb6SAmy Maloche tristate "Qualcomm PM8XXX vibrator support" 9011205bb6SAmy Maloche depends on MFD_PM8XXX 9111205bb6SAmy Maloche select INPUT_FF_MEMLESS 9211205bb6SAmy Maloche help 9311205bb6SAmy Maloche This option enables device driver support for the vibrator 9411205bb6SAmy Maloche on Qualcomm PM8xxx chip. This driver supports ff-memless interface 9511205bb6SAmy Maloche from input framework. 9611205bb6SAmy Maloche 9711205bb6SAmy Maloche To compile this driver as module, choose M here: the 9811205bb6SAmy Maloche module will be called pm8xxx-vibrator. 9911205bb6SAmy Maloche 10011205bb6SAmy Malocheconfig INPUT_PMIC8XXX_PWRKEY 10111205bb6SAmy Maloche tristate "PMIC8XXX power key support" 10211205bb6SAmy Maloche depends on MFD_PM8XXX 10311205bb6SAmy Maloche help 10411205bb6SAmy Maloche Say Y here if you want support for the PMIC8XXX power key. 10511205bb6SAmy Maloche 10611205bb6SAmy Maloche If unsure, say N. 10711205bb6SAmy Maloche 10811205bb6SAmy Maloche To compile this driver as a module, choose M here: the 10911205bb6SAmy Maloche module will be called pmic8xxx-pwrkey. 11011205bb6SAmy Maloche 1111da177e4SLinus Torvaldsconfig INPUT_SPARCSPKR 1121da177e4SLinus Torvalds tristate "SPARC Speaker support" 113a2bd4fd1SDavid S. Miller depends on PCI && SPARC64 1141da177e4SLinus Torvalds help 1151da177e4SLinus Torvalds Say Y here if you want the standard Speaker on Sparc PCI systems 1161da177e4SLinus Torvalds to be used for bells and whistles. 1171da177e4SLinus Torvalds 1181da177e4SLinus Torvalds If unsure, say Y. 1191da177e4SLinus Torvalds 1201da177e4SLinus Torvalds To compile this driver as a module, choose M here: the 1211da177e4SLinus Torvalds module will be called sparcspkr. 1221da177e4SLinus Torvalds 1231da177e4SLinus Torvaldsconfig INPUT_M68K_BEEP 1241da177e4SLinus Torvalds tristate "M68k Beeper support" 1251da177e4SLinus Torvalds depends on M68K 1261da177e4SLinus Torvalds 1273734574cSHaojian Zhuangconfig INPUT_MAX8925_ONKEY 1283734574cSHaojian Zhuang tristate "MAX8925 ONKEY support" 1293734574cSHaojian Zhuang depends on MFD_MAX8925 1303734574cSHaojian Zhuang help 1313734574cSHaojian Zhuang Support the ONKEY of MAX8925 PMICs as an input device 1323734574cSHaojian Zhuang reporting power button status. 1333734574cSHaojian Zhuang 1343734574cSHaojian Zhuang To compile this driver as a module, choose M here: the module 1353734574cSHaojian Zhuang will be called max8925_onkey. 1363734574cSHaojian Zhuang 13730fc7ac3SPhilippe Rétornazconfig INPUT_MC13783_PWRBUTTON 13830fc7ac3SPhilippe Rétornaz tristate "MC13783 ON buttons" 13930fc7ac3SPhilippe Rétornaz depends on MFD_MC13783 14030fc7ac3SPhilippe Rétornaz help 14130fc7ac3SPhilippe Rétornaz Support the ON buttons of MC13783 PMIC as an input device 14230fc7ac3SPhilippe Rétornaz reporting power button status. 14330fc7ac3SPhilippe Rétornaz 14430fc7ac3SPhilippe Rétornaz To compile this driver as a module, choose M here: the module 14530fc7ac3SPhilippe Rétornaz will be called mc13783-pwrbutton. 14630fc7ac3SPhilippe Rétornaz 1473ead8b5dSEric Miaoconfig INPUT_MMA8450 1483ead8b5dSEric Miao tristate "MMA8450 - Freescale's 3-Axis, 8/12-bit Digital Accelerometer" 1493ead8b5dSEric Miao depends on I2C 1503ead8b5dSEric Miao select INPUT_POLLDEV 1513ead8b5dSEric Miao help 1523ead8b5dSEric Miao Say Y here if you want to support Freescale's MMA8450 Accelerometer 1533ead8b5dSEric Miao through I2C interface. 1543ead8b5dSEric Miao 1553ead8b5dSEric Miao To compile this driver as a module, choose M here: the 1563ead8b5dSEric Miao module will be called mma8450. 1573ead8b5dSEric Miao 158631b16e8SJoseph Laiconfig INPUT_MPU3050 159631b16e8SJoseph Lai tristate "MPU3050 Triaxial gyroscope sensor" 160631b16e8SJoseph Lai depends on I2C 161631b16e8SJoseph Lai help 162631b16e8SJoseph Lai Say Y here if you want to support InvenSense MPU3050 163631b16e8SJoseph Lai connected via an I2C bus. 164631b16e8SJoseph Lai 165631b16e8SJoseph Lai To compile this driver as a module, choose M here: the 166631b16e8SJoseph Lai module will be called mpu3050. 167631b16e8SJoseph Lai 16852fe0cdbSStephen Hemmingerconfig INPUT_APANEL 16952fe0cdbSStephen Hemminger tristate "Fujitsu Lifebook Application Panel buttons" 17019131305SRandy Dunlap depends on X86 && I2C && LEDS_CLASS 17152fe0cdbSStephen Hemminger select INPUT_POLLDEV 17252fe0cdbSStephen Hemminger select CHECK_SIGNATURE 17352fe0cdbSStephen Hemminger help 17452fe0cdbSStephen Hemminger Say Y here for support of the Application Panel buttons, used on 17552fe0cdbSStephen Hemminger Fujitsu Lifebook. These are attached to the mainboard through 17619131305SRandy Dunlap an SMBus interface managed by the I2C Intel ICH (i801) driver, 17719131305SRandy Dunlap which you should also build for this kernel. 17852fe0cdbSStephen Hemminger 17952fe0cdbSStephen Hemminger To compile this driver as a module, choose M here: the module will 18052fe0cdbSStephen Hemminger be called apanel. 18152fe0cdbSStephen Hemminger 182*3bfd5c5bSHeiko Stübnerconfig INPUT_GPIO_TILT_POLLED 183*3bfd5c5bSHeiko Stübner tristate "Polled GPIO tilt switch" 184*3bfd5c5bSHeiko Stübner depends on GENERIC_GPIO 185*3bfd5c5bSHeiko Stübner select INPUT_POLLDEV 186*3bfd5c5bSHeiko Stübner help 187*3bfd5c5bSHeiko Stübner This driver implements support for tilt switches connected 188*3bfd5c5bSHeiko Stübner to GPIO pins that are not capable of generating interrupts. 189*3bfd5c5bSHeiko Stübner 190*3bfd5c5bSHeiko Stübner The list of gpios to use and the mapping of their states 191*3bfd5c5bSHeiko Stübner to specific angles is done via platform data. 192*3bfd5c5bSHeiko Stübner 193*3bfd5c5bSHeiko Stübner To compile this driver as a module, choose M here: the 194*3bfd5c5bSHeiko Stübner module will be called gpio_tilt_polled. 195*3bfd5c5bSHeiko Stübner 196ba0acb5eSDmitry Torokhovconfig INPUT_IXP4XX_BEEPER 197ba0acb5eSDmitry Torokhov tristate "IXP4XX Beeper support" 198ba0acb5eSDmitry Torokhov depends on ARCH_IXP4XX 199ba0acb5eSDmitry Torokhov help 200ba0acb5eSDmitry Torokhov If you say yes here, you can connect a beeper to the 201ba0acb5eSDmitry Torokhov ixp4xx gpio pins. This is used by the LinkSys NSLU2. 202ba0acb5eSDmitry Torokhov 203ba0acb5eSDmitry Torokhov If unsure, say Y. 204ba0acb5eSDmitry Torokhov 205ba0acb5eSDmitry Torokhov To compile this driver as a module, choose M here: the 206ba0acb5eSDmitry Torokhov module will be called ixp4xx-beeper. 207ba0acb5eSDmitry Torokhov 208bebb8a2bSYoichi Yuasaconfig INPUT_COBALT_BTNS 209bebb8a2bSYoichi Yuasa tristate "Cobalt button interface" 210bebb8a2bSYoichi Yuasa depends on MIPS_COBALT 2113d29cdffSDmitry Torokhov select INPUT_POLLDEV 212bebb8a2bSYoichi Yuasa help 213bebb8a2bSYoichi Yuasa Say Y here if you want to support MIPS Cobalt button interface. 214bebb8a2bSYoichi Yuasa 215bebb8a2bSYoichi Yuasa To compile this driver as a module, choose M here: the 216bebb8a2bSYoichi Yuasa module will be called cobalt_btns. 217bebb8a2bSYoichi Yuasa 2185fc14680SDmitry Torokhovconfig INPUT_WISTRON_BTNS 2195fc14680SDmitry Torokhov tristate "x86 Wistron laptop button interface" 220e9fb028eSAndrew Morton depends on X86 && !X86_64 221c2554c91SDmitry Torokhov select INPUT_POLLDEV 222e97af4cbSDmitry Torokhov select INPUT_SPARSEKMAP 223389679d8SEric Piel select NEW_LEDS 224389679d8SEric Piel select LEDS_CLASS 225928923c7SGeert Uytterhoeven select CHECK_SIGNATURE 2265fc14680SDmitry Torokhov help 22701dd2fbfSMatt LaPlante Say Y here for support of Wistron laptop button interfaces, used on 228389679d8SEric Piel laptops of various brands, including Acer and Fujitsu-Siemens. If 22901dd2fbfSMatt LaPlante available, mail and wifi LEDs will be controllable via /sys/class/leds. 2305fc14680SDmitry Torokhov 2315fc14680SDmitry Torokhov To compile this driver as a module, choose M here: the module will 2325fc14680SDmitry Torokhov be called wistron_btns. 2335fc14680SDmitry Torokhov 23431ea7ff0SJaya Kumarconfig INPUT_ATLAS_BTNS 23531ea7ff0SJaya Kumar tristate "x86 Atlas button interface" 23631ea7ff0SJaya Kumar depends on X86 && ACPI 23731ea7ff0SJaya Kumar help 23831ea7ff0SJaya Kumar Say Y here for support of Atlas wallmount touchscreen buttons. 23931ea7ff0SJaya Kumar The events will show up as scancodes F1 through F9 via evdev. 24031ea7ff0SJaya Kumar 24131ea7ff0SJaya Kumar To compile this driver as a module, choose M here: the module will 24231ea7ff0SJaya Kumar be called atlas_btns. 24331ea7ff0SJaya Kumar 244ba0acb5eSDmitry Torokhovconfig INPUT_ATI_REMOTE2 245ba0acb5eSDmitry Torokhov tristate "ATI / Philips USB RF remote control" 2467a86edefSAl Viro depends on USB_ARCH_HAS_HCD 247ba0acb5eSDmitry Torokhov select USB 248ba0acb5eSDmitry Torokhov help 249ba0acb5eSDmitry Torokhov Say Y here if you want to use an ATI or Philips USB RF remote control. 250ba0acb5eSDmitry Torokhov These are RF remotes with USB receivers. 251ba0acb5eSDmitry Torokhov ATI Remote Wonder II comes with some ATI's All-In-Wonder video cards 252ba0acb5eSDmitry Torokhov and is also available as a separate product. 253ba0acb5eSDmitry Torokhov This driver provides mouse pointer, left and right mouse buttons, 254ba0acb5eSDmitry Torokhov and maps all the other remote buttons to keypress events. 255ba0acb5eSDmitry Torokhov 256ba0acb5eSDmitry Torokhov To compile this driver as a module, choose M here: the module will be 257ba0acb5eSDmitry Torokhov called ati_remote2. 258ba0acb5eSDmitry Torokhov 259ba0acb5eSDmitry Torokhovconfig INPUT_KEYSPAN_REMOTE 260ba0acb5eSDmitry Torokhov tristate "Keyspan DMR USB remote control (EXPERIMENTAL)" 261ba0acb5eSDmitry Torokhov depends on EXPERIMENTAL 2627a86edefSAl Viro depends on USB_ARCH_HAS_HCD 263ba0acb5eSDmitry Torokhov select USB 264ba0acb5eSDmitry Torokhov help 265ba0acb5eSDmitry Torokhov Say Y here if you want to use a Keyspan DMR USB remote control. 266ba0acb5eSDmitry Torokhov Currently only the UIA-11 type of receiver has been tested. The tag 267ba0acb5eSDmitry Torokhov on the receiver that connects to the USB port should have a P/N that 268ba0acb5eSDmitry Torokhov will tell you what type of DMR you have. The UIA-10 type is not 269ba0acb5eSDmitry Torokhov supported at this time. This driver maps all buttons to keypress 270ba0acb5eSDmitry Torokhov events. 271ba0acb5eSDmitry Torokhov 272ba0acb5eSDmitry Torokhov To compile this driver as a module, choose M here: the module will 273ba0acb5eSDmitry Torokhov be called keyspan_remote. 274ba0acb5eSDmitry Torokhov 275e8e70d83SChris Hudsonconfig INPUT_KXTJ9 276e8e70d83SChris Hudson tristate "Kionix KXTJ9 tri-axis digital accelerometer" 277e8e70d83SChris Hudson depends on I2C 278e8e70d83SChris Hudson help 279e8e70d83SChris Hudson Say Y here to enable support for the Kionix KXTJ9 digital tri-axis 280e8e70d83SChris Hudson accelerometer. 281e8e70d83SChris Hudson 282e8e70d83SChris Hudson To compile this driver as a module, choose M here: the module will 283e8e70d83SChris Hudson be called kxtj9. 284e8e70d83SChris Hudson 285e8e70d83SChris Hudsonconfig INPUT_KXTJ9_POLLED_MODE 286e8e70d83SChris Hudson bool "Enable polling mode support" 287e8e70d83SChris Hudson depends on INPUT_KXTJ9 288e8e70d83SChris Hudson select INPUT_POLLDEV 289e8e70d83SChris Hudson help 290e8e70d83SChris Hudson Say Y here if you need accelerometer to work in polling mode. 291e8e70d83SChris Hudson 292ba0acb5eSDmitry Torokhovconfig INPUT_POWERMATE 293ba0acb5eSDmitry Torokhov tristate "Griffin PowerMate and Contour Jog support" 2947a86edefSAl Viro depends on USB_ARCH_HAS_HCD 295ba0acb5eSDmitry Torokhov select USB 296ba0acb5eSDmitry Torokhov help 297ba0acb5eSDmitry Torokhov Say Y here if you want to use Griffin PowerMate or Contour Jog devices. 298ba0acb5eSDmitry Torokhov These are aluminum dials which can measure clockwise and anticlockwise 299ba0acb5eSDmitry Torokhov rotation. The dial also acts as a pushbutton. The base contains an LED 300ba0acb5eSDmitry Torokhov which can be instructed to pulse or to switch to a particular intensity. 301ba0acb5eSDmitry Torokhov 302ba0acb5eSDmitry Torokhov You can download userspace tools from 303ba0acb5eSDmitry Torokhov <http://sowerbutts.com/powermate/>. 30401387959SAlessandro Zummo 30501387959SAlessandro Zummo To compile this driver as a module, choose M here: the 306ba0acb5eSDmitry Torokhov module will be called powermate. 307ba0acb5eSDmitry Torokhov 308ba0acb5eSDmitry Torokhovconfig INPUT_YEALINK 309ba0acb5eSDmitry Torokhov tristate "Yealink usb-p1k voip phone" 310247537b9SAdrian Bunk depends on EXPERIMENTAL 3117a86edefSAl Viro depends on USB_ARCH_HAS_HCD 312ba0acb5eSDmitry Torokhov select USB 313ba0acb5eSDmitry Torokhov help 314ba0acb5eSDmitry Torokhov Say Y here if you want to enable keyboard and LCD functions of the 315ba0acb5eSDmitry Torokhov Yealink usb-p1k usb phones. The audio part is enabled by the generic 316ba0acb5eSDmitry Torokhov usb sound driver, so you might want to enable that as well. 317ba0acb5eSDmitry Torokhov 318ba0acb5eSDmitry Torokhov For information about how to use these additional functions, see 319ba0acb5eSDmitry Torokhov <file:Documentation/input/yealink.txt>. 320ba0acb5eSDmitry Torokhov 321ba0acb5eSDmitry Torokhov To compile this driver as a module, choose M here: the module will be 322ba0acb5eSDmitry Torokhov called yealink. 32301387959SAlessandro Zummo 324c04148f9SAlfred E. Heggestadconfig INPUT_CM109 325c04148f9SAlfred E. Heggestad tristate "C-Media CM109 USB I/O Controller" 326c04148f9SAlfred E. Heggestad depends on EXPERIMENTAL 327c04148f9SAlfred E. Heggestad depends on USB_ARCH_HAS_HCD 328c04148f9SAlfred E. Heggestad select USB 329c04148f9SAlfred E. Heggestad help 330c04148f9SAlfred E. Heggestad Say Y here if you want to enable keyboard and buzzer functions of the 331c04148f9SAlfred E. Heggestad C-Media CM109 usb phones. The audio part is enabled by the generic 332c04148f9SAlfred E. Heggestad usb sound driver, so you might want to enable that as well. 333c04148f9SAlfred E. Heggestad 334c04148f9SAlfred E. Heggestad To compile this driver as a module, choose M here: the module will be 335c04148f9SAlfred E. Heggestad called cm109. 336c04148f9SAlfred E. Heggestad 33768d8bf04SFelipe Balbiconfig INPUT_TWL4030_PWRBUTTON 33868d8bf04SFelipe Balbi tristate "TWL4030 Power button Driver" 33968d8bf04SFelipe Balbi depends on TWL4030_CORE 34068d8bf04SFelipe Balbi help 34168d8bf04SFelipe Balbi Say Y here if you want to enable power key reporting via the 34268d8bf04SFelipe Balbi TWL4030 family of chips. 34368d8bf04SFelipe Balbi 34468d8bf04SFelipe Balbi To compile this driver as a module, choose M here. The module will 34568d8bf04SFelipe Balbi be called twl4030_pwrbutton. 34668d8bf04SFelipe Balbi 3473dd1b394SJari Vanhalaconfig INPUT_TWL4030_VIBRA 3483dd1b394SJari Vanhala tristate "Support for TWL4030 Vibrator" 3493dd1b394SJari Vanhala depends on TWL4030_CORE 35057fe7251SPeter Ujfalusi select MFD_TWL4030_AUDIO 3513dd1b394SJari Vanhala select INPUT_FF_MEMLESS 3523dd1b394SJari Vanhala help 3533dd1b394SJari Vanhala This option enables support for TWL4030 Vibrator Driver. 3543dd1b394SJari Vanhala 3553dd1b394SJari Vanhala To compile this driver as a module, choose M here. The module will 3563dd1b394SJari Vanhala be called twl4030_vibra. 3573dd1b394SJari Vanhala 358cc697d38SMisael Lopez Cruzconfig INPUT_TWL6040_VIBRA 359cc697d38SMisael Lopez Cruz tristate "Support for TWL6040 Vibrator" 360cc697d38SMisael Lopez Cruz depends on TWL4030_CORE 361cc697d38SMisael Lopez Cruz select TWL6040_CORE 362cc697d38SMisael Lopez Cruz select INPUT_FF_MEMLESS 363cc697d38SMisael Lopez Cruz help 364cc697d38SMisael Lopez Cruz This option enables support for TWL6040 Vibrator Driver. 365cc697d38SMisael Lopez Cruz 366cc697d38SMisael Lopez Cruz To compile this driver as a module, choose M here. The module will 367cc697d38SMisael Lopez Cruz be called twl6040_vibra. 368cc697d38SMisael Lopez Cruz 3691da177e4SLinus Torvaldsconfig INPUT_UINPUT 3701da177e4SLinus Torvalds tristate "User level driver support" 3711da177e4SLinus Torvalds help 3721da177e4SLinus Torvalds Say Y here if you want to support user level drivers for input 3731da177e4SLinus Torvalds subsystem accessible under char device 10:223 - /dev/input/uinput. 3741da177e4SLinus Torvalds 3751da177e4SLinus Torvalds To compile this driver as a module, choose M here: the 3761da177e4SLinus Torvalds module will be called uinput. 3771da177e4SLinus Torvalds 37848ad88b1SThomas Bogendoerferconfig INPUT_SGI_BTNS 37948ad88b1SThomas Bogendoerfer tristate "SGI Indy/O2 volume button interface" 38048ad88b1SThomas Bogendoerfer depends on SGI_IP22 || SGI_IP32 3813bee2a04SThomas Bogendoerfer select INPUT_POLLDEV 3823bee2a04SThomas Bogendoerfer help 38348ad88b1SThomas Bogendoerfer Say Y here if you want to support SGI Indy/O2 volume button interface. 3843bee2a04SThomas Bogendoerfer 3853bee2a04SThomas Bogendoerfer To compile this driver as a module, choose M here: the 38648ad88b1SThomas Bogendoerfer module will be called sgi_btns. 3873bee2a04SThomas Bogendoerfer 3881da177e4SLinus Torvaldsconfig HP_SDC_RTC 3891da177e4SLinus Torvalds tristate "HP SDC Real Time Clock" 390d061ebd5SAlexander Beregalov depends on (GSC || HP300) && SERIO 3911da177e4SLinus Torvalds select HP_SDC 3921da177e4SLinus Torvalds help 3931da177e4SLinus Torvalds Say Y here if you want to support the built-in real time clock 3941da177e4SLinus Torvalds of the HP SDC controller. 3951da177e4SLinus Torvalds 3961851b06aSBalaji Raoconfig INPUT_PCF50633_PMU 3971851b06aSBalaji Rao tristate "PCF50633 PMU events" 3981851b06aSBalaji Rao depends on MFD_PCF50633 3991851b06aSBalaji Rao help 4001851b06aSBalaji Rao Say Y to include support for delivering PMU events via input 4011851b06aSBalaji Rao layer on NXP PCF50633. 4021851b06aSBalaji Rao 403b91c4be7SBryan Wuconfig INPUT_PCF8574 404b91c4be7SBryan Wu tristate "PCF8574 Keypad input device" 405b91c4be7SBryan Wu depends on I2C && EXPERIMENTAL 406b91c4be7SBryan Wu help 407b91c4be7SBryan Wu Say Y here if you want to support a keypad connetced via I2C 408b91c4be7SBryan Wu with a PCF8574. 409b91c4be7SBryan Wu 410b91c4be7SBryan Wu To compile this driver as a module, choose M here: the 411b91c4be7SBryan Wu module will be called pcf8574_keypad. 412b91c4be7SBryan Wu 413e22739d0SLars-Peter Clausenconfig INPUT_PWM_BEEPER 414e22739d0SLars-Peter Clausen tristate "PWM beeper support" 415e22739d0SLars-Peter Clausen depends on HAVE_PWM 416e22739d0SLars-Peter Clausen help 417e22739d0SLars-Peter Clausen Say Y here to get support for PWM based beeper devices. 418e22739d0SLars-Peter Clausen 419e22739d0SLars-Peter Clausen If unsure, say N. 420e22739d0SLars-Peter Clausen 421e22739d0SLars-Peter Clausen To compile this driver as a module, choose M here: the module will be 422e22739d0SLars-Peter Clausen called pwm-beeper. 423e22739d0SLars-Peter Clausen 42473969ff0SDaniel Mackconfig INPUT_GPIO_ROTARY_ENCODER 42573969ff0SDaniel Mack tristate "Rotary encoders connected to GPIO pins" 42673969ff0SDaniel Mack depends on GPIOLIB && GENERIC_GPIO 42773969ff0SDaniel Mack help 42873969ff0SDaniel Mack Say Y here to add support for rotary encoders connected to GPIO lines. 429492d0f95SAlessio Igor Bogani Check file:Documentation/input/rotary-encoder.txt for more 43073969ff0SDaniel Mack information. 43173969ff0SDaniel Mack 43273969ff0SDaniel Mack To compile this driver as a module, choose M here: the 43373969ff0SDaniel Mack module will be called rotary_encoder. 43473969ff0SDaniel Mack 435d9bdffd2SPhil Sutterconfig INPUT_RB532_BUTTON 436d9bdffd2SPhil Sutter tristate "Mikrotik Routerboard 532 button interface" 437d9bdffd2SPhil Sutter depends on MIKROTIK_RB532 438d9bdffd2SPhil Sutter depends on GPIOLIB && GENERIC_GPIO 439d9bdffd2SPhil Sutter select INPUT_POLLDEV 440d9bdffd2SPhil Sutter help 441d9bdffd2SPhil Sutter Say Y here if you want support for the S1 button built into 442d9bdffd2SPhil Sutter Mikrotik's Routerboard 532. 443d9bdffd2SPhil Sutter 444d9bdffd2SPhil Sutter To compile this driver as a module, choose M here: the 445d9bdffd2SPhil Sutter module will be called rb532_button. 446d9bdffd2SPhil Sutter 447eb990b55SDavid Brownellconfig INPUT_DM355EVM 448eb990b55SDavid Brownell tristate "TI DaVinci DM355 EVM Keypad and IR Remote" 449eb990b55SDavid Brownell depends on MFD_DM355EVM_MSP 45066040727SDmitry Torokhov select INPUT_SPARSEKMAP 451eb990b55SDavid Brownell help 452eb990b55SDavid Brownell Supports the pushbuttons and IR remote used with 453eb990b55SDavid Brownell the DM355 EVM board. 454eb990b55SDavid Brownell 455eb990b55SDavid Brownell To compile this driver as a module, choose M here: the 456eb990b55SDavid Brownell module will be called dm355evm_keys. 45748329582SMichael Hennerich 45848329582SMichael Hennerichconfig INPUT_BFIN_ROTARY 45948329582SMichael Hennerich tristate "Blackfin Rotary support" 46048329582SMichael Hennerich depends on BF54x || BF52x 46148329582SMichael Hennerich help 46248329582SMichael Hennerich Say Y here if you want to use the Blackfin Rotary. 46348329582SMichael Hennerich 46448329582SMichael Hennerich To compile this driver as a module, choose M here: the 46548329582SMichael Hennerich module will be called bfin-rotary. 46648329582SMichael Hennerich 4670c73b992SMark Brownconfig INPUT_WM831X_ON 4680c73b992SMark Brown tristate "WM831X ON pin" 4690c73b992SMark Brown depends on MFD_WM831X 4700c73b992SMark Brown help 4710c73b992SMark Brown Support the ON pin of WM831X PMICs as an input device 4720c73b992SMark Brown reporting power button status. 4730c73b992SMark Brown 4740c73b992SMark Brown To compile this driver as a module, choose M here: the module 4750c73b992SMark Brown will be called wm831x_on. 4760c73b992SMark Brown 477d0a82132SDaniel Ribeiroconfig INPUT_PCAP 478d0a82132SDaniel Ribeiro tristate "Motorola EZX PCAP misc input events" 479d0a82132SDaniel Ribeiro depends on EZX_PCAP 480d0a82132SDaniel Ribeiro help 481d0a82132SDaniel Ribeiro Say Y here if you want to use Power key and Headphone button 482d0a82132SDaniel Ribeiro on Motorola EZX phones. 483d0a82132SDaniel Ribeiro 484d0a82132SDaniel Ribeiro To compile this driver as a module, choose M here: the 485d0a82132SDaniel Ribeiro module will be called pcap_keys. 486d0a82132SDaniel Ribeiro 487e27c7292SMichael Hennerichconfig INPUT_ADXL34X 488e27c7292SMichael Hennerich tristate "Analog Devices ADXL34x Three-Axis Digital Accelerometer" 489e27c7292SMichael Hennerich default n 490e27c7292SMichael Hennerich help 491e27c7292SMichael Hennerich Say Y here if you have a Accelerometer interface using the 492e27c7292SMichael Hennerich ADXL345/6 controller, and your board-specific initialization 493e27c7292SMichael Hennerich code includes that in its table of devices. 494e27c7292SMichael Hennerich 495e27c7292SMichael Hennerich This driver can use either I2C or SPI communication to the 496e27c7292SMichael Hennerich ADXL345/6 controller. Select the appropriate method for 497e27c7292SMichael Hennerich your system. 498e27c7292SMichael Hennerich 499e27c7292SMichael Hennerich If unsure, say N (but it's safe to say "Y"). 500e27c7292SMichael Hennerich 501e27c7292SMichael Hennerich To compile this driver as a module, choose M here: the 502e27c7292SMichael Hennerich module will be called adxl34x. 503e27c7292SMichael Hennerich 504e27c7292SMichael Hennerichconfig INPUT_ADXL34X_I2C 505e27c7292SMichael Hennerich tristate "support I2C bus connection" 506e27c7292SMichael Hennerich depends on INPUT_ADXL34X && I2C 507e27c7292SMichael Hennerich default y 508e27c7292SMichael Hennerich help 509e27c7292SMichael Hennerich Say Y here if you have ADXL345/6 hooked to an I2C bus. 510e27c7292SMichael Hennerich 511e27c7292SMichael Hennerich To compile this driver as a module, choose M here: the 512e27c7292SMichael Hennerich module will be called adxl34x-i2c. 513e27c7292SMichael Hennerich 514e27c7292SMichael Hennerichconfig INPUT_ADXL34X_SPI 515e27c7292SMichael Hennerich tristate "support SPI bus connection" 516e27c7292SMichael Hennerich depends on INPUT_ADXL34X && SPI 517e27c7292SMichael Hennerich default y 518e27c7292SMichael Hennerich help 519e27c7292SMichael Hennerich Say Y here if you have ADXL345/6 hooked to a SPI bus. 520e27c7292SMichael Hennerich 521e27c7292SMichael Hennerich To compile this driver as a module, choose M here: the 522e27c7292SMichael Hennerich module will be called adxl34x-spi. 523e27c7292SMichael Hennerich 524b029ffafSHemanth Vconfig INPUT_CMA3000 525b029ffafSHemanth V tristate "VTI CMA3000 Tri-axis accelerometer" 526b029ffafSHemanth V help 527b029ffafSHemanth V Say Y here if you want to use VTI CMA3000_D0x Accelerometer 528b029ffafSHemanth V driver 529b029ffafSHemanth V 530b029ffafSHemanth V This driver currently only supports I2C interface to the 531b029ffafSHemanth V controller. Also select the I2C method. 532b029ffafSHemanth V 533b029ffafSHemanth V If unsure, say N 534b029ffafSHemanth V 535b029ffafSHemanth V To compile this driver as a module, choose M here: the 536b029ffafSHemanth V module will be called cma3000_d0x. 537b029ffafSHemanth V 538b029ffafSHemanth Vconfig INPUT_CMA3000_I2C 539b029ffafSHemanth V tristate "Support I2C bus connection" 540b029ffafSHemanth V depends on INPUT_CMA3000 && I2C 541b029ffafSHemanth V help 542b029ffafSHemanth V Say Y here if you want to use VTI CMA3000_D0x Accelerometer 543b029ffafSHemanth V through I2C interface. 544b029ffafSHemanth V 545b029ffafSHemanth V To compile this driver as a module, choose M here: the 546b029ffafSHemanth V module will be called cma3000_d0x_i2c. 547b029ffafSHemanth V 54849851ca0SDmitry Torokhovconfig INPUT_XEN_KBDDEV_FRONTEND 54949851ca0SDmitry Torokhov tristate "Xen virtual keyboard and mouse support" 55049851ca0SDmitry Torokhov depends on XEN_FBDEV_FRONTEND 55149851ca0SDmitry Torokhov default y 55249851ca0SDmitry Torokhov select XEN_XENBUS_FRONTEND 55349851ca0SDmitry Torokhov help 55449851ca0SDmitry Torokhov This driver implements the front-end of the Xen virtual 55549851ca0SDmitry Torokhov keyboard and mouse device driver. It communicates with a back-end 55649851ca0SDmitry Torokhov in another domain. 55749851ca0SDmitry Torokhov 55849851ca0SDmitry Torokhov To compile this driver as a module, choose M here: the 55949851ca0SDmitry Torokhov module will be called xen-kbdfront. 56049851ca0SDmitry Torokhov 5611da177e4SLinus Torvaldsendif 562