| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | # | 
 | 2 | # Misc strange devices | 
 | 3 | # | 
 | 4 |  | 
| Randy Dunlap | 7bf1fc4 | 2007-07-15 23:40:15 -0700 | [diff] [blame] | 5 | menuconfig MISC_DEVICES | 
| Jan Engelhardt | 376df37 | 2007-07-15 23:39:29 -0700 | [diff] [blame] | 6 | 	bool "Misc devices" | 
 | 7 | 	default y | 
| Jan Engelhardt | 06bfb7e | 2007-08-18 12:56:21 +0200 | [diff] [blame] | 8 | 	---help--- | 
 | 9 | 	  Say Y here to get to see options for device drivers from various | 
 | 10 | 	  different categories. This option alone does not add any kernel code. | 
 | 11 |  | 
 | 12 | 	  If you say N, all options in this submenu will be skipped and disabled. | 
| Jan Engelhardt | 376df37 | 2007-07-15 23:39:29 -0700 | [diff] [blame] | 13 |  | 
| Randy Dunlap | 7bf1fc4 | 2007-07-15 23:40:15 -0700 | [diff] [blame] | 14 | if MISC_DEVICES | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 15 |  | 
| Michael Hennerich | 4eb174b | 2009-12-14 18:00:15 -0800 | [diff] [blame] | 16 | config AD525X_DPOT | 
 | 17 | 	tristate "Analog Devices AD525x Digital Potentiometers" | 
 | 18 | 	depends on I2C && SYSFS | 
 | 19 | 	help | 
 | 20 | 	  If you say yes here, you get support for the Analog Devices | 
 | 21 | 	  AD5258, AD5259, AD5251, AD5252, AD5253, AD5254 and AD5255 | 
 | 22 | 	  digital potentiometer chips. | 
 | 23 |  | 
 | 24 | 	  See Documentation/misc-devices/ad525x_dpot.txt for the | 
 | 25 | 	  userspace interface. | 
 | 26 |  | 
 | 27 | 	  This driver can also be built as a module.  If so, the module | 
 | 28 | 	  will be called ad525x_dpot. | 
 | 29 |  | 
| David Brownell | 9a1e8eb | 2008-02-08 04:21:21 -0800 | [diff] [blame] | 30 | config ATMEL_PWM | 
 | 31 | 	tristate "Atmel AT32/AT91 PWM support" | 
| Andrew Victor | 8b6e47a | 2008-10-15 22:01:55 -0700 | [diff] [blame] | 32 | 	depends on AVR32 || ARCH_AT91SAM9263 || ARCH_AT91SAM9RL || ARCH_AT91CAP9 | 
| David Brownell | 9a1e8eb | 2008-02-08 04:21:21 -0800 | [diff] [blame] | 33 | 	help | 
 | 34 | 	  This option enables device driver support for the PWM channels | 
| Matt LaPlante | 692105b | 2009-01-26 11:12:25 +0100 | [diff] [blame] | 35 | 	  on certain Atmel processors.  Pulse Width Modulation is used for | 
 | 36 | 	  purposes including software controlled power-efficient backlights | 
| David Brownell | 9a1e8eb | 2008-02-08 04:21:21 -0800 | [diff] [blame] | 37 | 	  on LCD displays, motor control, and waveform generation. | 
 | 38 |  | 
| David Brownell | 2a341f5 | 2008-02-22 17:23:23 -0800 | [diff] [blame] | 39 | config ATMEL_TCLIB | 
 | 40 | 	bool "Atmel AT32/AT91 Timer/Counter Library" | 
 | 41 | 	depends on (AVR32 || ARCH_AT91) | 
 | 42 | 	help | 
 | 43 | 	  Select this if you want a library to allocate the Timer/Counter | 
 | 44 | 	  blocks found on many Atmel processors.  This facilitates using | 
 | 45 | 	  these blocks by different drivers despite processor differences. | 
 | 46 |  | 
