| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | # | 
 | 2 | # Input misc drivers configuration | 
 | 3 | # | 
 | 4 | menuconfig 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 |  | 
 | 13 | if INPUT_MISC | 
 | 14 |  | 
 | 15 | config INPUT_PCSPKR | 
 | 16 | 	tristate "PC Speaker support" | 
| Brian Gerst | 0d078f6 | 2005-10-30 14:59:20 -0800 | [diff] [blame] | 17 | 	depends on ALPHA || X86 || MIPS || PPC_PREP || PPC_CHRP || PPC_PSERIES | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 18 | 	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 |  | 
 | 27 | config INPUT_SPARCSPKR | 
 | 28 | 	tristate "SPARC Speaker support" | 
| David S. Miller | a2bd4fd | 2006-06-23 01:44:10 -0700 | [diff] [blame] | 29 | 	depends on PCI && SPARC64 | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 30 | 	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 |  | 
 | 39 | config INPUT_M68K_BEEP | 
 | 40 | 	tristate "M68k Beeper support" | 
 | 41 | 	depends on M68K | 
 | 42 |  | 
| Dmitry Torokhov | ba0acb5 | 2007-05-07 17:31:32 -0400 | [diff] [blame] | 43 | config INPUT_IXP4XX_BEEPER | 
 | 44 | 	tristate "IXP4XX Beeper support" | 
 | 45 | 	depends on ARCH_IXP4XX | 
 | 46 | 	help | 
 | 47 | 	  If you say yes here, you can connect a beeper to the | 
 | 48 | 	  ixp4xx gpio pins. This is used by the LinkSys NSLU2. | 
 | 49 |  | 
 | 50 | 	  If unsure, say Y. | 
 | 51 |  | 
 | 52 | 	  To compile this driver as a module, choose M here: the | 
 | 53 | 	  module will be called ixp4xx-beeper. | 
 | 54 |  | 
| Yoichi Yuasa | bebb8a2 | 2007-02-18 01:50:18 -0500 | [diff] [blame] | 55 | config INPUT_COBALT_BTNS | 
 | 56 | 	tristate "Cobalt button interface" | 
 | 57 | 	depends on MIPS_COBALT | 
| Dmitry Torokhov | 3d29cdf | 2007-04-29 23:43:06 -0400 | [diff] [blame] | 58 | 	select INPUT_POLLDEV | 
| Yoichi Yuasa | bebb8a2 | 2007-02-18 01:50:18 -0500 | [diff] [blame] | 59 | 	help | 
 | 60 | 	  Say Y here if you want to support MIPS Cobalt button interface. | 
 | 61 |  | 
 | 62 | 	  To compile this driver as a module, choose M here: the | 
 | 63 | 	  module will be called cobalt_btns. | 
 | 64 |  | 
| Dmitry Torokhov | 5fc1468 | 2005-11-20 00:50:06 -0500 | [diff] [blame] | 65 | config INPUT_WISTRON_BTNS | 
 | 66 | 	tristate "x86 Wistron laptop button interface" | 
| Andrew Morton | e9fb028 | 2005-11-20 00:50:21 -0500 | [diff] [blame] | 67 | 	depends on X86 && !X86_64 | 
| Eric Piel | 389679d | 2007-05-21 00:46:31 -0400 | [diff] [blame^] | 68 | 	select NEW_LEDS | 
 | 69 | 	select LEDS_CLASS | 
| Dmitry Torokhov | 5fc1468 | 2005-11-20 00:50:06 -0500 | [diff] [blame] | 70 | 	help | 
 | 71 | 	  Say Y here for support of Winstron laptop button interface, used on | 
| Eric Piel | 389679d | 2007-05-21 00:46:31 -0400 | [diff] [blame^] | 72 | 	  laptops of various brands, including Acer and Fujitsu-Siemens. If | 
 | 73 | 	  available, mail and wifi leds will be controlable via /sys/class/leds. | 
| Dmitry Torokhov | 5fc1468 | 2005-11-20 00:50:06 -0500 | [diff] [blame] | 74 |  | 
 | 75 | 	  To compile this driver as a module, choose M here: the module will | 
 | 76 | 	  be called wistron_btns. | 
 | 77 |  | 
