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 1473734574cSHaojian Zhuangconfig INPUT_MAX8925_ONKEY 1483734574cSHaojian Zhuang tristate "MAX8925 ONKEY support" 1493734574cSHaojian Zhuang depends on MFD_MAX8925 1503734574cSHaojian Zhuang help 1513734574cSHaojian Zhuang Support the ONKEY of MAX8925 PMICs as an input device 1523734574cSHaojian Zhuang reporting power button status. 1533734574cSHaojian Zhuang 1543734574cSHaojian Zhuang To compile this driver as a module, choose M here: the module 1553734574cSHaojian Zhuang will be called max8925_onkey. 1563734574cSHaojian Zhuang 157104594b0SDonggeun Kimconfig INPUT_MAX8997_HAPTIC 158104594b0SDonggeun Kim tristate "MAXIM MAX8997 haptic controller support" 159557fe99dSSascha Hauer depends on PWM && MFD_MAX8997 160104594b0SDonggeun Kim select INPUT_FF_MEMLESS 161104594b0SDonggeun Kim help 162104594b0SDonggeun Kim This option enables device driver support for the haptic controller 163104594b0SDonggeun Kim on MAXIM MAX8997 chip. This driver supports ff-memless interface 164104594b0SDonggeun Kim from input framework. 165104594b0SDonggeun Kim 166104594b0SDonggeun Kim To compile this driver as module, choose M here: the 167104594b0SDonggeun Kim module will be called max8997-haptic. 168104594b0SDonggeun Kim 16930fc7ac3SPhilippe Rétornazconfig INPUT_MC13783_PWRBUTTON 17030fc7ac3SPhilippe Rétornaz tristate "MC13783 ON buttons" 171e5a3da21SAlexander Shiyan depends on MFD_MC13XXX 17230fc7ac3SPhilippe Rétornaz help 17330fc7ac3SPhilippe Rétornaz Support the ON buttons of MC13783 PMIC as an input device 17430fc7ac3SPhilippe Rétornaz reporting power button status. 17530fc7ac3SPhilippe Rétornaz 17630fc7ac3SPhilippe Rétornaz To compile this driver as a module, choose M here: the module 17730fc7ac3SPhilippe Rétornaz will be called mc13783-pwrbutton. 17830fc7ac3SPhilippe Rétornaz 1793ead8b5dSEric Miaoconfig INPUT_MMA8450 1803ead8b5dSEric Miao tristate "MMA8450 - Freescale's 3-Axis, 8/12-bit Digital Accelerometer" 1813ead8b5dSEric Miao depends on I2C 1823ead8b5dSEric Miao select INPUT_POLLDEV 1833ead8b5dSEric Miao help 1843ead8b5dSEric Miao Say Y here if you want to support Freescale's MMA8450 Accelerometer 1853ead8b5dSEric Miao through I2C interface. 1863ead8b5dSEric Miao 1873ead8b5dSEric Miao To compile this driver as a module, choose M here: the 1883ead8b5dSEric Miao module will be called mma8450. 1893ead8b5dSEric Miao 190631b16e8SJoseph Laiconfig INPUT_MPU3050 191631b16e8SJoseph Lai tristate "MPU3050 Triaxial gyroscope sensor" 192631b16e8SJoseph Lai depends on I2C 193631b16e8SJoseph Lai help 194631b16e8SJoseph Lai Say Y here if you want to support InvenSense MPU3050 195631b16e8SJoseph Lai connected via an I2C bus. 196631b16e8SJoseph Lai 197631b16e8SJoseph Lai To compile this driver as a module, choose M here: the 198631b16e8SJoseph Lai module will be called mpu3050. 199631b16e8SJoseph Lai 20052fe0cdbSStephen Hemmingerconfig INPUT_APANEL 20152fe0cdbSStephen Hemminger tristate "Fujitsu Lifebook Application Panel buttons" 20219131305SRandy Dunlap depends on X86 && I2C && LEDS_CLASS 20352fe0cdbSStephen Hemminger select INPUT_POLLDEV 20452fe0cdbSStephen Hemminger select CHECK_SIGNATURE 20552fe0cdbSStephen Hemminger help 20652fe0cdbSStephen Hemminger Say Y here for support of the Application Panel buttons, used on 20752fe0cdbSStephen Hemminger Fujitsu Lifebook. These are attached to the mainboard through 20819131305SRandy Dunlap an SMBus interface managed by the I2C Intel ICH (i801) driver, 20919131305SRandy Dunlap which you should also build for this kernel. 21052fe0cdbSStephen Hemminger 21152fe0cdbSStephen Hemminger To compile this driver as a module, choose M here: the module will 21252fe0cdbSStephen Hemminger be called apanel. 21352fe0cdbSStephen Hemminger 214ff803ed4SCourtney Cavinconfig INPUT_GP2A 215ff803ed4SCourtney Cavin tristate "Sharp GP2AP002A00F I2C Proximity/Opto sensor driver" 216ff803ed4SCourtney Cavin depends on I2C 21776ec9d18SAlexandre Courbot depends on GPIOLIB 218ff803ed4SCourtney Cavin help 219ff803ed4SCourtney Cavin Say Y here if you have a Sharp GP2AP002A00F proximity/als combo-chip 220ff803ed4SCourtney Cavin hooked to an I2C bus. 221ff803ed4SCourtney Cavin 222ff803ed4SCourtney Cavin To compile this driver as a module, choose M here: the 223ff803ed4SCourtney Cavin module will be called gp2ap002a00f. 224ff803ed4SCourtney Cavin 225976358e2SAlexander Shiyanconfig INPUT_GPIO_BEEPER 226976358e2SAlexander Shiyan tristate "Generic GPIO Beeper support" 227c95dc011SAlexander Shiyan depends on GPIOLIB 228976358e2SAlexander Shiyan help 229976358e2SAlexander Shiyan Say Y here if you have a beeper connected to a GPIO pin. 230976358e2SAlexander Shiyan 231976358e2SAlexander Shiyan To compile this driver as a module, choose M here: the 232976358e2SAlexander Shiyan module will be called gpio-beeper. 233976358e2SAlexander Shiyan 2343bfd5c5bSHeiko Stübnerconfig INPUT_GPIO_TILT_POLLED 2353bfd5c5bSHeiko Stübner tristate "Polled GPIO tilt switch" 23676ec9d18SAlexandre Courbot depends on GPIOLIB 2373bfd5c5bSHeiko Stübner select INPUT_POLLDEV 2383bfd5c5bSHeiko Stübner help 2393bfd5c5bSHeiko Stübner This driver implements support for tilt switches connected 2403bfd5c5bSHeiko Stübner to GPIO pins that are not capable of generating interrupts. 2413bfd5c5bSHeiko Stübner 2423bfd5c5bSHeiko Stübner The list of gpios to use and the mapping of their states 2433bfd5c5bSHeiko Stübner to specific angles is done via platform data. 2443bfd5c5bSHeiko Stübner 2453bfd5c5bSHeiko Stübner To compile this driver as a module, choose M here: the 2463bfd5c5bSHeiko Stübner module will be called gpio_tilt_polled. 2473bfd5c5bSHeiko Stübner 248ba0acb5eSDmitry Torokhovconfig INPUT_IXP4XX_BEEPER 249ba0acb5eSDmitry Torokhov tristate "IXP4XX Beeper support" 250ba0acb5eSDmitry Torokhov depends on ARCH_IXP4XX 251ba0acb5eSDmitry Torokhov help 252ba0acb5eSDmitry Torokhov If you say yes here, you can connect a beeper to the 253ba0acb5eSDmitry Torokhov ixp4xx gpio pins. This is used by the LinkSys NSLU2. 254ba0acb5eSDmitry Torokhov 255ba0acb5eSDmitry Torokhov If unsure, say Y. 256ba0acb5eSDmitry Torokhov 257ba0acb5eSDmitry Torokhov To compile this driver as a module, choose M here: the 258ba0acb5eSDmitry Torokhov module will be called ixp4xx-beeper. 259ba0acb5eSDmitry Torokhov 260bebb8a2bSYoichi Yuasaconfig INPUT_COBALT_BTNS 261bebb8a2bSYoichi Yuasa tristate "Cobalt button interface" 262bebb8a2bSYoichi Yuasa depends on MIPS_COBALT 2633d29cdffSDmitry Torokhov select INPUT_POLLDEV 264bebb8a2bSYoichi Yuasa help 265bebb8a2bSYoichi Yuasa Say Y here if you want to support MIPS Cobalt button interface. 266bebb8a2bSYoichi Yuasa 267bebb8a2bSYoichi Yuasa To compile this driver as a module, choose M here: the 268bebb8a2bSYoichi Yuasa module will be called cobalt_btns. 269bebb8a2bSYoichi Yuasa 2705fc14680SDmitry Torokhovconfig INPUT_WISTRON_BTNS 2715fc14680SDmitry Torokhov tristate "x86 Wistron laptop button interface" 27286234eb7SJean Delvare depends on X86_32 273c2554c91SDmitry Torokhov select INPUT_POLLDEV 274e97af4cbSDmitry Torokhov select INPUT_SPARSEKMAP 275389679d8SEric Piel select NEW_LEDS 276389679d8SEric Piel select LEDS_CLASS 277928923c7SGeert Uytterhoeven select CHECK_SIGNATURE 2785fc14680SDmitry Torokhov help 27901dd2fbfSMatt LaPlante Say Y here for support of Wistron laptop button interfaces, used on 280389679d8SEric Piel laptops of various brands, including Acer and Fujitsu-Siemens. If 28101dd2fbfSMatt LaPlante available, mail and wifi LEDs will be controllable via /sys/class/leds. 2825fc14680SDmitry Torokhov 2835fc14680SDmitry Torokhov To compile this driver as a module, choose M here: the module will 2845fc14680SDmitry Torokhov be called wistron_btns. 2855fc14680SDmitry Torokhov 28631ea7ff0SJaya Kumarconfig INPUT_ATLAS_BTNS 28731ea7ff0SJaya Kumar tristate "x86 Atlas button interface" 28831ea7ff0SJaya Kumar depends on X86 && ACPI 28931ea7ff0SJaya Kumar help 29031ea7ff0SJaya Kumar Say Y here for support of Atlas wallmount touchscreen buttons. 29131ea7ff0SJaya Kumar The events will show up as scancodes F1 through F9 via evdev. 29231ea7ff0SJaya Kumar 29331ea7ff0SJaya Kumar To compile this driver as a module, choose M here: the module will 29431ea7ff0SJaya Kumar be called atlas_btns. 29531ea7ff0SJaya Kumar 296ba0acb5eSDmitry Torokhovconfig INPUT_ATI_REMOTE2 297ba0acb5eSDmitry Torokhov tristate "ATI / Philips USB RF remote control" 2987a86edefSAl Viro depends on USB_ARCH_HAS_HCD 299ba0acb5eSDmitry Torokhov select USB 300ba0acb5eSDmitry Torokhov help 301ba0acb5eSDmitry Torokhov Say Y here if you want to use an ATI or Philips USB RF remote control. 302ba0acb5eSDmitry Torokhov These are RF remotes with USB receivers. 303ba0acb5eSDmitry Torokhov ATI Remote Wonder II comes with some ATI's All-In-Wonder video cards 304ba0acb5eSDmitry Torokhov and is also available as a separate product. 305ba0acb5eSDmitry Torokhov This driver provides mouse pointer, left and right mouse buttons, 306ba0acb5eSDmitry Torokhov and maps all the other remote buttons to keypress events. 307ba0acb5eSDmitry Torokhov 308ba0acb5eSDmitry Torokhov To compile this driver as a module, choose M here: the module will be 309ba0acb5eSDmitry Torokhov called ati_remote2. 310ba0acb5eSDmitry Torokhov 311ba0acb5eSDmitry Torokhovconfig INPUT_KEYSPAN_REMOTE 312e52278a3SKees Cook tristate "Keyspan DMR USB remote control" 3137a86edefSAl Viro depends on USB_ARCH_HAS_HCD 314ba0acb5eSDmitry Torokhov select USB 315ba0acb5eSDmitry Torokhov help 316ba0acb5eSDmitry Torokhov Say Y here if you want to use a Keyspan DMR USB remote control. 317ba0acb5eSDmitry Torokhov Currently only the UIA-11 type of receiver has been tested. The tag 318ba0acb5eSDmitry Torokhov on the receiver that connects to the USB port should have a P/N that 319ba0acb5eSDmitry Torokhov will tell you what type of DMR you have. The UIA-10 type is not 320ba0acb5eSDmitry Torokhov supported at this time. This driver maps all buttons to keypress 321ba0acb5eSDmitry Torokhov events. 322ba0acb5eSDmitry Torokhov 323ba0acb5eSDmitry Torokhov To compile this driver as a module, choose M here: the module will 324ba0acb5eSDmitry Torokhov be called keyspan_remote. 325ba0acb5eSDmitry Torokhov 326e8e70d83SChris Hudsonconfig INPUT_KXTJ9 327e8e70d83SChris Hudson tristate "Kionix KXTJ9 tri-axis digital accelerometer" 328e8e70d83SChris Hudson depends on I2C 329e8e70d83SChris Hudson help 330e8e70d83SChris Hudson Say Y here to enable support for the Kionix KXTJ9 digital tri-axis 331e8e70d83SChris Hudson accelerometer. 332e8e70d83SChris Hudson 333e8e70d83SChris Hudson To compile this driver as a module, choose M here: the module will 334e8e70d83SChris Hudson be called kxtj9. 335e8e70d83SChris Hudson 336e8e70d83SChris Hudsonconfig INPUT_KXTJ9_POLLED_MODE 337e8e70d83SChris Hudson bool "Enable polling mode support" 338e8e70d83SChris Hudson depends on INPUT_KXTJ9 339e8e70d83SChris Hudson select INPUT_POLLDEV 340e8e70d83SChris Hudson help 341e8e70d83SChris Hudson Say Y here if you need accelerometer to work in polling mode. 342e8e70d83SChris Hudson 343ba0acb5eSDmitry Torokhovconfig INPUT_POWERMATE 344ba0acb5eSDmitry Torokhov tristate "Griffin PowerMate and Contour Jog support" 3457a86edefSAl Viro depends on USB_ARCH_HAS_HCD 346ba0acb5eSDmitry Torokhov select USB 347ba0acb5eSDmitry Torokhov help 348ba0acb5eSDmitry Torokhov Say Y here if you want to use Griffin PowerMate or Contour Jog devices. 349ba0acb5eSDmitry Torokhov These are aluminum dials which can measure clockwise and anticlockwise 350ba0acb5eSDmitry Torokhov rotation. The dial also acts as a pushbutton. The base contains an LED 351ba0acb5eSDmitry Torokhov which can be instructed to pulse or to switch to a particular intensity. 352ba0acb5eSDmitry Torokhov 353ba0acb5eSDmitry Torokhov You can download userspace tools from 354ba0acb5eSDmitry Torokhov <http://sowerbutts.com/powermate/>. 35501387959SAlessandro Zummo 35601387959SAlessandro Zummo To compile this driver as a module, choose M here: the 357ba0acb5eSDmitry Torokhov module will be called powermate. 358ba0acb5eSDmitry Torokhov 359ba0acb5eSDmitry Torokhovconfig INPUT_YEALINK 360ba0acb5eSDmitry Torokhov tristate "Yealink usb-p1k voip phone" 3617a86edefSAl Viro depends on USB_ARCH_HAS_HCD 362ba0acb5eSDmitry Torokhov select USB 363ba0acb5eSDmitry Torokhov help 364ba0acb5eSDmitry Torokhov Say Y here if you want to enable keyboard and LCD functions of the 365ba0acb5eSDmitry Torokhov Yealink usb-p1k usb phones. The audio part is enabled by the generic 366ba0acb5eSDmitry Torokhov usb sound driver, so you might want to enable that as well. 367ba0acb5eSDmitry Torokhov 368ba0acb5eSDmitry Torokhov For information about how to use these additional functions, see 369ba0acb5eSDmitry Torokhov <file:Documentation/input/yealink.txt>. 370ba0acb5eSDmitry Torokhov 371ba0acb5eSDmitry Torokhov To compile this driver as a module, choose M here: the module will be 372ba0acb5eSDmitry Torokhov called yealink. 37301387959SAlessandro Zummo 374c04148f9SAlfred E. Heggestadconfig INPUT_CM109 375c04148f9SAlfred E. Heggestad tristate "C-Media CM109 USB I/O Controller" 376c04148f9SAlfred E. Heggestad depends on USB_ARCH_HAS_HCD 377c04148f9SAlfred E. Heggestad select USB 378c04148f9SAlfred E. Heggestad help 379c04148f9SAlfred E. Heggestad Say Y here if you want to enable keyboard and buzzer functions of the 380c04148f9SAlfred E. Heggestad C-Media CM109 usb phones. The audio part is enabled by the generic 381c04148f9SAlfred E. Heggestad usb sound driver, so you might want to enable that as well. 382c04148f9SAlfred E. Heggestad 383c04148f9SAlfred E. Heggestad To compile this driver as a module, choose M here: the module will be 384c04148f9SAlfred E. Heggestad called cm109. 385c04148f9SAlfred E. Heggestad 386544a46c9SAaro Koskinenconfig INPUT_RETU_PWRBUTTON 387544a46c9SAaro Koskinen tristate "Retu Power button Driver" 388544a46c9SAaro Koskinen depends on MFD_RETU 389544a46c9SAaro Koskinen help 390544a46c9SAaro Koskinen Say Y here if you want to enable power key reporting via the 391544a46c9SAaro Koskinen Retu chips found in Nokia Internet Tablets (770, N800, N810). 392544a46c9SAaro Koskinen 393544a46c9SAaro Koskinen To compile this driver as a module, choose M here. The module will 394544a46c9SAaro Koskinen be called retu-pwrbutton. 395544a46c9SAaro Koskinen 39668d8bf04SFelipe Balbiconfig INPUT_TWL4030_PWRBUTTON 39768d8bf04SFelipe Balbi tristate "TWL4030 Power button Driver" 39868d8bf04SFelipe Balbi depends on TWL4030_CORE 39968d8bf04SFelipe Balbi help 40068d8bf04SFelipe Balbi Say Y here if you want to enable power key reporting via the 40168d8bf04SFelipe Balbi TWL4030 family of chips. 40268d8bf04SFelipe Balbi 40368d8bf04SFelipe Balbi To compile this driver as a module, choose M here. The module will 40468d8bf04SFelipe Balbi be called twl4030_pwrbutton. 40568d8bf04SFelipe Balbi 4063dd1b394SJari Vanhalaconfig INPUT_TWL4030_VIBRA 4073dd1b394SJari Vanhala tristate "Support for TWL4030 Vibrator" 4083dd1b394SJari Vanhala depends on TWL4030_CORE 40957fe7251SPeter Ujfalusi select MFD_TWL4030_AUDIO 4103dd1b394SJari Vanhala select INPUT_FF_MEMLESS 4113dd1b394SJari Vanhala help 4123dd1b394SJari Vanhala This option enables support for TWL4030 Vibrator Driver. 4133dd1b394SJari Vanhala 4143dd1b394SJari Vanhala To compile this driver as a module, choose M here. The module will 4153dd1b394SJari Vanhala be called twl4030_vibra. 4163dd1b394SJari Vanhala 417cc697d38SMisael Lopez Cruzconfig INPUT_TWL6040_VIBRA 418cc697d38SMisael Lopez Cruz tristate "Support for TWL6040 Vibrator" 4198eaeb939SPeter Ujfalusi depends on TWL6040_CORE 420cc697d38SMisael Lopez Cruz select INPUT_FF_MEMLESS 421cc697d38SMisael Lopez Cruz help 422cc697d38SMisael Lopez Cruz This option enables support for TWL6040 Vibrator Driver. 423cc697d38SMisael Lopez Cruz 424cc697d38SMisael Lopez Cruz To compile this driver as a module, choose M here. The module will 425cc697d38SMisael Lopez Cruz be called twl6040_vibra. 426cc697d38SMisael Lopez Cruz 4271da177e4SLinus Torvaldsconfig INPUT_UINPUT 4281da177e4SLinus Torvalds tristate "User level driver support" 4291da177e4SLinus Torvalds help 4301da177e4SLinus Torvalds Say Y here if you want to support user level drivers for input 4311da177e4SLinus Torvalds subsystem accessible under char device 10:223 - /dev/input/uinput. 4321da177e4SLinus Torvalds 4331da177e4SLinus Torvalds To compile this driver as a module, choose M here: the 4341da177e4SLinus Torvalds module will be called uinput. 4351da177e4SLinus Torvalds 43648ad88b1SThomas Bogendoerferconfig INPUT_SGI_BTNS 43748ad88b1SThomas Bogendoerfer tristate "SGI Indy/O2 volume button interface" 43848ad88b1SThomas Bogendoerfer depends on SGI_IP22 || SGI_IP32 4393bee2a04SThomas Bogendoerfer select INPUT_POLLDEV 4403bee2a04SThomas Bogendoerfer help 44148ad88b1SThomas Bogendoerfer Say Y here if you want to support SGI Indy/O2 volume button interface. 4423bee2a04SThomas Bogendoerfer 4433bee2a04SThomas Bogendoerfer To compile this driver as a module, choose M here: the 44448ad88b1SThomas Bogendoerfer module will be called sgi_btns. 4453bee2a04SThomas Bogendoerfer 4461da177e4SLinus Torvaldsconfig HP_SDC_RTC 4471da177e4SLinus Torvalds tristate "HP SDC Real Time Clock" 448d061ebd5SAlexander Beregalov depends on (GSC || HP300) && SERIO 4491da177e4SLinus Torvalds select HP_SDC 4501da177e4SLinus Torvalds help 4511da177e4SLinus Torvalds Say Y here if you want to support the built-in real time clock 4521da177e4SLinus Torvalds of the HP SDC controller. 4531da177e4SLinus Torvalds 4541851b06aSBalaji Raoconfig INPUT_PCF50633_PMU 4551851b06aSBalaji Rao tristate "PCF50633 PMU events" 4561851b06aSBalaji Rao depends on MFD_PCF50633 4571851b06aSBalaji Rao help 4581851b06aSBalaji Rao Say Y to include support for delivering PMU events via input 4591851b06aSBalaji Rao layer on NXP PCF50633. 4601851b06aSBalaji Rao 461b91c4be7SBryan Wuconfig INPUT_PCF8574 462b91c4be7SBryan Wu tristate "PCF8574 Keypad input device" 463e52278a3SKees Cook depends on I2C 464b91c4be7SBryan Wu help 465393f9ffbSMasanari Iida Say Y here if you want to support a keypad connected via I2C 466b91c4be7SBryan Wu with a PCF8574. 467b91c4be7SBryan Wu 468b91c4be7SBryan Wu To compile this driver as a module, choose M here: the 469b91c4be7SBryan Wu module will be called pcf8574_keypad. 470b91c4be7SBryan Wu 471e22739d0SLars-Peter Clausenconfig INPUT_PWM_BEEPER 472e22739d0SLars-Peter Clausen tristate "PWM beeper support" 473557fe99dSSascha Hauer depends on PWM 474e22739d0SLars-Peter Clausen help 475e22739d0SLars-Peter Clausen Say Y here to get support for PWM based beeper devices. 476e22739d0SLars-Peter Clausen 477e22739d0SLars-Peter Clausen If unsure, say N. 478e22739d0SLars-Peter Clausen 479e22739d0SLars-Peter Clausen To compile this driver as a module, choose M here: the module will be 480e22739d0SLars-Peter Clausen called pwm-beeper. 481e22739d0SLars-Peter Clausen 48273969ff0SDaniel Mackconfig INPUT_GPIO_ROTARY_ENCODER 48373969ff0SDaniel Mack tristate "Rotary encoders connected to GPIO pins" 48476ec9d18SAlexandre Courbot depends on GPIOLIB 48573969ff0SDaniel Mack help 48673969ff0SDaniel Mack Say Y here to add support for rotary encoders connected to GPIO lines. 487492d0f95SAlessio Igor Bogani Check file:Documentation/input/rotary-encoder.txt for more 48873969ff0SDaniel Mack information. 48973969ff0SDaniel Mack 49073969ff0SDaniel Mack To compile this driver as a module, choose M here: the 49173969ff0SDaniel Mack module will be called rotary_encoder. 49273969ff0SDaniel Mack 493d9bdffd2SPhil Sutterconfig INPUT_RB532_BUTTON 494d9bdffd2SPhil Sutter tristate "Mikrotik Routerboard 532 button interface" 495d9bdffd2SPhil Sutter depends on MIKROTIK_RB532 49676ec9d18SAlexandre Courbot depends on GPIOLIB 497d9bdffd2SPhil Sutter select INPUT_POLLDEV 498d9bdffd2SPhil Sutter help 499d9bdffd2SPhil Sutter Say Y here if you want support for the S1 button built into 500d9bdffd2SPhil Sutter Mikrotik's Routerboard 532. 501d9bdffd2SPhil Sutter 502d9bdffd2SPhil Sutter To compile this driver as a module, choose M here: the 503d9bdffd2SPhil Sutter module will be called rb532_button. 504d9bdffd2SPhil Sutter 505f0c5f65bSAshish Jangamconfig INPUT_DA9052_ONKEY 506f0c5f65bSAshish Jangam tristate "Dialog DA9052/DA9053 Onkey" 507f0c5f65bSAshish Jangam depends on PMIC_DA9052 508f0c5f65bSAshish Jangam help 509f0c5f65bSAshish Jangam Support the ONKEY of Dialog DA9052 PMICs as an input device 510f0c5f65bSAshish Jangam reporting power button status. 511f0c5f65bSAshish Jangam 512f0c5f65bSAshish Jangam To compile this driver as a module, choose M here: the 513f0c5f65bSAshish Jangam module will be called da9052_onkey. 514f0c5f65bSAshish Jangam 5158ed2757eSAshish Jangamconfig INPUT_DA9055_ONKEY 5168ed2757eSAshish Jangam tristate "Dialog Semiconductor DA9055 ONKEY" 5178ed2757eSAshish Jangam depends on MFD_DA9055 5188ed2757eSAshish Jangam help 5198ed2757eSAshish Jangam Support the ONKEY of DA9055 PMICs as an input device 5208ed2757eSAshish Jangam reporting power button status. 5218ed2757eSAshish Jangam 5228ed2757eSAshish Jangam To compile this driver as a module, choose M here: the module 5238ed2757eSAshish Jangam will be called da9055_onkey. 5248ed2757eSAshish Jangam 525eb990b55SDavid Brownellconfig INPUT_DM355EVM 526eb990b55SDavid Brownell tristate "TI DaVinci DM355 EVM Keypad and IR Remote" 527eb990b55SDavid Brownell depends on MFD_DM355EVM_MSP 52866040727SDmitry Torokhov select INPUT_SPARSEKMAP 529eb990b55SDavid Brownell help 530eb990b55SDavid Brownell Supports the pushbuttons and IR remote used with 531eb990b55SDavid Brownell the DM355 EVM board. 532eb990b55SDavid Brownell 533eb990b55SDavid Brownell To compile this driver as a module, choose M here: the 534eb990b55SDavid Brownell module will be called dm355evm_keys. 53548329582SMichael Hennerich 53648329582SMichael Hennerichconfig INPUT_BFIN_ROTARY 53748329582SMichael Hennerich tristate "Blackfin Rotary support" 53848329582SMichael Hennerich depends on BF54x || BF52x 53948329582SMichael Hennerich help 54048329582SMichael Hennerich Say Y here if you want to use the Blackfin Rotary. 54148329582SMichael Hennerich 54248329582SMichael Hennerich To compile this driver as a module, choose M here: the 54348329582SMichael Hennerich module will be called bfin-rotary. 54448329582SMichael Hennerich 5450c73b992SMark Brownconfig INPUT_WM831X_ON 5460c73b992SMark Brown tristate "WM831X ON pin" 5470c73b992SMark Brown depends on MFD_WM831X 5480c73b992SMark Brown help 5490c73b992SMark Brown Support the ON pin of WM831X PMICs as an input device 5500c73b992SMark Brown reporting power button status. 5510c73b992SMark Brown 5520c73b992SMark Brown To compile this driver as a module, choose M here: the module 5530c73b992SMark Brown will be called wm831x_on. 5540c73b992SMark Brown 555d0a82132SDaniel Ribeiroconfig INPUT_PCAP 556d0a82132SDaniel Ribeiro tristate "Motorola EZX PCAP misc input events" 557d0a82132SDaniel Ribeiro depends on EZX_PCAP 558d0a82132SDaniel Ribeiro help 559d0a82132SDaniel Ribeiro Say Y here if you want to use Power key and Headphone button 560d0a82132SDaniel Ribeiro on Motorola EZX phones. 561d0a82132SDaniel Ribeiro 562d0a82132SDaniel Ribeiro To compile this driver as a module, choose M here: the 563d0a82132SDaniel Ribeiro module will be called pcap_keys. 564d0a82132SDaniel Ribeiro 565e27c7292SMichael Hennerichconfig INPUT_ADXL34X 566e27c7292SMichael Hennerich tristate "Analog Devices ADXL34x Three-Axis Digital Accelerometer" 567e27c7292SMichael Hennerich default n 568e27c7292SMichael Hennerich help 569e27c7292SMichael Hennerich Say Y here if you have a Accelerometer interface using the 570e27c7292SMichael Hennerich ADXL345/6 controller, and your board-specific initialization 571e27c7292SMichael Hennerich code includes that in its table of devices. 572e27c7292SMichael Hennerich 573e27c7292SMichael Hennerich This driver can use either I2C or SPI communication to the 574e27c7292SMichael Hennerich ADXL345/6 controller. Select the appropriate method for 575e27c7292SMichael Hennerich your system. 576e27c7292SMichael Hennerich 577e27c7292SMichael Hennerich If unsure, say N (but it's safe to say "Y"). 578e27c7292SMichael Hennerich 579e27c7292SMichael Hennerich To compile this driver as a module, choose M here: the 580e27c7292SMichael Hennerich module will be called adxl34x. 581e27c7292SMichael Hennerich 582e27c7292SMichael Hennerichconfig INPUT_ADXL34X_I2C 583e27c7292SMichael Hennerich tristate "support I2C bus connection" 584e27c7292SMichael Hennerich depends on INPUT_ADXL34X && I2C 585e27c7292SMichael Hennerich default y 586e27c7292SMichael Hennerich help 587e27c7292SMichael Hennerich Say Y here if you have ADXL345/6 hooked to an I2C bus. 588e27c7292SMichael Hennerich 589e27c7292SMichael Hennerich To compile this driver as a module, choose M here: the 590e27c7292SMichael Hennerich module will be called adxl34x-i2c. 591e27c7292SMichael Hennerich 592e27c7292SMichael Hennerichconfig INPUT_ADXL34X_SPI 593e27c7292SMichael Hennerich tristate "support SPI bus connection" 594e27c7292SMichael Hennerich depends on INPUT_ADXL34X && SPI 595e27c7292SMichael Hennerich default y 596e27c7292SMichael Hennerich help 597e27c7292SMichael Hennerich Say Y here if you have ADXL345/6 hooked to a SPI bus. 598e27c7292SMichael Hennerich 599e27c7292SMichael Hennerich To compile this driver as a module, choose M here: the 600e27c7292SMichael Hennerich module will be called adxl34x-spi. 601e27c7292SMichael Hennerich 602628329d5SDmitry Torokhovconfig INPUT_IMS_PCU 603628329d5SDmitry Torokhov tristate "IMS Passenger Control Unit driver" 604628329d5SDmitry Torokhov depends on USB 605628329d5SDmitry Torokhov depends on LEDS_CLASS 606628329d5SDmitry Torokhov help 607628329d5SDmitry Torokhov Say Y here if you have system with IMS Rave Passenger Control Unit. 608628329d5SDmitry Torokhov 609628329d5SDmitry Torokhov To compile this driver as a module, choose M here: the module will be 610628329d5SDmitry Torokhov called ims_pcu. 611628329d5SDmitry Torokhov 612b029ffafSHemanth Vconfig INPUT_CMA3000 613b029ffafSHemanth V tristate "VTI CMA3000 Tri-axis accelerometer" 614b029ffafSHemanth V help 615b029ffafSHemanth V Say Y here if you want to use VTI CMA3000_D0x Accelerometer 616b029ffafSHemanth V driver 617b029ffafSHemanth V 618b029ffafSHemanth V This driver currently only supports I2C interface to the 619b029ffafSHemanth V controller. Also select the I2C method. 620b029ffafSHemanth V 621b029ffafSHemanth V If unsure, say N 622b029ffafSHemanth V 623b029ffafSHemanth V To compile this driver as a module, choose M here: the 624b029ffafSHemanth V module will be called cma3000_d0x. 625b029ffafSHemanth V 626b029ffafSHemanth Vconfig INPUT_CMA3000_I2C 627b029ffafSHemanth V tristate "Support I2C bus connection" 628b029ffafSHemanth V depends on INPUT_CMA3000 && I2C 629b029ffafSHemanth V help 630b029ffafSHemanth V Say Y here if you want to use VTI CMA3000_D0x Accelerometer 631b029ffafSHemanth V through I2C interface. 632b029ffafSHemanth V 633b029ffafSHemanth V To compile this driver as a module, choose M here: the 634b029ffafSHemanth V module will be called cma3000_d0x_i2c. 635b029ffafSHemanth V 63649851ca0SDmitry Torokhovconfig INPUT_XEN_KBDDEV_FRONTEND 63749851ca0SDmitry Torokhov tristate "Xen virtual keyboard and mouse support" 6384bc25af7SAndrew Jones depends on XEN 63949851ca0SDmitry Torokhov default y 64049851ca0SDmitry Torokhov select XEN_XENBUS_FRONTEND 64149851ca0SDmitry Torokhov help 64249851ca0SDmitry Torokhov This driver implements the front-end of the Xen virtual 64349851ca0SDmitry Torokhov keyboard and mouse device driver. It communicates with a back-end 64449851ca0SDmitry Torokhov in another domain. 64549851ca0SDmitry Torokhov 64649851ca0SDmitry Torokhov To compile this driver as a module, choose M here: the 64749851ca0SDmitry Torokhov module will be called xen-kbdfront. 64849851ca0SDmitry Torokhov 6499b5f953dSBinghua Duanconfig INPUT_SIRFSOC_ONKEY 6509b5f953dSBinghua Duan bool "CSR SiRFSoC power on/off/suspend key support" 6519b5f953dSBinghua Duan depends on ARCH_SIRF && OF 6529b5f953dSBinghua Duan default y 6539b5f953dSBinghua Duan help 6549b5f953dSBinghua Duan Say Y here if you want to support for the SiRFSoC power on/off/suspend key 6559b5f953dSBinghua Duan in Linux, after you press the onkey, system will suspend. 6569b5f953dSBinghua Duan 6579b5f953dSBinghua Duan If unsure, say N. 6589b5f953dSBinghua Duan 6591ea4c161SAndrey Moiseevconfig INPUT_IDEAPAD_SLIDEBAR 6601ea4c161SAndrey Moiseev tristate "IdeaPad Laptop Slidebar" 6611ea4c161SAndrey Moiseev depends on INPUT 6621ea4c161SAndrey Moiseev depends on SERIO_I8042 6631ea4c161SAndrey Moiseev help 6641ea4c161SAndrey Moiseev Say Y here if you have an IdeaPad laptop with a slidebar. 6651ea4c161SAndrey Moiseev 6661ea4c161SAndrey Moiseev To compile this driver as a module, choose M here: the 6671ea4c161SAndrey Moiseev module will be called ideapad_slidebar. 6681ea4c161SAndrey Moiseev 66961cd4822SLejun Zhuconfig INPUT_SOC_BUTTON_ARRAY 67061cd4822SLejun Zhu tristate "Windows-compatible SoC Button Array" 67161cd4822SLejun Zhu depends on KEYBOARD_GPIO 67261cd4822SLejun Zhu help 67361cd4822SLejun Zhu Say Y here if you have a SoC-based tablet that originally 67461cd4822SLejun Zhu runs Windows 8. 67561cd4822SLejun Zhu 67661cd4822SLejun Zhu To compile this driver as a module, choose M here: the 67761cd4822SLejun Zhu module will be called soc_button_array. 67861cd4822SLejun Zhu 679*7132fe4fSDan Murphyconfig INPUT_DRV260X_HAPTICS 680*7132fe4fSDan Murphy tristate "TI DRV260X haptics support" 681*7132fe4fSDan Murphy depends on INPUT && I2C && GPIOLIB 682*7132fe4fSDan Murphy select INPUT_FF_MEMLESS 683*7132fe4fSDan Murphy select REGMAP_I2C 684*7132fe4fSDan Murphy help 685*7132fe4fSDan Murphy Say Y to enable support for the TI DRV260X haptics driver. 686*7132fe4fSDan Murphy 687*7132fe4fSDan Murphy To compile this driver as a module, choose M here: the 688*7132fe4fSDan Murphy module will be called drv260x-haptics. 689*7132fe4fSDan Murphy 6901da177e4SLinus Torvaldsendif 691