| David Brownell | 4d243f9 | 2008-02-22 17:28:37 -0800 | [diff] [blame] | 47 | config ATMEL_TCB_CLKSRC | 
 | 48 | 	bool "TC Block Clocksource" | 
 | 49 | 	depends on ATMEL_TCLIB && GENERIC_TIME | 
 | 50 | 	default y | 
 | 51 | 	help | 
 | 52 | 	  Select this to get a high precision clocksource based on a | 
 | 53 | 	  TC block with a 5+ MHz base clock rate.  Two timer channels | 
 | 54 | 	  are combined to make a single 32-bit timer. | 
 | 55 |  | 
 | 56 | 	  When GENERIC_CLOCKEVENTS is defined, the third timer channel | 
 | 57 | 	  may be used as a clock event device supporting oneshot mode | 
 | 58 | 	  (delays of up to two seconds) based on the 32 KiHz clock. | 
 | 59 |  | 
 | 60 | config ATMEL_TCB_CLKSRC_BLOCK | 
 | 61 | 	int | 
 | 62 | 	depends on ATMEL_TCB_CLKSRC | 
 | 63 | 	prompt "TC Block" if ARCH_AT91RM9200 || ARCH_AT91SAM9260 || CPU_AT32AP700X | 
 | 64 | 	default 0 | 
 | 65 | 	range 0 1 | 
 | 66 | 	help | 
 | 67 | 	  Some chips provide more than one TC block, so you have the | 
 | 68 | 	  choice of which one to use for the clock framework.  The other | 
 | 69 | 	  TC can be used for other purposes, such as PWM generation and | 
 | 70 | 	  interval timing. | 
 | 71 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 72 | config IBM_ASM | 
 | 73 | 	tristate "Device driver for IBM RSA service processor" | 
| Dmitry Torokhov | ff294cb | 2007-07-17 04:04:01 -0700 | [diff] [blame] | 74 | 	depends on X86 && PCI && INPUT && EXPERIMENTAL | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 75 | 	---help--- | 
 | 76 | 	  This option enables device driver support for in-band access to the | 
 | 77 | 	  IBM RSA (Condor) service processor in eServer xSeries systems. | 
 | 78 | 	  The ibmasm device driver allows user space application to access | 
 | 79 | 	  ASM (Advanced Systems Management) functions on the service | 
 | 80 | 	  processor. The driver is meant to be used in conjunction with | 
 | 81 | 	  a user space API. | 
 | 82 | 	  The ibmasm driver also enables the OS to use the UART on the | 
 | 83 | 	  service processor board as a regular serial port. To make use of | 
 | 84 | 	  this feature serial driver support (CONFIG_SERIAL_8250) must be | 
 | 85 | 	  enabled. | 
| Alex Dubov | f956512 | 2006-10-04 02:15:38 -0700 | [diff] [blame] | 86 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 87 | 	  WARNING: This software may not be supported or function | 
 | 88 | 	  correctly on your IBM server. Please consult the IBM ServerProven | 
| Adrian Bunk | 01e77d3 | 2005-07-12 13:58:32 -0700 | [diff] [blame] | 89 | 	  website <http://www.pc.ibm.com/ww/eserver/xseries/serverproven> for | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 90 | 	  information on the specific driver level and support statement | 
 | 91 | 	  for your IBM server. | 
 | 92 |  | 
| Jiri Slaby | cef2cf0 | 2007-05-08 00:31:45 -0700 | [diff] [blame] | 93 | config PHANTOM | 
| Jiri Slaby | ec905a1 | 2008-07-25 01:48:23 -0700 | [diff] [blame] | 94 | 	tristate "Sensable PHANToM (PCI)" | 
| Jiri Slaby | cef2cf0 | 2007-05-08 00:31:45 -0700 | [diff] [blame] | 95 | 	depends on PCI | 
 | 96 | 	help | 
 | 97 | 	  Say Y here if you want to build a driver for Sensable PHANToM device. | 
 | 98 |  | 
| Jiri Slaby | ec905a1 | 2008-07-25 01:48:23 -0700 | [diff] [blame] | 99 | 	  This driver is only for PCI PHANToMs. | 
 | 100 |  | 
| Jiri Slaby | cef2cf0 | 2007-05-08 00:31:45 -0700 | [diff] [blame] | 101 | 	  If you choose to build module, its name will be phantom. If unsure, | 
 | 102 | 	  say N here. | 
 | 103 |  | 
