blob: b55746cfccb29dc6452958fdc96e5cb4bd3876eb [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001#
2# Character device configuration
3#
4
5menu "Character devices"
6
Greg Kroah-Hartmanbdcffc52011-02-22 15:41:47 -08007source "drivers/tty/Kconfig"
Antonino A. Daplas13ae6642006-06-26 00:27:12 -07008
Robert Love2a1970e2008-04-29 16:44:10 -04009config DEVMEM
10 bool "Memory device driver"
11 default y
12 help
13 The memory driver provides two character devices, mem and kmem, which
14 provide access to the system's memory. The mem device is a view of
15 physical memory, and each byte in the device corresponds to the
16 matching physical address. The kmem device is the same as mem, but
17 the addresses correspond to the kernel's virtual address space rather
18 than physical memory. These devices are standard parts of a Linux
19 system and most users should say Y here. You might say N if very
20 security conscience or memory is tight.
21
Arjan van de Venb781ecb2008-04-29 00:58:34 -070022config DEVKMEM
23 bool "/dev/kmem virtual device support"
24 default y
25 help
26 Say Y here if you want to support the /dev/kmem device. The
27 /dev/kmem device is rarely used, but can be used for certain
28 kind of kernel debugging operations.
29 When in doubt, say "N".
30
Linus Torvalds1da177e2005-04-16 15:20:36 -070031config STALDRV
32 bool "Stallion multiport serial support"
33 depends on SERIAL_NONSTANDARD
34 help
35 Stallion cards give you many serial ports. You would need something
36 like this to connect more than two modems to your Linux box, for
37 instance in order to become a dial-in server. If you say Y here,
38 you will be asked for your specific card model in the next
Randy Dunlap31c00fc2008-11-13 21:33:24 +000039 questions. Make sure to read <file:Documentation/serial/stallion.txt>
40 in this case. If you have never heard about all this, it's safe to
Linus Torvalds1da177e2005-04-16 15:20:36 -070041 say N.
42
Linus Torvalds1da177e2005-04-16 15:20:36 -070043config SGI_SNSC
44 bool "SGI Altix system controller communication support"
45 depends on (IA64_SGI_SN2 || IA64_GENERIC)
46 help
47 If you have an SGI Altix and you want to enable system
48 controller communication from user space (you want this!),
49 say Y. Otherwise, say N.
50
Bruce Losuree1e19742005-04-25 13:09:41 -070051config SGI_TIOCX
52 bool "SGI TIO CX driver support"
53 depends on (IA64_SGI_SN2 || IA64_GENERIC)
54 help
55 If you have an SGI Altix and you have fpga devices attached
56 to your TIO, say Y here, otherwise say N.
57
58config SGI_MBCS
59 tristate "SGI FPGA Core Services driver support"
Bruce Losureae40aae2005-04-04 13:23:00 -070060 depends on SGI_TIOCX
Bruce Losuree1e19742005-04-25 13:09:41 -070061 help
62 If you have an SGI Altix with an attached SABrick
63 say Y or M here, otherwise say N.
64
Greg Kroah-Hartmanab4382d2011-01-13 12:10:18 -080065source "drivers/tty/serial/Kconfig"
Linus Torvalds1da177e2005-04-16 15:20:36 -070066
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -070067source "drivers/char/diag/Kconfig"
68
Samo Pogacnik24b4b672010-08-25 20:44:07 +020069config TTY_PRINTK
70 bool "TTY driver to output user messages via printk"
David Rientjes6a108a12011-01-20 14:44:16 -080071 depends on EXPERT
Samo Pogacnik24b4b672010-08-25 20:44:07 +020072 default n
73 ---help---
74 If you say Y here, the support for writing user messages (i.e.
75 console messages) via printk is available.
76
77 The feature is useful to inline user messages with kernel
78 messages.
79 In order to use this feature, you should output user messages
80 to /dev/ttyprintk or redirect console to this TTY.
81
82 If unsure, say N.
83
Benjamin Herrenschmidta45b8392006-07-04 15:06:20 +100084config BRIQ_PANEL
85 tristate 'Total Impact briQ front panel driver'
Paul Mackerras2818c5d2006-08-25 15:08:21 +100086 depends on PPC_CHRP
Benjamin Herrenschmidta45b8392006-07-04 15:06:20 +100087 ---help---
88 The briQ is a small footprint CHRP computer with a frontpanel VFD, a
89 tristate led and two switches. It is the size of a CDROM drive.
90
91 If you have such one and want anything showing on the VFD then you
92 must answer Y here.
93
94 To compile this driver as a module, choose M here: the
95 module will be called briq_panel.
96
97 It's safe to say N here.
98
Mike Frysinger2dc63a82008-04-25 08:04:56 +080099config BFIN_OTP
100 tristate "Blackfin On-Chip OTP Memory Support"
Mike Frysingerf69b2d72009-11-20 19:09:56 +0000101 depends on BLACKFIN && (BF51x || BF52x || BF54x)
Mike Frysinger2dc63a82008-04-25 08:04:56 +0800102 default y
103 help
104 If you say Y here, you will get support for a character device
105 interface into the One Time Programmable memory pages that are
106 stored on the Blackfin processor. This will not get you access
107 to the secure memory pages however. You will need to write your
108 own secure code and reader for that.
109
110 To compile this driver as a module, choose M here: the module
111 will be called bfin-otp.
112
113 If unsure, it is safe to say Y.
114
115config BFIN_OTP_WRITE_ENABLE
116 bool "Enable writing support of OTP pages"
117 depends on BFIN_OTP
118 default n
119 help
120 If you say Y here, you will enable support for writing of the
121 OTP pages. This is dangerous by nature as you can only program
122 the pages once, so only enable this option when you actually
123 need it so as to not inadvertently clobber data.
124
125 If unsure, say N.
126
Linus Torvalds1da177e2005-04-16 15:20:36 -0700127config PRINTER
128 tristate "Parallel printer support"
129 depends on PARPORT
130 ---help---
131 If you intend to attach a printer to the parallel port of your Linux
132 box (as opposed to using a serial printer; if the connector at the
133 printer has 9 or 25 holes ["female"], then it's serial), say Y.
134 Also read the Printing-HOWTO, available from
135 <http://www.tldp.org/docs.html#howto>.
136
137 It is possible to share one parallel port among several devices
138 (e.g. printer and ZIP drive) and it is safe to compile the
139 corresponding drivers into the kernel.
140
141 To compile this driver as a module, choose M here and read
142 <file:Documentation/parport.txt>. The module will be called lp.
143
144 If you have several parallel ports, you can specify which ports to
145 use with the "lp" kernel command line option. (Try "man bootparam"
146 or see the documentation of your boot loader (lilo or loadlin) about
147 how to pass options to the kernel at boot time.) The syntax of the
148 "lp" command line option can be found in <file:drivers/char/lp.c>.
149
150 If you have more than 8 printers, you need to increase the LP_NO
151 macro in lp.c and the PARPORT_MAX macro in parport.h.
152
153config LP_CONSOLE
154 bool "Support for console on line printer"
155 depends on PRINTER
156 ---help---
157 If you want kernel messages to be printed out as they occur, you
158 can have a console on the printer. This option adds support for
159 doing that; to actually get it to happen you need to pass the
160 option "console=lp0" to the kernel at boot time.
161
162 If the printer is out of paper (or off, or unplugged, or too
163 busy..) the kernel will stall until the printer is ready again.
164 By defining CONSOLE_LP_STRICT to 0 (at your own risk) you
165 can make the kernel continue when this happens,
166 but it'll lose the kernel messages.
167
168 If unsure, say N.
169
170config PPDEV
171 tristate "Support for user-space parallel port device drivers"
172 depends on PARPORT
173 ---help---
174 Saying Y to this adds support for /dev/parport device nodes. This
175 is needed for programs that want portable access to the parallel
176 port, for instance deviceid (which displays Plug-and-Play device
177 IDs).
178
179 This is the parallel port equivalent of SCSI generic support (sg).
180 It is safe to say N to this -- it is not needed for normal printing
181 or parallel port CD-ROM/disk support.
182
183 To compile this driver as a module, choose M here: the
184 module will be called ppdev.
185
186 If unsure, say N.
187
Greg Kroah-Hartmanbdcffc52011-02-22 15:41:47 -0800188source "drivers/tty/hvc/Kconfig"
Mike Frysinger5427bcf2011-02-04 20:45:49 -0500189
Rusty Russell31610432007-10-22 11:03:39 +1000190config VIRTIO_CONSOLE
Christian Borntraeger7721c492008-07-25 12:06:06 -0500191 tristate "Virtio console"
192 depends on VIRTIO
Rusty Russell31610432007-10-22 11:03:39 +1000193 select HVC_DRIVER
Christian Borntraeger7721c492008-07-25 12:06:06 -0500194 help
195 Virtio console for use with lguest and other hypervisors.
196
Amit Shahfb08bd22009-12-21 21:36:04 +0530197 Also serves as a general-purpose serial device for data
198 transfer between the guest and host. Character devices at
199 /dev/vportNpn will be created when corresponding ports are
200 found, where N is the device number and n is the port number
201 within that device. If specified by the host, a sysfs
202 attribute called 'name' will be populated with a name for
203 the port which can be used by udev scripts to create a
204 symlink to the device.
Rusty Russell31610432007-10-22 11:03:39 +1000205
Sonny Raofe9e8d52008-07-08 15:45:11 +1000206config IBM_BSR
207 tristate "IBM POWER Barrier Synchronization Register support"
208 depends on PPC_PSERIES
209 help
210 This devices exposes a hardware mechanism for fast synchronization
211 of threads across a large system which avoids bouncing a cacheline
212 between several cores on a system
213
Linus Torvalds1da177e2005-04-16 15:20:36 -0700214source "drivers/char/ipmi/Kconfig"
215
Linus Torvalds1da177e2005-04-16 15:20:36 -0700216config DS1620
217 tristate "NetWinder thermometer support"
218 depends on ARCH_NETWINDER
219 help
220 Say Y here to include support for the thermal management hardware
221 found in the NetWinder. This driver allows the user to control the
222 temperature set points and to read the current temperature.
223
224 It is also possible to say M here to build it as a module (ds1620)
225 It is recommended to be used on a NetWinder, but it is not a
226 necessity.
227
228config NWBUTTON
229 tristate "NetWinder Button"
230 depends on ARCH_NETWINDER
231 ---help---
232 If you say Y here and create a character device node /dev/nwbutton
233 with major and minor numbers 10 and 158 ("man mknod"), then every
234 time the orange button is pressed a number of times, the number of
235 times the button was pressed will be written to that device.
236
237 This is most useful for applications, as yet unwritten, which
238 perform actions based on how many times the button is pressed in a
239 row.
240
241 Do not hold the button down for too long, as the driver does not
242 alter the behaviour of the hardware reset circuitry attached to the
243 button; it will still execute a hard reset if the button is held
244 down for longer than approximately five seconds.
245
246 To compile this driver as a module, choose M here: the
247 module will be called nwbutton.
248
249 Most people will answer Y to this question and "Reboot Using Button"
250 below to be able to initiate a system shutdown from the button.
251
252config NWBUTTON_REBOOT
253 bool "Reboot Using Button"
254 depends on NWBUTTON
255 help
256 If you say Y here, then you will be able to initiate a system
257 shutdown and reboot by pressing the orange button a number of times.
258 The number of presses to initiate the shutdown is two by default,
259 but this can be altered by modifying the value of NUM_PRESSES_REBOOT
260 in nwbutton.h and recompiling the driver or, if you compile the
261 driver as a module, you can specify the number of presses at load
262 time with "insmod button reboot_count=<something>".
263
264config NWFLASH
265 tristate "NetWinder flash support"
266 depends on ARCH_NETWINDER
267 ---help---
268 If you say Y here and create a character device /dev/flash with
269 major 10 and minor 160 you can manipulate the flash ROM containing
270 the NetWinder firmware. Be careful as accidentally overwriting the
271 flash contents can render your computer unbootable. On no account
272 allow random users access to this device. :-)
273
274 To compile this driver as a module, choose M here: the
275 module will be called nwflash.
276
277 If you're not sure, say N.
278
Michael Buesch844dd052006-06-26 00:24:59 -0700279source "drivers/char/hw_random/Kconfig"
280
Linus Torvalds1da177e2005-04-16 15:20:36 -0700281config NVRAM
282 tristate "/dev/nvram support"
Uwe Kleine-König807a96c2009-01-31 01:21:59 +0100283 depends on ATARI || X86 || (ARM && RTC_DRV_CMOS) || GENERIC_NVRAM
Linus Torvalds1da177e2005-04-16 15:20:36 -0700284 ---help---
285 If you say Y here and create a character special file /dev/nvram
286 with major number 10 and minor number 144 using mknod ("man mknod"),
287 you get read and write access to the extra bytes of non-volatile
288 memory in the real time clock (RTC), which is contained in every PC
289 and most Ataris. The actual number of bytes varies, depending on the
290 nvram in the system, but is usually 114 (128-14 for the RTC).
291
292 This memory is conventionally called "CMOS RAM" on PCs and "NVRAM"
293 on Ataris. /dev/nvram may be used to view settings there, or to
294 change them (with some utility). It could also be used to frequently
295 save a few bits of very important data that may not be lost over
296 power-off and for which writing to disk is too insecure. Note
297 however that most NVRAM space in a PC belongs to the BIOS and you
298 should NEVER idly tamper with it. See Ralf Brown's interrupt list
299 for a guide to the use of CMOS bytes by your BIOS.
300
301 On Atari machines, /dev/nvram is always configured and does not need
302 to be selected.
303
304 To compile this driver as a module, choose M here: the
305 module will be called nvram.
306
David Brownellc7500902008-04-28 02:11:52 -0700307#
308# These legacy RTC drivers just cause too many conflicts with the generic
309# RTC framework ... let's not even try to coexist any more.
310#
311if RTC_LIB=n
312
Linus Torvalds1da177e2005-04-16 15:20:36 -0700313config RTC
David Brownelle6d2bb22008-06-12 15:21:55 -0700314 tristate "Enhanced Real Time Clock Support (legacy PC RTC driver)"
David Brownellc7500902008-04-28 02:11:52 -0700315 depends on !PPC && !PARISC && !IA64 && !M68K && !SPARC && !FRV \
Mike Frysinger7bfa58d2009-06-17 16:26:14 -0700316 && !ARM && !SUPERH && !S390 && !AVR32 && !BLACKFIN
Linus Torvalds1da177e2005-04-16 15:20:36 -0700317 ---help---
318 If you say Y here and create a character special file /dev/rtc with
319 major number 10 and minor number 135 using mknod ("man mknod"), you
320 will get access to the real time clock (or hardware clock) built
321 into your computer.
322
323 Every PC has such a clock built in. It can be used to generate
324 signals from as low as 1Hz up to 8192Hz, and can also be used
325 as a 24 hour alarm. It reports status information via the file
326 /proc/driver/rtc and its behaviour is set by various ioctls on
327 /dev/rtc.
328
329 If you run Linux on a multiprocessor machine and said Y to
330 "Symmetric Multi Processing" above, you should say Y here to read
331 and set the RTC in an SMP compatible fashion.
332
333 If you think you have a use for such a device (such as periodic data
334 sampling), then say Y here, and read <file:Documentation/rtc.txt>
335 for details.
336
337 To compile this driver as a module, choose M here: the
338 module will be called rtc.
339
Al Viro22405982007-07-22 00:37:48 -0700340config JS_RTC
341 tristate "Enhanced Real Time Clock Support"
342 depends on SPARC32 && PCI
343 ---help---
344 If you say Y here and create a character special file /dev/rtc with
345 major number 10 and minor number 135 using mknod ("man mknod"), you
346 will get access to the real time clock (or hardware clock) built
347 into your computer.
348
349 Every PC has such a clock built in. It can be used to generate
350 signals from as low as 1Hz up to 8192Hz, and can also be used
351 as a 24 hour alarm. It reports status information via the file
352 /proc/driver/rtc and its behaviour is set by various ioctls on
353 /dev/rtc.
354
355 If you think you have a use for such a device (such as periodic data
356 sampling), then say Y here, and read <file:Documentation/rtc.txt>
357 for details.
358
359 To compile this driver as a module, choose M here: the
360 module will be called js-rtc.
361
Linus Torvalds1da177e2005-04-16 15:20:36 -0700362config GEN_RTC
363 tristate "Generic /dev/rtc emulation"
Mike Frysinger103d6d92009-01-06 14:42:10 -0800364 depends on RTC!=y && !IA64 && !ARM && !M32R && !MIPS && !SPARC && !FRV && !S390 && !SUPERH && !AVR32 && !BLACKFIN
Linus Torvalds1da177e2005-04-16 15:20:36 -0700365 ---help---
366 If you say Y here and create a character special file /dev/rtc with
367 major number 10 and minor number 135 using mknod ("man mknod"), you
368 will get access to the real time clock (or hardware clock) built
369 into your computer.
370
371 It reports status information via the file /proc/driver/rtc and its
372 behaviour is set by various ioctls on /dev/rtc. If you enable the
373 "extended RTC operation" below it will also provide an emulation
374 for RTC_UIE which is required by some programs and may improve
375 precision in some cases.
376
377 To compile this driver as a module, choose M here: the
378 module will be called genrtc.
379
380config GEN_RTC_X
381 bool "Extended RTC operation"
382 depends on GEN_RTC
383 help
384 Provides an emulation for RTC_UIE which is required by some programs
385 and may improve precision of the generic RTC support in some cases.
386
387config EFI_RTC
388 bool "EFI Real Time Clock Services"
389 depends on IA64
390
391config DS1302
392 tristate "DS1302 RTC support"
393 depends on M32R && (PLAT_M32700UT || PLAT_OPSPUT)
394 help
395 If you say Y here and create a character special file /dev/rtc with
396 major number 121 and minor number 0 using mknod ("man mknod"), you
397 will get access to the real time clock (or hardware clock) built
398 into your computer.
399
David Brownellc7500902008-04-28 02:11:52 -0700400endif # RTC_LIB
401
Linus Torvalds1da177e2005-04-16 15:20:36 -0700402config DTLK
403 tristate "Double Talk PC internal speech card support"
Martin Schwidefskyeeca7a32007-05-10 15:45:56 +0200404 depends on ISA
Linus Torvalds1da177e2005-04-16 15:20:36 -0700405 help
406 This driver is for the DoubleTalk PC, a speech synthesizer
407 manufactured by RC Systems (<http://www.rcsys.com/>). It is also
408 called the `internal DoubleTalk'.
409
410 To compile this driver as a module, choose M here: the
411 module will be called dtlk.
412
Stephen Neuendorfferef141a02008-02-06 04:24:09 +1100413config XILINX_HWICAP
414 tristate "Xilinx HWICAP Support"
Michal Simek6fa612b2009-05-11 15:49:12 +0200415 depends on XILINX_VIRTEX || MICROBLAZE
Stephen Neuendorfferef141a02008-02-06 04:24:09 +1100416 help
417 This option enables support for Xilinx Internal Configuration
418 Access Port (ICAP) driver. The ICAP is used on Xilinx Virtex
419 FPGA platforms to partially reconfigure the FPGA at runtime.
420
421 If unsure, say N.
422
Linus Torvalds1da177e2005-04-16 15:20:36 -0700423config R3964
424 tristate "Siemens R3964 line discipline"
425 ---help---
426 This driver allows synchronous communication with devices using the
427 Siemens R3964 packet protocol. Unless you are dealing with special
428 hardware like PLCs, you are unlikely to need this.
429
430 To compile this driver as a module, choose M here: the
431 module will be called n_r3964.
432
433 If unsure, say N.
434
435config APPLICOM
436 tristate "Applicom intelligent fieldbus card support"
437 depends on PCI
438 ---help---
439 This driver provides the kernel-side support for the intelligent
440 fieldbus cards made by Applicom International. More information
441 about these cards can be found on the WWW at the address
442 <http://www.applicom-int.com/>, or by email from David Woodhouse
443 <dwmw2@infradead.org>.
444
445 To compile this driver as a module, choose M here: the
446 module will be called applicom.
447
448 If unsure, say N.
449
450config SONYPI
451 tristate "Sony Vaio Programmable I/O Control Device support (EXPERIMENTAL)"
452 depends on EXPERIMENTAL && X86 && PCI && INPUT && !64BIT
453 ---help---
454 This driver enables access to the Sony Programmable I/O Control
455 Device which can be found in many (all ?) Sony Vaio laptops.
456
457 If you have one of those laptops, read
Carlos Corbacho018a6512008-02-09 01:32:19 +0000458 <file:Documentation/laptops/sonypi.txt>, and say Y or M here.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700459
460 To compile this driver as a module, choose M here: the
461 module will be called sonypi.
462
Yoichi Yuasa09762512007-05-06 14:51:58 -0700463config GPIO_TB0219
464 tristate "TANBAC TB0219 GPIO support"
Robert P. J. Daybef1f402006-12-12 20:04:19 +0100465 depends on TANBAC_TB022X
Yoichi Yuasa584e1232006-06-25 05:49:11 -0700466 select GPIO_VR41XX
Linus Torvalds1da177e2005-04-16 15:20:36 -0700467
Linus Torvalds1da177e2005-04-16 15:20:36 -0700468source "drivers/char/pcmcia/Kconfig"
469
470config MWAVE
471 tristate "ACP Modem (Mwave) support"
472 depends on X86
473 select SERIAL_8250
474 ---help---
475 The ACP modem (Mwave) for Linux is a WinModem. It is composed of a
476 kernel driver and a user level application. Together these components
477 support direct attachment to public switched telephone networks (PSTNs)
478 and support selected world wide countries.
479
480 This version of the ACP Modem driver supports the IBM Thinkpad 600E,
481 600, and 770 that include on board ACP modem hardware.
482
483 The modem also supports the standard communications port interface
484 (ttySx) and is compatible with the Hayes AT Command Set.
485
486 The user level application needed to use this driver can be found at
487 the IBM Linux Technology Center (LTC) web site:
488 <http://www.ibm.com/linux/ltc/>.
489
490 If you own one of the above IBM Thinkpads which has the Mwave chipset
491 in it, say Y.
492
493 To compile this driver as a module, choose M here: the
494 module will be called mwave.
495
496config SCx200_GPIO
497 tristate "NatSemi SCx200 GPIO Support"
498 depends on SCx200
Jim Cromie7a8e2a52006-06-27 02:54:27 -0700499 select NSC_GPIO
Linus Torvalds1da177e2005-04-16 15:20:36 -0700500 help
501 Give userspace access to the GPIO pins on the National
502 Semiconductor SCx200 processors.
503
504 If compiled as a module, it will be called scx200_gpio.
505
Jim Cromie7a8e2a52006-06-27 02:54:27 -0700506config PC8736x_GPIO
507 tristate "NatSemi PC8736x GPIO Support"
Randy Dunlap7b958092010-08-11 14:17:30 -0700508 depends on X86_32
Jim Cromie7a8e2a52006-06-27 02:54:27 -0700509 default SCx200_GPIO # mostly N
510 select NSC_GPIO # needed for support routines
511 help
512 Give userspace access to the GPIO pins on the National
513 Semiconductor PC-8736x (x=[03456]) SuperIO chip. The chip
514 has multiple functional units, inc several managed by
515 hwmon/pc87360 driver. Tested with PC-87366
516
517 If compiled as a module, it will be called pc8736x_gpio.
518
519config NSC_GPIO
520 tristate "NatSemi Base GPIO Support"
Dave Jones699352c2006-06-29 02:24:32 -0700521 depends on X86_32
Jim Cromie7a8e2a52006-06-27 02:54:27 -0700522 # selected by SCx200_GPIO and PC8736x_GPIO
523 # what about 2 selectors differing: m != y
524 help
525 Common support used (and needed) by scx200_gpio and
526 pc8736x_gpio drivers. If those drivers are built as
527 modules, this one will be too, named nsc_gpio
528
Linus Torvalds1da177e2005-04-16 15:20:36 -0700529config RAW_DRIVER
Dave Jonesabd4aa52007-07-15 23:40:49 -0700530 tristate "RAW driver (/dev/raw/rawN)"
David Howells93614012006-09-30 20:45:40 +0200531 depends on BLOCK
Linus Torvalds1da177e2005-04-16 15:20:36 -0700532 help
Dave Jonesabd4aa52007-07-15 23:40:49 -0700533 The raw driver permits block devices to be bound to /dev/raw/rawN.
534 Once bound, I/O against /dev/raw/rawN uses efficient zero-copy I/O.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700535 See the raw(8) manpage for more details.
536
Dave Jonesabd4aa52007-07-15 23:40:49 -0700537 Applications should preferably open the device (eg /dev/hda1)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700538 with the O_DIRECT flag.
539
Andrew Morton0de502a2005-12-12 00:37:41 -0800540config MAX_RAW_DEVS
Jan Kara0078bff2011-04-29 00:24:29 +0200541 int "Maximum number of RAW devices to support (1-65536)"
Andrew Morton0de502a2005-12-12 00:37:41 -0800542 depends on RAW_DRIVER
543 default "256"
544 help
545 The maximum number of RAW devices that are supported.
546 Default is 256. Increase this number in case you need lots of
547 raw devices.
548
Linus Torvalds1da177e2005-04-16 15:20:36 -0700549config HPET
550 bool "HPET - High Precision Event Timer" if (X86 || IA64)
551 default n
552 depends on ACPI
553 help
554 If you say Y here, you will have a miscdevice named "/dev/hpet/". Each
555 open selects one of the timers supported by the HPET. The timers are
Matt LaPlante3cb2fcc2006-11-30 05:22:59 +0100556 non-periodic and/or periodic.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700557
Linus Torvalds1da177e2005-04-16 15:20:36 -0700558config HPET_MMAP
559 bool "Allow mmap of HPET"
560 default y
561 depends on HPET
562 help
563 If you say Y here, user applications will be able to mmap
564 the HPET registers.
565
566 In some hardware implementations, the page containing HPET
567 registers may also contain other things that shouldn't be
568 exposed to the user. If this applies to your hardware,
569 say N here.
570
Linus Torvalds1da177e2005-04-16 15:20:36 -0700571config HANGCHECK_TIMER
572 tristate "Hangcheck timer"
Martin Schwidefskyabf3ea12007-05-10 15:45:59 +0200573 depends on X86 || IA64 || PPC64 || S390
Linus Torvalds1da177e2005-04-16 15:20:36 -0700574 help
575 The hangcheck-timer module detects when the system has gone
576 out to lunch past a certain margin. It can reboot the system
577 or merely print a warning.
578
579config MMTIMER
580 tristate "MMTIMER Memory mapped RTC for SGI Altix"
581 depends on IA64_GENERIC || IA64_SGI_SN2
582 default y
583 help
584 The mmtimer device allows direct userspace access to the
585 Altix system timer.
586
Dimitri Sivanichfbd8ae12009-09-23 15:57:15 -0700587config UV_MMTIMER
588 tristate "UV_MMTIMER Memory mapped RTC for SGI UV"
589 depends on X86_UV
590 default m
591 help
592 The uv_mmtimer device allows direct userspace access to the
593 UV system timer.
594
Linus Torvalds1da177e2005-04-16 15:20:36 -0700595source "drivers/char/tpm/Kconfig"
596
Mark Gross1a80ba82005-10-30 15:02:55 -0800597config TELCLOCK
Mark Gross03154a22007-03-06 13:58:45 -0800598 tristate "Telecom clock driver for ATCA SBC"
Geert Uytterhoeven4d99bfa2006-10-16 19:59:43 +0200599 depends on EXPERIMENTAL && X86
Mark Gross1a80ba82005-10-30 15:02:55 -0800600 default n
601 help
Mark Gross03154a22007-03-06 13:58:45 -0800602 The telecom clock device is specific to the MPCBL0010 and MPCBL0050
603 ATCA computers and allows direct userspace access to the
604 configuration of the telecom clock configuration settings. This
605 device is used for hardware synchronization across the ATCA backplane
606 fabric. Upon loading, the driver exports a sysfs directory,
607 /sys/devices/platform/telco_clock, with a number of files for
608 controlling the behavior of this hardware.
Mark Gross1a80ba82005-10-30 15:02:55 -0800609
Russell King4f911d62007-05-08 00:28:17 -0700610config DEVPORT
611 bool
612 depends on !M68K
613 depends on ISA || PCI
614 default y
615
Arve Hjønnevåg069a0312007-12-01 18:34:14 -0800616config DCC_TTY
617 tristate "DCC tty driver"
618 depends on ARM
619
Martin Schwidefsky61d48c22007-05-10 15:46:00 +0200620source "drivers/s390/char/Kconfig"
621
Marco Stornelli56d611a2010-05-26 14:43:54 -0700622config RAMOOPS
623 tristate "Log panic/oops to a RAM buffer"
Heiko Carstensb7e5d1f2010-06-04 14:14:48 -0700624 depends on HAS_IOMEM
Marco Stornelli56d611a2010-05-26 14:43:54 -0700625 default n
626 help
627 This enables panic and oops messages to be logged to a circular
628 buffer in RAM where it can be read back at some later point.
629
Niranjana Vishwanathapura73210a12011-03-23 16:42:55 -0700630config MSM_SMD_PKT
631 bool "Enable device interface for some SMD packet ports"
632 default n
633 depends on MSM_SMD
634 help
635 Enables userspace clients to read and write to some packet SMD
636 ports via device interface for MSM chipset.
637
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700638config MSM_ROTATOR
639 tristate "MSM Offline Image Rotator Driver"
640 depends on (ARCH_MSM7X30 || ARCH_MSM8X60 || ARCH_MSM8960) && ANDROID_PMEM
641 default y
642 help
643 This driver provides support for the image rotator HW block in the
644 MSM 7x30 SoC.
645
646config MSM_ROTATOR_USE_IMEM
647 bool "Enable rotator driver to use iMem"
648 depends on ARCH_MSM7X30 && MSM_ROTATOR
649 default y
650 help
651 This option enables the msm_rotator driver to use the move efficient
652 iMem. Some MSM platforms may not have iMem available for the rotator
653 block. Or some systems may want the iMem to be dedicated to a
654 different function.
655
656config MMC_GENERIC_CSDIO
657 tristate "Generic sdio driver"
658 default n
659 help
660 SDIO function driver that extends SDIO card as character device
661 in user space.
662
663config CSDIO_VENDOR_ID
664 hex "Card VendorId"
665 depends on MMC_GENERIC_CSDIO
666 default "0"
667 help
668 Enter vendor id for targeted sdio device, this may be overwritten by
669 module parameters.
670
671config CSDIO_DEVICE_ID
672 hex "CardDeviceId"
673 depends on MMC_GENERIC_CSDIO
674 default "0"
675 help
676 Enter device id for targeted sdio device, this may be overwritten by
677 module parameters.
678.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700679endmenu
680