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*ff803ed4SCourtney Cavinconfig INPUT_GP2A 183*ff803ed4SCourtney Cavin tristate "Sharp GP2AP002A00F I2C Proximity/Opto sensor driver" 184*ff803ed4SCourtney Cavin depends on I2C 185*ff803ed4SCourtney Cavin depends on GENERIC_GPIO 186*ff803ed4SCourtney Cavin help 187*ff803ed4SCourtney Cavin Say Y here if you have a Sharp GP2AP002A00F proximity/als combo-chip 188*ff803ed4SCourtney Cavin hooked to an I2C bus. 189*ff803ed4SCourtney Cavin 190*ff803ed4SCourtney Cavin To compile this driver as a module, choose M here: the 191*ff803ed4SCourtney Cavin module will be called gp2ap002a00f. 192*ff803ed4SCourtney Cavin 1933bfd5c5bSHeiko Stübnerconfig INPUT_GPIO_TILT_POLLED 1943bfd5c5bSHeiko Stübner tristate "Polled GPIO tilt switch" 1953bfd5c5bSHeiko Stübner depends on GENERIC_GPIO 1963bfd5c5bSHeiko Stübner select INPUT_POLLDEV 1973bfd5c5bSHeiko Stübner help 1983bfd5c5bSHeiko Stübner This driver implements support for tilt switches connected 1993bfd5c5bSHeiko Stübner to GPIO pins that are not capable of generating interrupts. 2003bfd5c5bSHeiko Stübner 2013bfd5c5bSHeiko Stübner The list of gpios to use and the mapping of their states 2023bfd5c5bSHeiko Stübner to specific angles is done via platform data. 2033bfd5c5bSHeiko Stübner 2043bfd5c5bSHeiko Stübner To compile this driver as a module, choose M here: the 2053bfd5c5bSHeiko Stübner module will be called gpio_tilt_polled. 2063bfd5c5bSHeiko Stübner 207ba0acb5eSDmitry Torokhovconfig INPUT_IXP4XX_BEEPER 208ba0acb5eSDmitry Torokhov tristate "IXP4XX Beeper support" 209ba0acb5eSDmitry Torokhov depends on ARCH_IXP4XX 210ba0acb5eSDmitry Torokhov help 211ba0acb5eSDmitry Torokhov If you say yes here, you can connect a beeper to the 212ba0acb5eSDmitry Torokhov ixp4xx gpio pins. This is used by the LinkSys NSLU2. 213ba0acb5eSDmitry Torokhov 214ba0acb5eSDmitry Torokhov If unsure, say Y. 215ba0acb5eSDmitry Torokhov 216ba0acb5eSDmitry Torokhov To compile this driver as a module, choose M here: the 217ba0acb5eSDmitry Torokhov module will be called ixp4xx-beeper. 218ba0acb5eSDmitry Torokhov 219bebb8a2bSYoichi Yuasaconfig INPUT_COBALT_BTNS 220bebb8a2bSYoichi Yuasa tristate "Cobalt button interface" 221bebb8a2bSYoichi Yuasa depends on MIPS_COBALT 2223d29cdffSDmitry Torokhov select INPUT_POLLDEV 223bebb8a2bSYoichi Yuasa help 224bebb8a2bSYoichi Yuasa Say Y here if you want to support MIPS Cobalt button interface. 225bebb8a2bSYoichi Yuasa 226bebb8a2bSYoichi Yuasa To compile this driver as a module, choose M here: the 227bebb8a2bSYoichi Yuasa module will be called cobalt_btns. 228bebb8a2bSYoichi Yuasa 2295fc14680SDmitry Torokhovconfig INPUT_WISTRON_BTNS 2305fc14680SDmitry Torokhov tristate "x86 Wistron laptop button interface" 231e9fb028eSAndrew Morton depends on X86 && !X86_64 232c2554c91SDmitry Torokhov select INPUT_POLLDEV 233e97af4cbSDmitry Torokhov select INPUT_SPARSEKMAP 234389679d8SEric Piel select NEW_LEDS 235389679d8SEric Piel select LEDS_CLASS 236928923c7SGeert Uytterhoeven select CHECK_SIGNATURE 2375fc14680SDmitry Torokhov help 23801dd2fbfSMatt LaPlante Say Y here for support of Wistron laptop button interfaces, used on 239389679d8SEric Piel laptops of various brands, including Acer and Fujitsu-Siemens. If 24001dd2fbfSMatt LaPlante available, mail and wifi LEDs will be controllable via /sys/class/leds. 2415fc14680SDmitry Torokhov 2425fc14680SDmitry Torokhov To compile this driver as a module, choose M here: the module will 2435fc14680SDmitry Torokhov be called wistron_btns. 2445fc14680SDmitry Torokhov 24531ea7ff0SJaya Kumarconfig INPUT_ATLAS_BTNS 24631ea7ff0SJaya Kumar tristate "x86 Atlas button interface" 24731ea7ff0SJaya Kumar depends on X86 && ACPI 24831ea7ff0SJaya Kumar help 24931ea7ff0SJaya Kumar Say Y here for support of Atlas wallmount touchscreen buttons. 25031ea7ff0SJaya Kumar The events will show up as scancodes F1 through F9 via evdev. 25131ea7ff0SJaya Kumar 25231ea7ff0SJaya Kumar To compile this driver as a module, choose M here: the module will 25331ea7ff0SJaya Kumar be called atlas_btns. 25431ea7ff0SJaya Kumar 255ba0acb5eSDmitry Torokhovconfig INPUT_ATI_REMOTE2 256ba0acb5eSDmitry Torokhov tristate "ATI / Philips USB RF remote control" 2577a86edefSAl Viro depends on USB_ARCH_HAS_HCD 258ba0acb5eSDmitry Torokhov select USB 259ba0acb5eSDmitry Torokhov help 260ba0acb5eSDmitry Torokhov Say Y here if you want to use an ATI or Philips USB RF remote control. 261ba0acb5eSDmitry Torokhov These are RF remotes with USB receivers. 262ba0acb5eSDmitry Torokhov ATI Remote Wonder II comes with some ATI's All-In-Wonder video cards 263ba0acb5eSDmitry Torokhov and is also available as a separate product. 264ba0acb5eSDmitry Torokhov This driver provides mouse pointer, left and right mouse buttons, 265ba0acb5eSDmitry Torokhov and maps all the other remote buttons to keypress events. 266ba0acb5eSDmitry Torokhov 267ba0acb5eSDmitry Torokhov To compile this driver as a module, choose M here: the module will be 268ba0acb5eSDmitry Torokhov called ati_remote2. 269ba0acb5eSDmitry Torokhov 270ba0acb5eSDmitry Torokhovconfig INPUT_KEYSPAN_REMOTE 271ba0acb5eSDmitry Torokhov tristate "Keyspan DMR USB remote control (EXPERIMENTAL)" 272ba0acb5eSDmitry Torokhov depends on EXPERIMENTAL 2737a86edefSAl Viro depends on USB_ARCH_HAS_HCD 274ba0acb5eSDmitry Torokhov select USB 275ba0acb5eSDmitry Torokhov help 276ba0acb5eSDmitry Torokhov Say Y here if you want to use a Keyspan DMR USB remote control. 277ba0acb5eSDmitry Torokhov Currently only the UIA-11 type of receiver has been tested. The tag 278ba0acb5eSDmitry Torokhov on the receiver that connects to the USB port should have a P/N that 279ba0acb5eSDmitry Torokhov will tell you what type of DMR you have. The UIA-10 type is not 280ba0acb5eSDmitry Torokhov supported at this time. This driver maps all buttons to keypress 281ba0acb5eSDmitry Torokhov events. 282ba0acb5eSDmitry Torokhov 283ba0acb5eSDmitry Torokhov To compile this driver as a module, choose M here: the module will 284ba0acb5eSDmitry Torokhov be called keyspan_remote. 285ba0acb5eSDmitry Torokhov 286e8e70d83SChris Hudsonconfig INPUT_KXTJ9 287e8e70d83SChris Hudson tristate "Kionix KXTJ9 tri-axis digital accelerometer" 288e8e70d83SChris Hudson depends on I2C 289e8e70d83SChris Hudson help 290e8e70d83SChris Hudson Say Y here to enable support for the Kionix KXTJ9 digital tri-axis 291e8e70d83SChris Hudson accelerometer. 292e8e70d83SChris Hudson 293e8e70d83SChris Hudson To compile this driver as a module, choose M here: the module will 294e8e70d83SChris Hudson be called kxtj9. 295e8e70d83SChris Hudson 296e8e70d83SChris Hudsonconfig INPUT_KXTJ9_POLLED_MODE 297e8e70d83SChris Hudson bool "Enable polling mode support" 298e8e70d83SChris Hudson depends on INPUT_KXTJ9 299e8e70d83SChris Hudson select INPUT_POLLDEV 300e8e70d83SChris Hudson help 301e8e70d83SChris Hudson Say Y here if you need accelerometer to work in polling mode. 302e8e70d83SChris Hudson 303ba0acb5eSDmitry Torokhovconfig INPUT_POWERMATE 304ba0acb5eSDmitry Torokhov tristate "Griffin PowerMate and Contour Jog support" 3057a86edefSAl Viro depends on USB_ARCH_HAS_HCD 306ba0acb5eSDmitry Torokhov select USB 307ba0acb5eSDmitry Torokhov help 308ba0acb5eSDmitry Torokhov Say Y here if you want to use Griffin PowerMate or Contour Jog devices. 309ba0acb5eSDmitry Torokhov These are aluminum dials which can measure clockwise and anticlockwise 310ba0acb5eSDmitry Torokhov rotation. The dial also acts as a pushbutton. The base contains an LED 311ba0acb5eSDmitry Torokhov which can be instructed to pulse or to switch to a particular intensity. 312ba0acb5eSDmitry Torokhov 313ba0acb5eSDmitry Torokhov You can download userspace tools from 314ba0acb5eSDmitry Torokhov <http://sowerbutts.com/powermate/>. 31501387959SAlessandro Zummo 31601387959SAlessandro Zummo To compile this driver as a module, choose M here: the 317ba0acb5eSDmitry Torokhov module will be called powermate. 318ba0acb5eSDmitry Torokhov 319ba0acb5eSDmitry Torokhovconfig INPUT_YEALINK 320ba0acb5eSDmitry Torokhov tristate "Yealink usb-p1k voip phone" 321247537b9SAdrian Bunk depends on EXPERIMENTAL 3227a86edefSAl Viro depends on USB_ARCH_HAS_HCD 323ba0acb5eSDmitry Torokhov select USB 324ba0acb5eSDmitry Torokhov help 325ba0acb5eSDmitry Torokhov Say Y here if you want to enable keyboard and LCD functions of the 326ba0acb5eSDmitry Torokhov Yealink usb-p1k usb phones. The audio part is enabled by the generic 327ba0acb5eSDmitry Torokhov usb sound driver, so you might want to enable that as well. 328ba0acb5eSDmitry Torokhov 329ba0acb5eSDmitry Torokhov For information about how to use these additional functions, see 330ba0acb5eSDmitry Torokhov <file:Documentation/input/yealink.txt>. 331ba0acb5eSDmitry Torokhov 332ba0acb5eSDmitry Torokhov To compile this driver as a module, choose M here: the module will be 333ba0acb5eSDmitry Torokhov called yealink. 33401387959SAlessandro Zummo 335c04148f9SAlfred E. Heggestadconfig INPUT_CM109 336c04148f9SAlfred E. Heggestad tristate "C-Media CM109 USB I/O Controller" 337c04148f9SAlfred E. Heggestad depends on EXPERIMENTAL 338c04148f9SAlfred E. Heggestad depends on USB_ARCH_HAS_HCD 339c04148f9SAlfred E. Heggestad select USB 340c04148f9SAlfred E. Heggestad help 341c04148f9SAlfred E. Heggestad Say Y here if you want to enable keyboard and buzzer functions of the 342c04148f9SAlfred E. Heggestad C-Media CM109 usb phones. The audio part is enabled by the generic 343c04148f9SAlfred E. Heggestad usb sound driver, so you might want to enable that as well. 344c04148f9SAlfred E. Heggestad 345c04148f9SAlfred E. Heggestad To compile this driver as a module, choose M here: the module will be 346c04148f9SAlfred E. Heggestad called cm109. 347c04148f9SAlfred E. Heggestad 34868d8bf04SFelipe Balbiconfig INPUT_TWL4030_PWRBUTTON 34968d8bf04SFelipe Balbi tristate "TWL4030 Power button Driver" 35068d8bf04SFelipe Balbi depends on TWL4030_CORE 35168d8bf04SFelipe Balbi help 35268d8bf04SFelipe Balbi Say Y here if you want to enable power key reporting via the 35368d8bf04SFelipe Balbi TWL4030 family of chips. 35468d8bf04SFelipe Balbi 35568d8bf04SFelipe Balbi To compile this driver as a module, choose M here. The module will 35668d8bf04SFelipe Balbi be called twl4030_pwrbutton. 35768d8bf04SFelipe Balbi 3583dd1b394SJari Vanhalaconfig INPUT_TWL4030_VIBRA 3593dd1b394SJari Vanhala tristate "Support for TWL4030 Vibrator" 3603dd1b394SJari Vanhala depends on TWL4030_CORE 36157fe7251SPeter Ujfalusi select MFD_TWL4030_AUDIO 3623dd1b394SJari Vanhala select INPUT_FF_MEMLESS 3633dd1b394SJari Vanhala help 3643dd1b394SJari Vanhala This option enables support for TWL4030 Vibrator Driver. 3653dd1b394SJari Vanhala 3663dd1b394SJari Vanhala To compile this driver as a module, choose M here. The module will 3673dd1b394SJari Vanhala be called twl4030_vibra. 3683dd1b394SJari Vanhala 369cc697d38SMisael Lopez Cruzconfig INPUT_TWL6040_VIBRA 370cc697d38SMisael Lopez Cruz tristate "Support for TWL6040 Vibrator" 371cc697d38SMisael Lopez Cruz depends on TWL4030_CORE 372cc697d38SMisael Lopez Cruz select TWL6040_CORE 373cc697d38SMisael Lopez Cruz select INPUT_FF_MEMLESS 374cc697d38SMisael Lopez Cruz help 375cc697d38SMisael Lopez Cruz This option enables support for TWL6040 Vibrator Driver. 376cc697d38SMisael Lopez Cruz 377cc697d38SMisael Lopez Cruz To compile this driver as a module, choose M here. The module will 378cc697d38SMisael Lopez Cruz be called twl6040_vibra. 379cc697d38SMisael Lopez Cruz 3801da177e4SLinus Torvaldsconfig INPUT_UINPUT 3811da177e4SLinus Torvalds tristate "User level driver support" 3821da177e4SLinus Torvalds help 3831da177e4SLinus Torvalds Say Y here if you want to support user level drivers for input 3841da177e4SLinus Torvalds subsystem accessible under char device 10:223 - /dev/input/uinput. 3851da177e4SLinus Torvalds 3861da177e4SLinus Torvalds To compile this driver as a module, choose M here: the 3871da177e4SLinus Torvalds module will be called uinput. 3881da177e4SLinus Torvalds 38948ad88b1SThomas Bogendoerferconfig INPUT_SGI_BTNS 39048ad88b1SThomas Bogendoerfer tristate "SGI Indy/O2 volume button interface" 39148ad88b1SThomas Bogendoerfer depends on SGI_IP22 || SGI_IP32 3923bee2a04SThomas Bogendoerfer select INPUT_POLLDEV 3933bee2a04SThomas Bogendoerfer help 39448ad88b1SThomas Bogendoerfer Say Y here if you want to support SGI Indy/O2 volume button interface. 3953bee2a04SThomas Bogendoerfer 3963bee2a04SThomas Bogendoerfer To compile this driver as a module, choose M here: the 39748ad88b1SThomas Bogendoerfer module will be called sgi_btns. 3983bee2a04SThomas Bogendoerfer 3991da177e4SLinus Torvaldsconfig HP_SDC_RTC 4001da177e4SLinus Torvalds tristate "HP SDC Real Time Clock" 401d061ebd5SAlexander Beregalov depends on (GSC || HP300) && SERIO 4021da177e4SLinus Torvalds select HP_SDC 4031da177e4SLinus Torvalds help 4041da177e4SLinus Torvalds Say Y here if you want to support the built-in real time clock 4051da177e4SLinus Torvalds of the HP SDC controller. 4061da177e4SLinus Torvalds 4071851b06aSBalaji Raoconfig INPUT_PCF50633_PMU 4081851b06aSBalaji Rao tristate "PCF50633 PMU events" 4091851b06aSBalaji Rao depends on MFD_PCF50633 4101851b06aSBalaji Rao help 4111851b06aSBalaji Rao Say Y to include support for delivering PMU events via input 4121851b06aSBalaji Rao layer on NXP PCF50633. 4131851b06aSBalaji Rao 414b91c4be7SBryan Wuconfig INPUT_PCF8574 415b91c4be7SBryan Wu tristate "PCF8574 Keypad input device" 416b91c4be7SBryan Wu depends on I2C && EXPERIMENTAL 417b91c4be7SBryan Wu help 418b91c4be7SBryan Wu Say Y here if you want to support a keypad connetced via I2C 419b91c4be7SBryan Wu with a PCF8574. 420b91c4be7SBryan Wu 421b91c4be7SBryan Wu To compile this driver as a module, choose M here: the 422b91c4be7SBryan Wu module will be called pcf8574_keypad. 423b91c4be7SBryan Wu 424e22739d0SLars-Peter Clausenconfig INPUT_PWM_BEEPER 425e22739d0SLars-Peter Clausen tristate "PWM beeper support" 426e22739d0SLars-Peter Clausen depends on HAVE_PWM 427e22739d0SLars-Peter Clausen help 428e22739d0SLars-Peter Clausen Say Y here to get support for PWM based beeper devices. 429e22739d0SLars-Peter Clausen 430e22739d0SLars-Peter Clausen If unsure, say N. 431e22739d0SLars-Peter Clausen 432e22739d0SLars-Peter Clausen To compile this driver as a module, choose M here: the module will be 433e22739d0SLars-Peter Clausen called pwm-beeper. 434e22739d0SLars-Peter Clausen 43573969ff0SDaniel Mackconfig INPUT_GPIO_ROTARY_ENCODER 43673969ff0SDaniel Mack tristate "Rotary encoders connected to GPIO pins" 43773969ff0SDaniel Mack depends on GPIOLIB && GENERIC_GPIO 43873969ff0SDaniel Mack help 43973969ff0SDaniel Mack Say Y here to add support for rotary encoders connected to GPIO lines. 440492d0f95SAlessio Igor Bogani Check file:Documentation/input/rotary-encoder.txt for more 44173969ff0SDaniel Mack information. 44273969ff0SDaniel Mack 44373969ff0SDaniel Mack To compile this driver as a module, choose M here: the 44473969ff0SDaniel Mack module will be called rotary_encoder. 44573969ff0SDaniel Mack 446d9bdffd2SPhil Sutterconfig INPUT_RB532_BUTTON 447d9bdffd2SPhil Sutter tristate "Mikrotik Routerboard 532 button interface" 448d9bdffd2SPhil Sutter depends on MIKROTIK_RB532 449d9bdffd2SPhil Sutter depends on GPIOLIB && GENERIC_GPIO 450d9bdffd2SPhil Sutter select INPUT_POLLDEV 451d9bdffd2SPhil Sutter help 452d9bdffd2SPhil Sutter Say Y here if you want support for the S1 button built into 453d9bdffd2SPhil Sutter Mikrotik's Routerboard 532. 454d9bdffd2SPhil Sutter 455d9bdffd2SPhil Sutter To compile this driver as a module, choose M here: the 456d9bdffd2SPhil Sutter module will be called rb532_button. 457d9bdffd2SPhil Sutter 458eb990b55SDavid Brownellconfig INPUT_DM355EVM 459eb990b55SDavid Brownell tristate "TI DaVinci DM355 EVM Keypad and IR Remote" 460eb990b55SDavid Brownell depends on MFD_DM355EVM_MSP 46166040727SDmitry Torokhov select INPUT_SPARSEKMAP 462eb990b55SDavid Brownell help 463eb990b55SDavid Brownell Supports the pushbuttons and IR remote used with 464eb990b55SDavid Brownell the DM355 EVM board. 465eb990b55SDavid Brownell 466eb990b55SDavid Brownell To compile this driver as a module, choose M here: the 467eb990b55SDavid Brownell module will be called dm355evm_keys. 46848329582SMichael Hennerich 46948329582SMichael Hennerichconfig INPUT_BFIN_ROTARY 47048329582SMichael Hennerich tristate "Blackfin Rotary support" 47148329582SMichael Hennerich depends on BF54x || BF52x 47248329582SMichael Hennerich help 47348329582SMichael Hennerich Say Y here if you want to use the Blackfin Rotary. 47448329582SMichael Hennerich 47548329582SMichael Hennerich To compile this driver as a module, choose M here: the 47648329582SMichael Hennerich module will be called bfin-rotary. 47748329582SMichael Hennerich 4780c73b992SMark Brownconfig INPUT_WM831X_ON 4790c73b992SMark Brown tristate "WM831X ON pin" 4800c73b992SMark Brown depends on MFD_WM831X 4810c73b992SMark Brown help 4820c73b992SMark Brown Support the ON pin of WM831X PMICs as an input device 4830c73b992SMark Brown reporting power button status. 4840c73b992SMark Brown 4850c73b992SMark Brown To compile this driver as a module, choose M here: the module 4860c73b992SMark Brown will be called wm831x_on. 4870c73b992SMark Brown 488d0a82132SDaniel Ribeiroconfig INPUT_PCAP 489d0a82132SDaniel Ribeiro tristate "Motorola EZX PCAP misc input events" 490d0a82132SDaniel Ribeiro depends on EZX_PCAP 491d0a82132SDaniel Ribeiro help 492d0a82132SDaniel Ribeiro Say Y here if you want to use Power key and Headphone button 493d0a82132SDaniel Ribeiro on Motorola EZX phones. 494d0a82132SDaniel Ribeiro 495d0a82132SDaniel Ribeiro To compile this driver as a module, choose M here: the 496d0a82132SDaniel Ribeiro module will be called pcap_keys. 497d0a82132SDaniel Ribeiro 498e27c7292SMichael Hennerichconfig INPUT_ADXL34X 499e27c7292SMichael Hennerich tristate "Analog Devices ADXL34x Three-Axis Digital Accelerometer" 500e27c7292SMichael Hennerich default n 501e27c7292SMichael Hennerich help 502e27c7292SMichael Hennerich Say Y here if you have a Accelerometer interface using the 503e27c7292SMichael Hennerich ADXL345/6 controller, and your board-specific initialization 504e27c7292SMichael Hennerich code includes that in its table of devices. 505e27c7292SMichael Hennerich 506e27c7292SMichael Hennerich This driver can use either I2C or SPI communication to the 507e27c7292SMichael Hennerich ADXL345/6 controller. Select the appropriate method for 508e27c7292SMichael Hennerich your system. 509e27c7292SMichael Hennerich 510e27c7292SMichael Hennerich If unsure, say N (but it's safe to say "Y"). 511e27c7292SMichael Hennerich 512e27c7292SMichael Hennerich To compile this driver as a module, choose M here: the 513e27c7292SMichael Hennerich module will be called adxl34x. 514e27c7292SMichael Hennerich 515e27c7292SMichael Hennerichconfig INPUT_ADXL34X_I2C 516e27c7292SMichael Hennerich tristate "support I2C bus connection" 517e27c7292SMichael Hennerich depends on INPUT_ADXL34X && I2C 518e27c7292SMichael Hennerich default y 519e27c7292SMichael Hennerich help 520e27c7292SMichael Hennerich Say Y here if you have ADXL345/6 hooked to an I2C bus. 521e27c7292SMichael Hennerich 522e27c7292SMichael Hennerich To compile this driver as a module, choose M here: the 523e27c7292SMichael Hennerich module will be called adxl34x-i2c. 524e27c7292SMichael Hennerich 525e27c7292SMichael Hennerichconfig INPUT_ADXL34X_SPI 526e27c7292SMichael Hennerich tristate "support SPI bus connection" 527e27c7292SMichael Hennerich depends on INPUT_ADXL34X && SPI 528e27c7292SMichael Hennerich default y 529e27c7292SMichael Hennerich help 530e27c7292SMichael Hennerich Say Y here if you have ADXL345/6 hooked to a SPI bus. 531e27c7292SMichael Hennerich 532e27c7292SMichael Hennerich To compile this driver as a module, choose M here: the 533e27c7292SMichael Hennerich module will be called adxl34x-spi. 534e27c7292SMichael Hennerich 535b029ffafSHemanth Vconfig INPUT_CMA3000 536b029ffafSHemanth V tristate "VTI CMA3000 Tri-axis accelerometer" 537b029ffafSHemanth V help 538b029ffafSHemanth V Say Y here if you want to use VTI CMA3000_D0x Accelerometer 539b029ffafSHemanth V driver 540b029ffafSHemanth V 541b029ffafSHemanth V This driver currently only supports I2C interface to the 542b029ffafSHemanth V controller. Also select the I2C method. 543b029ffafSHemanth V 544b029ffafSHemanth V If unsure, say N 545b029ffafSHemanth V 546b029ffafSHemanth V To compile this driver as a module, choose M here: the 547b029ffafSHemanth V module will be called cma3000_d0x. 548b029ffafSHemanth V 549b029ffafSHemanth Vconfig INPUT_CMA3000_I2C 550b029ffafSHemanth V tristate "Support I2C bus connection" 551b029ffafSHemanth V depends on INPUT_CMA3000 && I2C 552b029ffafSHemanth V help 553b029ffafSHemanth V Say Y here if you want to use VTI CMA3000_D0x Accelerometer 554b029ffafSHemanth V through I2C interface. 555b029ffafSHemanth V 556b029ffafSHemanth V To compile this driver as a module, choose M here: the 557b029ffafSHemanth V module will be called cma3000_d0x_i2c. 558b029ffafSHemanth V 55949851ca0SDmitry Torokhovconfig INPUT_XEN_KBDDEV_FRONTEND 56049851ca0SDmitry Torokhov tristate "Xen virtual keyboard and mouse support" 56149851ca0SDmitry Torokhov depends on XEN_FBDEV_FRONTEND 56249851ca0SDmitry Torokhov default y 56349851ca0SDmitry Torokhov select XEN_XENBUS_FRONTEND 56449851ca0SDmitry Torokhov help 56549851ca0SDmitry Torokhov This driver implements the front-end of the Xen virtual 56649851ca0SDmitry Torokhov keyboard and mouse device driver. It communicates with a back-end 56749851ca0SDmitry Torokhov in another domain. 56849851ca0SDmitry Torokhov 56949851ca0SDmitry Torokhov To compile this driver as a module, choose M here: the 57049851ca0SDmitry Torokhov module will be called xen-kbdfront. 57149851ca0SDmitry Torokhov 5721da177e4SLinus Torvaldsendif 573