| Brent Casavant | 59f1480 | 2006-10-17 00:09:25 -0700 | [diff] [blame] | 104 | config SGI_IOC4 | 
 | 105 | 	tristate "SGI IOC4 Base IO support" | 
| Al Viro | aa6c2e6 | 2006-10-24 11:16:29 +0100 | [diff] [blame] | 106 | 	depends on PCI | 
| Brent Casavant | 59f1480 | 2006-10-17 00:09:25 -0700 | [diff] [blame] | 107 | 	---help--- | 
 | 108 | 	  This option enables basic support for the IOC4 chip on certain | 
 | 109 | 	  SGI IO controller cards (IO9, IO10, and PCI-RT).  This option | 
 | 110 | 	  does not enable any specific functions on such a card, but provides | 
 | 111 | 	  necessary infrastructure for other drivers to utilize. | 
 | 112 |  | 
 | 113 | 	  If you have an SGI Altix with an IOC4-based card say Y. | 
 | 114 | 	  Otherwise say N. | 
 | 115 |  | 
| Alex Dubov | f956512 | 2006-10-04 02:15:38 -0700 | [diff] [blame] | 116 | config TIFM_CORE | 
 | 117 | 	tristate "TI Flash Media interface support (EXPERIMENTAL)" | 
| Al Viro | 9f3bed5 | 2007-02-09 16:05:42 +0000 | [diff] [blame] | 118 | 	depends on EXPERIMENTAL && PCI | 
| Alex Dubov | f956512 | 2006-10-04 02:15:38 -0700 | [diff] [blame] | 119 | 	help | 
 | 120 | 	  If you want support for Texas Instruments(R) Flash Media adapters | 
 | 121 | 	  you should select this option and then also choose an appropriate | 
 | 122 | 	  host adapter, such as 'TI Flash Media PCI74xx/PCI76xx host adapter | 
 | 123 | 	  support', if you have a TI PCI74xx compatible card reader, for | 
 | 124 | 	  example. | 
 | 125 | 	  You will also have to select some flash card format drivers. MMC/SD | 
 | 126 | 	  cards are supported via 'MMC/SD Card support: TI Flash Media MMC/SD | 
 | 127 | 	  Interface support (MMC_TIFM_SD)'. | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 128 |  | 
| Len Brown | 8c36790 | 2008-11-30 23:59:07 -0500 | [diff] [blame] | 129 | 	  To compile this driver as a module, choose M here: the module will | 
| Alex Dubov | f956512 | 2006-10-04 02:15:38 -0700 | [diff] [blame] | 130 | 	  be called tifm_core. | 
 | 131 |  | 
 | 132 | config TIFM_7XX1 | 
 | 133 | 	tristate "TI Flash Media PCI74xx/PCI76xx host adapter support (EXPERIMENTAL)" | 
 | 134 | 	depends on PCI && TIFM_CORE && EXPERIMENTAL | 
 | 135 | 	default TIFM_CORE | 
 | 136 | 	help | 
 | 137 | 	  This option enables support for Texas Instruments(R) PCI74xx and | 
 | 138 | 	  PCI76xx families of Flash Media adapters, found in many laptops. | 
 | 139 | 	  To make actual use of the device, you will have to select some | 
 | 140 | 	  flash card format drivers, as outlined in the TIFM_CORE Help. | 
 | 141 |  | 
| Len Brown | 8c36790 | 2008-11-30 23:59:07 -0500 | [diff] [blame] | 142 | 	  To compile this driver as a module, choose M here: the module will | 
| Alex Dubov | f956512 | 2006-10-04 02:15:38 -0700 | [diff] [blame] | 143 | 	  be called tifm_7xx1. | 
 | 144 |  | 
| Darrick J. Wong | a412ae3 | 2008-11-12 13:27:04 -0800 | [diff] [blame] | 145 | config ICS932S401 | 
 | 146 | 	tristate "Integrated Circuits ICS932S401" | 
 | 147 | 	depends on I2C && EXPERIMENTAL | 
 | 148 | 	help | 
 | 149 | 	  If you say yes here you get support for the Integrated Circuits | 
 | 150 | 	  ICS932S401 clock control chips. | 
 | 151 |  | 
 | 152 | 	  This driver can also be built as a module. If so, the module | 
 | 153 | 	  will be called ics932s401. | 
 | 154 |  | 