| Jaya Kumar | 31ea7ff | 2007-02-10 01:29:00 -0500 | [diff] [blame] | 78 | config INPUT_ATLAS_BTNS | 
 | 79 | 	tristate "x86 Atlas button interface" | 
 | 80 | 	depends on X86 && ACPI | 
 | 81 | 	help | 
 | 82 | 	  Say Y here for support of Atlas wallmount touchscreen buttons. | 
 | 83 | 	  The events will show up as scancodes F1 through F9 via evdev. | 
 | 84 |  | 
 | 85 | 	  To compile this driver as a module, choose M here: the module will | 
 | 86 | 	  be called atlas_btns. | 
 | 87 |  | 
| Dmitry Torokhov | ba0acb5 | 2007-05-07 17:31:32 -0400 | [diff] [blame] | 88 | config INPUT_ATI_REMOTE | 
 | 89 | 	tristate "ATI / X10 USB RF remote control" | 
| Al Viro | 7a86ede | 2007-05-15 20:36:20 +0100 | [diff] [blame] | 90 | 	depends on USB_ARCH_HAS_HCD | 
| Dmitry Torokhov | ba0acb5 | 2007-05-07 17:31:32 -0400 | [diff] [blame] | 91 | 	select USB | 
| Alessandro Zummo | 0138795 | 2006-01-29 21:50:40 -0500 | [diff] [blame] | 92 | 	help | 
| Dmitry Torokhov | ba0acb5 | 2007-05-07 17:31:32 -0400 | [diff] [blame] | 93 | 	  Say Y here if you want to use an ATI or X10 "Lola" USB remote control. | 
 | 94 | 	  These are RF remotes with USB receivers. | 
 | 95 | 	  The ATI remote comes with many of ATI's All-In-Wonder video cards. | 
 | 96 | 	  The X10 "Lola" remote is available at: | 
 | 97 | 	     <http://www.x10.com/products/lola_sg1.htm> | 
 | 98 | 	  This driver provides mouse pointer, left and right mouse buttons, | 
 | 99 | 	  and maps all the other remote buttons to keypress events. | 
| Alessandro Zummo | 0138795 | 2006-01-29 21:50:40 -0500 | [diff] [blame] | 100 |  | 
| Dmitry Torokhov | ba0acb5 | 2007-05-07 17:31:32 -0400 | [diff] [blame] | 101 | 	  To compile this driver as a module, choose M here: the module will be | 
 | 102 | 	  called ati_remote. | 
 | 103 |  | 
 | 104 | config INPUT_ATI_REMOTE2 | 
 | 105 | 	tristate "ATI / Philips USB RF remote control" | 
| Al Viro | 7a86ede | 2007-05-15 20:36:20 +0100 | [diff] [blame] | 106 | 	depends on USB_ARCH_HAS_HCD | 
| Dmitry Torokhov | ba0acb5 | 2007-05-07 17:31:32 -0400 | [diff] [blame] | 107 | 	select USB | 
 | 108 | 	help | 
 | 109 | 	  Say Y here if you want to use an ATI or Philips USB RF remote control. | 
 | 110 | 	  These are RF remotes with USB receivers. | 
 | 111 | 	  ATI Remote Wonder II comes with some ATI's All-In-Wonder video cards | 
 | 112 | 	  and is also available as a separate product. | 
 | 113 | 	  This driver provides mouse pointer, left and right mouse buttons, | 
 | 114 | 	  and maps all the other remote buttons to keypress events. | 
 | 115 |  | 
 | 116 | 	  To compile this driver as a module, choose M here: the module will be | 
 | 117 | 	  called ati_remote2. | 
 | 118 |  | 
 | 119 | config INPUT_KEYSPAN_REMOTE | 
 | 120 | 	tristate "Keyspan DMR USB remote control (EXPERIMENTAL)" | 
 | 121 | 	depends on EXPERIMENTAL | 
