blob: e33d7cbcb1dfe7b28e93d4788b2d6df9e975514b [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001#
2# Input misc drivers configuration
3#
4menuconfig INPUT_MISC
5 bool "Miscellaneous devices"
6 help
7 Say Y here, and a list of miscellaneous input drivers will be displayed.
8 Everything that didn't fit into the other categories is here. This option
9 doesn't affect the kernel.
10
11 If unsure, say Y.
12
13if INPUT_MISC
14
15config INPUT_PCSPKR
16 tristate "PC Speaker support"
Stas Sergeeve5e1d3c2008-05-07 12:39:56 +020017 depends on PCSPKR_PLATFORM
Linus Torvalds1da177e2005-04-16 15:20:36 -070018 help
19 Say Y here if you want the standard PC Speaker to be used for
20 bells and whistles.
21
22 If unsure, say Y.
23
24 To compile this driver as a module, choose M here: the
25 module will be called pcspkr.
26
27config INPUT_SPARCSPKR
28 tristate "SPARC Speaker support"
David S. Millera2bd4fd2006-06-23 01:44:10 -070029 depends on PCI && SPARC64
Linus Torvalds1da177e2005-04-16 15:20:36 -070030 help
31 Say Y here if you want the standard Speaker on Sparc PCI systems
32 to be used for bells and whistles.
33
34 If unsure, say Y.
35
36 To compile this driver as a module, choose M here: the
37 module will be called sparcspkr.
38
39config INPUT_M68K_BEEP
40 tristate "M68k Beeper support"
41 depends on M68K
42
Stephen Hemminger52fe0cd2007-12-14 11:08:37 -050043config INPUT_APANEL
44 tristate "Fujitsu Lifebook Application Panel buttons"
Randy Dunlap19131302008-03-04 14:29:43 -080045 depends on X86 && I2C && LEDS_CLASS
Stephen Hemminger52fe0cd2007-12-14 11:08:37 -050046 select INPUT_POLLDEV
47 select CHECK_SIGNATURE
48 help
49 Say Y here for support of the Application Panel buttons, used on
50 Fujitsu Lifebook. These are attached to the mainboard through
Randy Dunlap19131302008-03-04 14:29:43 -080051 an SMBus interface managed by the I2C Intel ICH (i801) driver,
52 which you should also build for this kernel.
Stephen Hemminger52fe0cd2007-12-14 11:08:37 -050053
54 To compile this driver as a module, choose M here: the module will
55 be called apanel.
56
Dmitry Torokhovba0acb52007-05-07 17:31:32 -040057config INPUT_IXP4XX_BEEPER
58 tristate "IXP4XX Beeper support"
59 depends on ARCH_IXP4XX
60 help
61 If you say yes here, you can connect a beeper to the
62 ixp4xx gpio pins. This is used by the LinkSys NSLU2.
63
64 If unsure, say Y.
65
66 To compile this driver as a module, choose M here: the
67 module will be called ixp4xx-beeper.
68
Yoichi Yuasabebb8a22007-02-18 01:50:18 -050069config INPUT_COBALT_BTNS
70 tristate "Cobalt button interface"
71 depends on MIPS_COBALT
Dmitry Torokhov3d29cdf2007-04-29 23:43:06 -040072 select INPUT_POLLDEV
Yoichi Yuasabebb8a22007-02-18 01:50:18 -050073 help
74 Say Y here if you want to support MIPS Cobalt button interface.
75
76 To compile this driver as a module, choose M here: the
77 module will be called cobalt_btns.
78
Dmitry Torokhov5fc146802005-11-20 00:50:06 -050079config INPUT_WISTRON_BTNS
80 tristate "x86 Wistron laptop button interface"
Andrew Mortone9fb0282005-11-20 00:50:21 -050081 depends on X86 && !X86_64
Dmitry Torokhovc2554c92007-05-22 23:48:39 -040082 select INPUT_POLLDEV
Eric Piel389679d2007-05-21 00:46:31 -040083 select NEW_LEDS
84 select LEDS_CLASS
Geert Uytterhoeven928923c2007-08-22 14:01:36 -070085 select CHECK_SIGNATURE
Dmitry Torokhov5fc146802005-11-20 00:50:06 -050086 help
Matt LaPlante01dd2fb2007-10-20 01:34:40 +020087 Say Y here for support of Wistron laptop button interfaces, used on
Eric Piel389679d2007-05-21 00:46:31 -040088 laptops of various brands, including Acer and Fujitsu-Siemens. If
Matt LaPlante01dd2fb2007-10-20 01:34:40 +020089 available, mail and wifi LEDs will be controllable via /sys/class/leds.
Dmitry Torokhov5fc146802005-11-20 00:50:06 -050090
91 To compile this driver as a module, choose M here: the module will
92 be called wistron_btns.
93
Jaya Kumar31ea7ff2007-02-10 01:29:00 -050094config INPUT_ATLAS_BTNS
95 tristate "x86 Atlas button interface"
96 depends on X86 && ACPI
97 help
98 Say Y here for support of Atlas wallmount touchscreen buttons.
99 The events will show up as scancodes F1 through F9 via evdev.
100
101 To compile this driver as a module, choose M here: the module will
102 be called atlas_btns.
103
Dmitry Torokhovba0acb52007-05-07 17:31:32 -0400104config INPUT_ATI_REMOTE
105 tristate "ATI / X10 USB RF remote control"
Al Viro7a86ede2007-05-15 20:36:20 +0100106 depends on USB_ARCH_HAS_HCD
Dmitry Torokhovba0acb52007-05-07 17:31:32 -0400107 select USB
Alessandro Zummo01387952006-01-29 21:50:40 -0500108 help
Dmitry Torokhovba0acb52007-05-07 17:31:32 -0400109 Say Y here if you want to use an ATI or X10 "Lola" USB remote control.
110 These are RF remotes with USB receivers.
111 The ATI remote comes with many of ATI's All-In-Wonder video cards.
112 The X10 "Lola" remote is available at:
113 <http://www.x10.com/products/lola_sg1.htm>
114 This driver provides mouse pointer, left and right mouse buttons,
115 and maps all the other remote buttons to keypress events.
Alessandro Zummo01387952006-01-29 21:50:40 -0500116
Dmitry Torokhovba0acb52007-05-07 17:31:32 -0400117 To compile this driver as a module, choose M here: the module will be
118 called ati_remote.
119
120config INPUT_ATI_REMOTE2
121 tristate "ATI / Philips USB RF remote control"
Al Viro7a86ede2007-05-15 20:36:20 +0100122 depends on USB_ARCH_HAS_HCD
Dmitry Torokhovba0acb52007-05-07 17:31:32 -0400123 select USB
124 help
125 Say Y here if you want to use an ATI or Philips USB RF remote control.
126 These are RF remotes with USB receivers.
127 ATI Remote Wonder II comes with some ATI's All-In-Wonder video cards
128 and is also available as a separate product.
129 This driver provides mouse pointer, left and right mouse buttons,
130 and maps all the other remote buttons to keypress events.
131
132 To compile this driver as a module, choose M here: the module will be
133 called ati_remote2.
134
135config INPUT_KEYSPAN_REMOTE
136 tristate "Keyspan DMR USB remote control (EXPERIMENTAL)"
137 depends on EXPERIMENTAL
Al Viro7a86ede2007-05-15 20:36:20 +0100138 depends on USB_ARCH_HAS_HCD
Dmitry Torokhovba0acb52007-05-07 17:31:32 -0400139 select USB
140 help
141 Say Y here if you want to use a Keyspan DMR USB remote control.
142 Currently only the UIA-11 type of receiver has been tested. The tag
143 on the receiver that connects to the USB port should have a P/N that
144 will tell you what type of DMR you have. The UIA-10 type is not
145 supported at this time. This driver maps all buttons to keypress
146 events.
147
148 To compile this driver as a module, choose M here: the module will
149 be called keyspan_remote.
150
151config INPUT_POWERMATE
152 tristate "Griffin PowerMate and Contour Jog support"
Al Viro7a86ede2007-05-15 20:36:20 +0100153 depends on USB_ARCH_HAS_HCD
Dmitry Torokhovba0acb52007-05-07 17:31:32 -0400154 select USB
155 help
156 Say Y here if you want to use Griffin PowerMate or Contour Jog devices.
157 These are aluminum dials which can measure clockwise and anticlockwise
158 rotation. The dial also acts as a pushbutton. The base contains an LED
159 which can be instructed to pulse or to switch to a particular intensity.
160
161 You can download userspace tools from
162 <http://sowerbutts.com/powermate/>.
Alessandro Zummo01387952006-01-29 21:50:40 -0500163
164 To compile this driver as a module, choose M here: the
Dmitry Torokhovba0acb52007-05-07 17:31:32 -0400165 module will be called powermate.
166
167config INPUT_YEALINK
168 tristate "Yealink usb-p1k voip phone"
Adrian Bunk247537b2007-09-26 20:02:52 +0200169 depends on EXPERIMENTAL
Al Viro7a86ede2007-05-15 20:36:20 +0100170 depends on USB_ARCH_HAS_HCD
Dmitry Torokhovba0acb52007-05-07 17:31:32 -0400171 select USB
172 help
173 Say Y here if you want to enable keyboard and LCD functions of the
174 Yealink usb-p1k usb phones. The audio part is enabled by the generic
175 usb sound driver, so you might want to enable that as well.
176
177 For information about how to use these additional functions, see
178 <file:Documentation/input/yealink.txt>.
179
180 To compile this driver as a module, choose M here: the module will be
181 called yealink.
Alessandro Zummo01387952006-01-29 21:50:40 -0500182
Linus Torvalds1da177e2005-04-16 15:20:36 -0700183config INPUT_UINPUT
184 tristate "User level driver support"
185 help
186 Say Y here if you want to support user level drivers for input
187 subsystem accessible under char device 10:223 - /dev/input/uinput.
188
189 To compile this driver as a module, choose M here: the
190 module will be called uinput.
191
Thomas Bogendoerfer3bee2a02008-07-07 09:07:31 -0400192config INPUT_SGIO2_BTNS
193 tristate "SGI O2 volume button interface"
194 depends on SGI_IP32
195 select INPUT_POLLDEV
196 help
197 Say Y here if you want to support SGI O2 volume button interface.
198
199 To compile this driver as a module, choose M here: the
200 module will be called sgio_btns.
201
Linus Torvalds1da177e2005-04-16 15:20:36 -0700202config HP_SDC_RTC
Yoichi Yuasabebb8a22007-02-18 01:50:18 -0500203 tristate "HP SDC Real Time Clock"
Geert Uytterhoevenda96d0b2006-10-09 22:22:37 +0200204 depends on GSC || HP300
Linus Torvalds1da177e2005-04-16 15:20:36 -0700205 select HP_SDC
206 help
207 Say Y here if you want to support the built-in real time clock
208 of the HP SDC controller.
209
210endif