| Hans-Christian Egtvedt | eb1f293 | 2007-10-16 23:26:11 -0700 | [diff] [blame] | 155 | config ATMEL_SSC | 
 | 156 | 	tristate "Device driver for Atmel SSC peripheral" | 
 | 157 | 	depends on AVR32 || ARCH_AT91 | 
 | 158 | 	---help--- | 
| Matt LaPlante | 692105b | 2009-01-26 11:12:25 +0100 | [diff] [blame] | 159 | 	  This option enables device driver support for Atmel Synchronized | 
| Hans-Christian Egtvedt | eb1f293 | 2007-10-16 23:26:11 -0700 | [diff] [blame] | 160 | 	  Serial Communication peripheral (SSC). | 
 | 161 |  | 
 | 162 | 	  The SSC peripheral supports a wide variety of serial frame based | 
 | 163 | 	  communications, i.e. I2S, SPI, etc. | 
 | 164 |  | 
 | 165 | 	  If unsure, say N. | 
 | 166 |  | 
| James Bottomley | d569d5b | 2008-02-03 15:40:56 -0600 | [diff] [blame] | 167 | config ENCLOSURE_SERVICES | 
 | 168 | 	tristate "Enclosure Services" | 
 | 169 | 	default n | 
 | 170 | 	help | 
 | 171 | 	  Provides support for intelligent enclosures (bays which | 
 | 172 | 	  contain storage devices).  You also need either a host | 
 | 173 | 	  driver (SCSI/ATA) which supports enclosures | 
 | 174 | 	  or a SCSI enclosure device (SES) to use these services. | 
 | 175 |  | 
| Dean Nelson | 45d9ca4 | 2008-04-22 14:46:56 -0500 | [diff] [blame] | 176 | config SGI_XP | 
 | 177 | 	tristate "Support communication between SGI SSIs" | 
| Dean Nelson | 3b0de7b | 2008-08-01 14:19:08 -0500 | [diff] [blame] | 178 | 	depends on NET | 
| Nick Piggin | 03b4863 | 2009-01-20 04:36:04 +0100 | [diff] [blame] | 179 | 	depends on (IA64_GENERIC || IA64_SGI_SN2 || IA64_SGI_UV || X86_UV) && SMP | 
| Dean Nelson | 45d9ca4 | 2008-04-22 14:46:56 -0500 | [diff] [blame] | 180 | 	select IA64_UNCACHED_ALLOCATOR if IA64_GENERIC || IA64_SGI_SN2 | 
 | 181 | 	select GENERIC_ALLOCATOR if IA64_GENERIC || IA64_SGI_SN2 | 
| Robin Holt | 1bc4faa | 2009-04-02 16:59:13 -0700 | [diff] [blame] | 182 | 	select SGI_GRU if X86_64 && SMP | 
| Dean Nelson | 45d9ca4 | 2008-04-22 14:46:56 -0500 | [diff] [blame] | 183 | 	---help--- | 
 | 184 | 	  An SGI machine can be divided into multiple Single System | 
 | 185 | 	  Images which act independently of each other and have | 
 | 186 | 	  hardware based memory protection from the others.  Enabling | 
 | 187 | 	  this feature will allow for direct communication between SSIs | 
 | 188 | 	  based on a network adapter and DMA messaging. | 
 | 189 |  | 
| Andres Salomon | 82dca61 | 2009-12-14 18:00:37 -0800 | [diff] [blame^] | 190 | config CS5535_MFGPT | 
 | 191 | 	tristate "CS5535/CS5536 Geode Multi-Function General Purpose Timer (MFGPT) support" | 
 | 192 | 	depends on PCI && !MGEODE_LX | 
 | 193 | 	depends on X86 | 
 | 194 | 	default n | 
 | 195 | 	help | 
 | 196 | 	  This driver provides access to MFGPT functionality for other | 
 | 197 | 	  drivers that need timers.  MFGPTs are available in the CS5535 and | 
 | 198 | 	  CS5536 companion chips that are found in AMD Geode and several | 
 | 199 | 	  other platforms.  They have a better resolution and max interval | 
 | 200 | 	  than the generic PIT, and are suitable for use as high-res timers. | 
 | 201 | 	  You probably don't want to enable this manually; other drivers that | 
 | 202 | 	  make use of it should enable it. | 
 | 203 |  | 
 | 204 | config CS5535_MFGPT_DEFAULT_IRQ | 
 | 205 | 	int | 
 | 206 | 	default 7 | 
 | 207 | 	help | 
 | 208 | 	  MFGPTs on the CS5535 require an interrupt.  The selected IRQ | 
 | 209 | 	  can be overridden as a module option as well as by driver that | 
 | 210 | 	  use the cs5535_mfgpt_ API; however, different architectures might | 
 | 211 | 	  want to use a different IRQ by default.  This is here for | 
 | 212 | 	  architectures to set as necessary. | 
 | 213 |  | 