| Al Viro | 7a86ede | 2007-05-15 20:36:20 +0100 | [diff] [blame] | 122 | 	depends on USB_ARCH_HAS_HCD | 
| Dmitry Torokhov | ba0acb5 | 2007-05-07 17:31:32 -0400 | [diff] [blame] | 123 | 	select USB | 
 | 124 | 	help | 
 | 125 | 	  Say Y here if you want to use a Keyspan DMR USB remote control. | 
 | 126 | 	  Currently only the UIA-11 type of receiver has been tested.  The tag | 
 | 127 | 	  on the receiver that connects to the USB port should have a P/N that | 
 | 128 | 	  will tell you what type of DMR you have.  The UIA-10 type is not | 
 | 129 | 	  supported at this time.  This driver maps all buttons to keypress | 
 | 130 | 	  events. | 
 | 131 |  | 
 | 132 | 	  To compile this driver as a module, choose M here: the module will | 
 | 133 | 	  be called keyspan_remote. | 
 | 134 |  | 
 | 135 | config INPUT_POWERMATE | 
 | 136 | 	tristate "Griffin PowerMate and Contour Jog support" | 
| Al Viro | 7a86ede | 2007-05-15 20:36:20 +0100 | [diff] [blame] | 137 | 	depends on USB_ARCH_HAS_HCD | 
| Dmitry Torokhov | ba0acb5 | 2007-05-07 17:31:32 -0400 | [diff] [blame] | 138 | 	select USB | 
 | 139 | 	help | 
 | 140 | 	  Say Y here if you want to use Griffin PowerMate or Contour Jog devices. | 
 | 141 | 	  These are aluminum dials which can measure clockwise and anticlockwise | 
 | 142 | 	  rotation.  The dial also acts as a pushbutton.  The base contains an LED | 
 | 143 | 	  which can be instructed to pulse or to switch to a particular intensity. | 
 | 144 |  | 
 | 145 | 	  You can download userspace tools from | 
 | 146 | 	  <http://sowerbutts.com/powermate/>. | 
| Alessandro Zummo | 0138795 | 2006-01-29 21:50:40 -0500 | [diff] [blame] | 147 |  | 
 | 148 | 	  To compile this driver as a module, choose M here: the | 
| Dmitry Torokhov | ba0acb5 | 2007-05-07 17:31:32 -0400 | [diff] [blame] | 149 | 	  module will be called powermate. | 
 | 150 |  | 
 | 151 | config INPUT_YEALINK | 
 | 152 | 	tristate "Yealink usb-p1k voip phone" | 
 | 153 | 	depends EXPERIMENTAL | 
| Al Viro | 7a86ede | 2007-05-15 20:36:20 +0100 | [diff] [blame] | 154 | 	depends on USB_ARCH_HAS_HCD | 
| Dmitry Torokhov | ba0acb5 | 2007-05-07 17:31:32 -0400 | [diff] [blame] | 155 | 	select USB | 
 | 156 | 	help | 
 | 157 | 	  Say Y here if you want to enable keyboard and LCD functions of the | 
 | 158 | 	  Yealink usb-p1k usb phones. The audio part is enabled by the generic | 
 | 159 | 	  usb sound driver, so you might want to enable that as well. | 
 | 160 |  | 
 | 161 | 	  For information about how to use these additional functions, see | 
 | 162 | 	  <file:Documentation/input/yealink.txt>. | 
 | 163 |  | 
 | 164 | 	  To compile this driver as a module, choose M here: the module will be | 
 | 165 | 	  called yealink. | 
| Alessandro Zummo | 0138795 | 2006-01-29 21:50:40 -0500 | [diff] [blame] | 166 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 167 | config INPUT_UINPUT | 
 | 168 | 	tristate "User level driver support" | 
 | 169 | 	help | 
 | 170 | 	  Say Y here if you want to support user level drivers for input | 
 | 171 | 	  subsystem accessible under char device 10:223 - /dev/input/uinput. | 
 | 172 |  | 
 | 173 | 	  To compile this driver as a module, choose M here: the | 
 | 174 | 	  module will be called uinput. | 
 | 175 |  | 
 | 176 | config HP_SDC_RTC | 
| Yoichi Yuasa | bebb8a2 | 2007-02-18 01:50:18 -0500 | [diff] [blame] | 177 | 	tristate "HP SDC Real Time Clock" | 
| Geert Uytterhoeven | da96d0b | 2006-10-09 22:22:37 +0200 | [diff] [blame] | 178 | 	depends on GSC || HP300 | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 179 | 	select HP_SDC | 
 | 180 | 	help | 
 | 181 | 	  Say Y here if you want to support the built-in real time clock | 
 | 182 | 	  of the HP SDC controller. | 
 | 183 |  | 
 | 184 | endif |