| David Altobelli | 89bcb05 | 2008-07-02 09:38:53 -0600 | [diff] [blame] | 214 | config HP_ILO | 
 | 215 | 	tristate "Channel interface driver for HP iLO/iLO2 processor" | 
| Andrew Morton | f38954c | 2008-07-25 01:45:52 -0700 | [diff] [blame] | 216 | 	depends on PCI | 
| David Altobelli | 89bcb05 | 2008-07-02 09:38:53 -0600 | [diff] [blame] | 217 | 	default n | 
 | 218 | 	help | 
 | 219 | 	  The channel interface driver allows applications to communicate | 
 | 220 | 	  with iLO/iLO2 management processors present on HP ProLiant | 
 | 221 | 	  servers.  Upon loading, the driver creates /dev/hpilo/dXccbN files, | 
 | 222 | 	  which can be used to gather data from the management processor, | 
 | 223 | 	  via read and write system calls. | 
 | 224 |  | 
 | 225 | 	  To compile this driver as a module, choose M here: the | 
 | 226 | 	  module will be called hpilo. | 
 | 227 |  | 
| Jack Steiner | 3d919e5 | 2008-07-29 22:34:01 -0700 | [diff] [blame] | 228 | config SGI_GRU | 
 | 229 | 	tristate "SGI GRU driver" | 
| Robin Holt | 1bc4faa | 2009-04-02 16:59:13 -0700 | [diff] [blame] | 230 | 	depends on X86_UV && SMP | 
| Jack Steiner | 3d919e5 | 2008-07-29 22:34:01 -0700 | [diff] [blame] | 231 | 	default n | 
 | 232 | 	select MMU_NOTIFIER | 
 | 233 | 	---help--- | 
 | 234 | 	The GRU is a hardware resource located in the system chipset. The GRU | 
 | 235 | 	contains memory that can be mmapped into the user address space. This memory is | 
 | 236 | 	used to communicate with the GRU to perform functions such as load/store, | 
 | 237 | 	scatter/gather, bcopy, AMOs, etc.  The GRU is directly accessed by user | 
 | 238 | 	instructions using user virtual addresses. GRU instructions (ex., bcopy) use | 
 | 239 | 	user virtual addresses for operands. | 
 | 240 |  | 
 | 241 | 	If you are not running on a SGI UV system, say N. | 
 | 242 |  | 
 | 243 | config SGI_GRU_DEBUG | 
 | 244 | 	bool  "SGI GRU driver debug" | 
 | 245 | 	depends on SGI_GRU | 
 | 246 | 	default n | 
 | 247 | 	---help--- | 
 | 248 | 	This option enables addition debugging code for the SGI GRU driver. If | 
 | 249 | 	you are unsure, say N. | 
 | 250 |  | 
| Matthew Garrett | ad8f07c | 2009-01-07 18:08:56 -0800 | [diff] [blame] | 251 | config DELL_LAPTOP | 
 | 252 | 	tristate "Dell Laptop Extras (EXPERIMENTAL)" | 
 | 253 | 	depends on X86 | 
 | 254 | 	depends on DCDBAS | 
 | 255 | 	depends on EXPERIMENTAL | 
 | 256 | 	depends on BACKLIGHT_CLASS_DEVICE | 
 | 257 | 	depends on RFKILL | 
| Matthew Garrett | 77a5926 | 2009-02-04 15:12:00 -0800 | [diff] [blame] | 258 | 	depends on POWER_SUPPLY | 
| Matthew Garrett | ad8f07c | 2009-01-07 18:08:56 -0800 | [diff] [blame] | 259 | 	default n | 
 | 260 | 	---help--- | 
 | 261 | 	This driver adds support for rfkill and backlight control to Dell | 
 | 262 | 	laptops. | 
 | 263 |  | 
| Daniel Mack | 3cdbbee | 2009-03-31 15:23:53 -0700 | [diff] [blame] | 264 | config ISL29003 | 
 | 265 | 	tristate "Intersil ISL29003 ambient light sensor" | 
 | 266 | 	depends on I2C && SYSFS | 
 | 267 | 	help | 
 | 268 | 	  If you say yes here you get support for the Intersil ISL29003 | 
 | 269 | 	  ambient light sensor. | 
 | 270 |  | 
 | 271 | 	  This driver can also be built as a module.  If so, the module | 
 | 272 | 	  will be called isl29003. | 
 | 273 |  | 
| Hartley Sweeten | ef12379 | 2009-07-29 22:41:06 +0100 | [diff] [blame] | 274 | config EP93XX_PWM | 
 | 275 | 	tristate "EP93xx PWM support" | 
 | 276 | 	depends on ARCH_EP93XX | 
 | 277 | 	help | 
 | 278 | 	  This option enables device driver support for the PWM channels | 
 | 279 | 	  on the Cirrus EP93xx processors.  The EP9307 chip only has one | 
 | 280 | 	  PWM channel all the others have two, the second channel is an | 
 | 281 | 	  alternate function of the EGPIO14 pin.  A sysfs interface is | 
 | 282 | 	  provided to control the PWM channels. | 
 | 283 |  | 
 | 284 | 	  To compile this driver as a module, choose M here: the module will | 
 | 285 | 	  be called ep93xx_pwm. | 
 | 286 |  | 
| Wolfram Sang | dddc66f | 2009-12-06 17:06:16 +0100 | [diff] [blame] | 287 | config DS1682 | 
 | 288 | 	tristate "Dallas DS1682 Total Elapsed Time Recorder with Alarm" | 
 | 289 | 	depends on I2C && EXPERIMENTAL | 
 | 290 | 	help | 
 | 291 | 	  If you say yes here you get support for Dallas Semiconductor | 
 | 292 | 	  DS1682 Total Elapsed Time Recorder. | 
 | 293 |  | 
 | 294 | 	  This driver can also be built as a module.  If so, the module | 
 | 295 | 	  will be called ds1682. | 
 | 296 |  | 
| Daniel Mack | 4d00928 | 2009-12-14 18:00:17 -0800 | [diff] [blame] | 297 | config TI_DAC7512 | 
 | 298 | 	tristate "Texas Instruments DAC7512" | 
 | 299 | 	depends on SPI && SYSFS | 
 | 300 | 	help | 
 | 301 | 	  If you say yes here you get support for the Texas Instruments | 
 | 302 | 	  DAC7512 16-bit digital-to-analog converter. | 
 | 303 |  | 
 | 304 | 	  This driver can also be built as a module. If so, the module | 
 | 305 | 	  will be calles ti_dac7512. | 
 | 306 |  | 
| Rodolfo Giometti | 4e17e1d | 2008-11-12 13:27:12 -0800 | [diff] [blame] | 307 | source "drivers/misc/c2port/Kconfig" | 
| Wolfram Sang | 5195e50 | 2009-01-26 21:19:53 +0100 | [diff] [blame] | 308 | source "drivers/misc/eeprom/Kconfig" | 
| Michał Mirosław | 5f5bac8 | 2009-05-22 20:33:59 +0200 | [diff] [blame] | 309 | source "drivers/misc/cb710/Kconfig" | 
| Tomas Winkler | ab69a5a | 2009-10-17 09:09:34 +0000 | [diff] [blame] | 310 | source "drivers/misc/iwmc3200top/Kconfig" | 
| Rodolfo Giometti | 4e17e1d | 2008-11-12 13:27:12 -0800 | [diff] [blame] | 311 |  | 
| Randy Dunlap | 7bf1fc4 | 2007-07-15 23:40:15 -0700 | [diff] [blame] | 312 | endif # MISC_DEVICES |