Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | # |
| 2 | # Character device configuration |
| 3 | # |
| 4 | |
| 5 | menu "Character devices" |
| 6 | |
Greg Kroah-Hartman | bdcffc5 | 2011-02-22 15:41:47 -0800 | [diff] [blame] | 7 | source "drivers/tty/Kconfig" |
Antonino A. Daplas | 13ae664 | 2006-06-26 00:27:12 -0700 | [diff] [blame] | 8 | |
Rob Ward | 73f0718 | 2014-12-07 15:40:33 +0000 | [diff] [blame] | 9 | config DEVMEM |
| 10 | bool "/dev/mem virtual device support" |
| 11 | default y |
| 12 | help |
| 13 | Say Y here if you want to support the /dev/mem device. |
| 14 | The /dev/mem device is used to access areas of physical |
| 15 | memory. |
| 16 | When in doubt, say "Y". |
| 17 | |
Arjan van de Ven | b781ecb | 2008-04-29 00:58:34 -0700 | [diff] [blame] | 18 | config DEVKMEM |
| 19 | bool "/dev/kmem virtual device support" |
| 20 | default y |
| 21 | help |
| 22 | Say Y here if you want to support the /dev/kmem device. The |
| 23 | /dev/kmem device is rarely used, but can be used for certain |
| 24 | kind of kernel debugging operations. |
| 25 | When in doubt, say "N". |
| 26 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 27 | config SGI_SNSC |
| 28 | bool "SGI Altix system controller communication support" |
| 29 | depends on (IA64_SGI_SN2 || IA64_GENERIC) |
| 30 | help |
| 31 | If you have an SGI Altix and you want to enable system |
| 32 | controller communication from user space (you want this!), |
| 33 | say Y. Otherwise, say N. |
| 34 | |
Bruce Losure | e1e1974 | 2005-04-25 13:09:41 -0700 | [diff] [blame] | 35 | config SGI_TIOCX |
| 36 | bool "SGI TIO CX driver support" |
| 37 | depends on (IA64_SGI_SN2 || IA64_GENERIC) |
| 38 | help |
| 39 | If you have an SGI Altix and you have fpga devices attached |
| 40 | to your TIO, say Y here, otherwise say N. |
| 41 | |
| 42 | config SGI_MBCS |
| 43 | tristate "SGI FPGA Core Services driver support" |
Bruce Losure | ae40aae | 2005-04-04 13:23:00 -0700 | [diff] [blame] | 44 | depends on SGI_TIOCX |
Bruce Losure | e1e1974 | 2005-04-25 13:09:41 -0700 | [diff] [blame] | 45 | help |
| 46 | If you have an SGI Altix with an attached SABrick |
| 47 | say Y or M here, otherwise say N. |
| 48 | |
Greg Kroah-Hartman | ab4382d | 2011-01-13 12:10:18 -0800 | [diff] [blame] | 49 | source "drivers/tty/serial/Kconfig" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 50 | |
Sreelakshmi Gownipalli | cb8893d | 2016-10-19 16:02:34 -0700 | [diff] [blame] | 51 | source "drivers/char/diag/Kconfig" |
| 52 | |
Samo Pogacnik | 24b4b67 | 2010-08-25 20:44:07 +0200 | [diff] [blame] | 53 | config TTY_PRINTK |
Takashi Iwai | b24313a | 2014-04-02 14:45:22 +0200 | [diff] [blame] | 54 | tristate "TTY driver to output user messages via printk" |
Joe Millenbach | 4f73bc4 | 2013-01-17 22:44:22 -0800 | [diff] [blame] | 55 | depends on EXPERT && TTY |
Samo Pogacnik | 24b4b67 | 2010-08-25 20:44:07 +0200 | [diff] [blame] | 56 | default n |
| 57 | ---help--- |
| 58 | If you say Y here, the support for writing user messages (i.e. |
| 59 | console messages) via printk is available. |
| 60 | |
| 61 | The feature is useful to inline user messages with kernel |
| 62 | messages. |
| 63 | In order to use this feature, you should output user messages |
| 64 | to /dev/ttyprintk or redirect console to this TTY. |
| 65 | |
| 66 | If unsure, say N. |
| 67 | |
Mike Frysinger | 2dc63a8 | 2008-04-25 08:04:56 +0800 | [diff] [blame] | 68 | config BFIN_OTP |
| 69 | tristate "Blackfin On-Chip OTP Memory Support" |
Mike Frysinger | f69b2d7 | 2009-11-20 19:09:56 +0000 | [diff] [blame] | 70 | depends on BLACKFIN && (BF51x || BF52x || BF54x) |
Mike Frysinger | 2dc63a8 | 2008-04-25 08:04:56 +0800 | [diff] [blame] | 71 | default y |
| 72 | help |
| 73 | If you say Y here, you will get support for a character device |
| 74 | interface into the One Time Programmable memory pages that are |
| 75 | stored on the Blackfin processor. This will not get you access |
| 76 | to the secure memory pages however. You will need to write your |
| 77 | own secure code and reader for that. |
| 78 | |
| 79 | To compile this driver as a module, choose M here: the module |
| 80 | will be called bfin-otp. |
| 81 | |
| 82 | If unsure, it is safe to say Y. |
| 83 | |
| 84 | config BFIN_OTP_WRITE_ENABLE |
| 85 | bool "Enable writing support of OTP pages" |
| 86 | depends on BFIN_OTP |
| 87 | default n |
| 88 | help |
| 89 | If you say Y here, you will enable support for writing of the |
| 90 | OTP pages. This is dangerous by nature as you can only program |
| 91 | the pages once, so only enable this option when you actually |
| 92 | need it so as to not inadvertently clobber data. |
| 93 | |
| 94 | If unsure, say N. |
| 95 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 96 | config PRINTER |
| 97 | tristate "Parallel printer support" |
| 98 | depends on PARPORT |
| 99 | ---help--- |
| 100 | If you intend to attach a printer to the parallel port of your Linux |
| 101 | box (as opposed to using a serial printer; if the connector at the |
| 102 | printer has 9 or 25 holes ["female"], then it's serial), say Y. |
| 103 | Also read the Printing-HOWTO, available from |
| 104 | <http://www.tldp.org/docs.html#howto>. |
| 105 | |
| 106 | It is possible to share one parallel port among several devices |
| 107 | (e.g. printer and ZIP drive) and it is safe to compile the |
| 108 | corresponding drivers into the kernel. |
| 109 | |
| 110 | To compile this driver as a module, choose M here and read |
| 111 | <file:Documentation/parport.txt>. The module will be called lp. |
| 112 | |
| 113 | If you have several parallel ports, you can specify which ports to |
| 114 | use with the "lp" kernel command line option. (Try "man bootparam" |
| 115 | or see the documentation of your boot loader (lilo or loadlin) about |
| 116 | how to pass options to the kernel at boot time.) The syntax of the |
| 117 | "lp" command line option can be found in <file:drivers/char/lp.c>. |
| 118 | |
| 119 | If you have more than 8 printers, you need to increase the LP_NO |
| 120 | macro in lp.c and the PARPORT_MAX macro in parport.h. |
| 121 | |
| 122 | config LP_CONSOLE |
| 123 | bool "Support for console on line printer" |
| 124 | depends on PRINTER |
| 125 | ---help--- |
| 126 | If you want kernel messages to be printed out as they occur, you |
| 127 | can have a console on the printer. This option adds support for |
| 128 | doing that; to actually get it to happen you need to pass the |
| 129 | option "console=lp0" to the kernel at boot time. |
| 130 | |
| 131 | If the printer is out of paper (or off, or unplugged, or too |
| 132 | busy..) the kernel will stall until the printer is ready again. |
| 133 | By defining CONSOLE_LP_STRICT to 0 (at your own risk) you |
| 134 | can make the kernel continue when this happens, |
| 135 | but it'll lose the kernel messages. |
| 136 | |
| 137 | If unsure, say N. |
| 138 | |
| 139 | config PPDEV |
| 140 | tristate "Support for user-space parallel port device drivers" |
| 141 | depends on PARPORT |
| 142 | ---help--- |
| 143 | Saying Y to this adds support for /dev/parport device nodes. This |
| 144 | is needed for programs that want portable access to the parallel |
| 145 | port, for instance deviceid (which displays Plug-and-Play device |
| 146 | IDs). |
| 147 | |
| 148 | This is the parallel port equivalent of SCSI generic support (sg). |
| 149 | It is safe to say N to this -- it is not needed for normal printing |
| 150 | or parallel port CD-ROM/disk support. |
| 151 | |
| 152 | To compile this driver as a module, choose M here: the |
| 153 | module will be called ppdev. |
| 154 | |
| 155 | If unsure, say N. |
| 156 | |
Greg Kroah-Hartman | bdcffc5 | 2011-02-22 15:41:47 -0800 | [diff] [blame] | 157 | source "drivers/tty/hvc/Kconfig" |
Mike Frysinger | 5427bcf | 2011-02-04 20:45:49 -0500 | [diff] [blame] | 158 | |
Rusty Russell | 3161043 | 2007-10-22 11:03:39 +1000 | [diff] [blame] | 159 | config VIRTIO_CONSOLE |
Christian Borntraeger | 7721c49 | 2008-07-25 12:06:06 -0500 | [diff] [blame] | 160 | tristate "Virtio console" |
Joe Millenbach | 4f73bc4 | 2013-01-17 22:44:22 -0800 | [diff] [blame] | 161 | depends on VIRTIO && TTY |
Rusty Russell | 3161043 | 2007-10-22 11:03:39 +1000 | [diff] [blame] | 162 | select HVC_DRIVER |
Christian Borntraeger | 7721c49 | 2008-07-25 12:06:06 -0500 | [diff] [blame] | 163 | help |
| 164 | Virtio console for use with lguest and other hypervisors. |
| 165 | |
Amit Shah | fb08bd2 | 2009-12-21 21:36:04 +0530 | [diff] [blame] | 166 | Also serves as a general-purpose serial device for data |
| 167 | transfer between the guest and host. Character devices at |
| 168 | /dev/vportNpn will be created when corresponding ports are |
| 169 | found, where N is the device number and n is the port number |
| 170 | within that device. If specified by the host, a sysfs |
| 171 | attribute called 'name' will be populated with a name for |
| 172 | the port which can be used by udev scripts to create a |
| 173 | symlink to the device. |
Rusty Russell | 3161043 | 2007-10-22 11:03:39 +1000 | [diff] [blame] | 174 | |
Sonny Rao | fe9e8d5 | 2008-07-08 15:45:11 +1000 | [diff] [blame] | 175 | config IBM_BSR |
| 176 | tristate "IBM POWER Barrier Synchronization Register support" |
| 177 | depends on PPC_PSERIES |
| 178 | help |
| 179 | This devices exposes a hardware mechanism for fast synchronization |
| 180 | of threads across a large system which avoids bouncing a cacheline |
| 181 | between several cores on a system |
| 182 | |
Suraj Jitindar Singh | 43a1dd9 | 2016-06-29 13:38:39 +1000 | [diff] [blame] | 183 | config POWERNV_OP_PANEL |
| 184 | tristate "IBM POWERNV Operator Panel Display support" |
| 185 | depends on PPC_POWERNV |
| 186 | default m |
| 187 | help |
| 188 | If you say Y here, a special character device node, /dev/op_panel, |
| 189 | will be created which exposes the operator panel display on IBM |
| 190 | Power Systems machines with FSPs. |
| 191 | |
| 192 | If you don't require access to the operator panel display from user |
| 193 | space, say N. |
| 194 | |
| 195 | If unsure, say M here to build it as a module called powernv-op-panel. |
| 196 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 197 | source "drivers/char/ipmi/Kconfig" |
| 198 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 199 | config DS1620 |
| 200 | tristate "NetWinder thermometer support" |
| 201 | depends on ARCH_NETWINDER |
| 202 | help |
| 203 | Say Y here to include support for the thermal management hardware |
| 204 | found in the NetWinder. This driver allows the user to control the |
| 205 | temperature set points and to read the current temperature. |
| 206 | |
| 207 | It is also possible to say M here to build it as a module (ds1620) |
| 208 | It is recommended to be used on a NetWinder, but it is not a |
| 209 | necessity. |
| 210 | |
| 211 | config NWBUTTON |
| 212 | tristate "NetWinder Button" |
| 213 | depends on ARCH_NETWINDER |
| 214 | ---help--- |
| 215 | If you say Y here and create a character device node /dev/nwbutton |
| 216 | with major and minor numbers 10 and 158 ("man mknod"), then every |
| 217 | time the orange button is pressed a number of times, the number of |
| 218 | times the button was pressed will be written to that device. |
| 219 | |
| 220 | This is most useful for applications, as yet unwritten, which |
| 221 | perform actions based on how many times the button is pressed in a |
| 222 | row. |
| 223 | |
| 224 | Do not hold the button down for too long, as the driver does not |
| 225 | alter the behaviour of the hardware reset circuitry attached to the |
| 226 | button; it will still execute a hard reset if the button is held |
| 227 | down for longer than approximately five seconds. |
| 228 | |
| 229 | To compile this driver as a module, choose M here: the |
| 230 | module will be called nwbutton. |
| 231 | |
| 232 | Most people will answer Y to this question and "Reboot Using Button" |
| 233 | below to be able to initiate a system shutdown from the button. |
| 234 | |
| 235 | config NWBUTTON_REBOOT |
| 236 | bool "Reboot Using Button" |
| 237 | depends on NWBUTTON |
| 238 | help |
| 239 | If you say Y here, then you will be able to initiate a system |
| 240 | shutdown and reboot by pressing the orange button a number of times. |
| 241 | The number of presses to initiate the shutdown is two by default, |
| 242 | but this can be altered by modifying the value of NUM_PRESSES_REBOOT |
| 243 | in nwbutton.h and recompiling the driver or, if you compile the |
| 244 | driver as a module, you can specify the number of presses at load |
| 245 | time with "insmod button reboot_count=<something>". |
| 246 | |
| 247 | config NWFLASH |
| 248 | tristate "NetWinder flash support" |
| 249 | depends on ARCH_NETWINDER |
| 250 | ---help--- |
| 251 | If you say Y here and create a character device /dev/flash with |
| 252 | major 10 and minor 160 you can manipulate the flash ROM containing |
| 253 | the NetWinder firmware. Be careful as accidentally overwriting the |
| 254 | flash contents can render your computer unbootable. On no account |
| 255 | allow random users access to this device. :-) |
| 256 | |
| 257 | To compile this driver as a module, choose M here: the |
| 258 | module will be called nwflash. |
| 259 | |
| 260 | If you're not sure, say N. |
| 261 | |
Michael Buesch | 844dd05 | 2006-06-26 00:24:59 -0700 | [diff] [blame] | 262 | source "drivers/char/hw_random/Kconfig" |
| 263 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 264 | config NVRAM |
| 265 | tristate "/dev/nvram support" |
Uwe Kleine-König | 807a96c | 2009-01-31 01:21:59 +0100 | [diff] [blame] | 266 | depends on ATARI || X86 || (ARM && RTC_DRV_CMOS) || GENERIC_NVRAM |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 267 | ---help--- |
| 268 | If you say Y here and create a character special file /dev/nvram |
| 269 | with major number 10 and minor number 144 using mknod ("man mknod"), |
| 270 | you get read and write access to the extra bytes of non-volatile |
| 271 | memory in the real time clock (RTC), which is contained in every PC |
| 272 | and most Ataris. The actual number of bytes varies, depending on the |
| 273 | nvram in the system, but is usually 114 (128-14 for the RTC). |
| 274 | |
| 275 | This memory is conventionally called "CMOS RAM" on PCs and "NVRAM" |
| 276 | on Ataris. /dev/nvram may be used to view settings there, or to |
| 277 | change them (with some utility). It could also be used to frequently |
| 278 | save a few bits of very important data that may not be lost over |
| 279 | power-off and for which writing to disk is too insecure. Note |
| 280 | however that most NVRAM space in a PC belongs to the BIOS and you |
| 281 | should NEVER idly tamper with it. See Ralf Brown's interrupt list |
| 282 | for a guide to the use of CMOS bytes by your BIOS. |
| 283 | |
| 284 | On Atari machines, /dev/nvram is always configured and does not need |
| 285 | to be selected. |
| 286 | |
| 287 | To compile this driver as a module, choose M here: the |
| 288 | module will be called nvram. |
| 289 | |
David Brownell | c750090 | 2008-04-28 02:11:52 -0700 | [diff] [blame] | 290 | # |
| 291 | # These legacy RTC drivers just cause too many conflicts with the generic |
| 292 | # RTC framework ... let's not even try to coexist any more. |
| 293 | # |
| 294 | if RTC_LIB=n |
| 295 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 296 | config RTC |
David Brownell | e6d2bb2 | 2008-06-12 15:21:55 -0700 | [diff] [blame] | 297 | tristate "Enhanced Real Time Clock Support (legacy PC RTC driver)" |
Arnd Bergmann | 5ee98ab | 2016-06-01 16:46:22 +0200 | [diff] [blame] | 298 | depends on ALPHA || (MIPS && MACH_LOONGSON64) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 299 | ---help--- |
| 300 | If you say Y here and create a character special file /dev/rtc with |
| 301 | major number 10 and minor number 135 using mknod ("man mknod"), you |
| 302 | will get access to the real time clock (or hardware clock) built |
| 303 | into your computer. |
| 304 | |
| 305 | Every PC has such a clock built in. It can be used to generate |
| 306 | signals from as low as 1Hz up to 8192Hz, and can also be used |
| 307 | as a 24 hour alarm. It reports status information via the file |
| 308 | /proc/driver/rtc and its behaviour is set by various ioctls on |
| 309 | /dev/rtc. |
| 310 | |
| 311 | If you run Linux on a multiprocessor machine and said Y to |
| 312 | "Symmetric Multi Processing" above, you should say Y here to read |
| 313 | and set the RTC in an SMP compatible fashion. |
| 314 | |
| 315 | If you think you have a use for such a device (such as periodic data |
| 316 | sampling), then say Y here, and read <file:Documentation/rtc.txt> |
| 317 | for details. |
| 318 | |
| 319 | To compile this driver as a module, choose M here: the |
| 320 | module will be called rtc. |
| 321 | |
Al Viro | 2240598 | 2007-07-22 00:37:48 -0700 | [diff] [blame] | 322 | config JS_RTC |
| 323 | tristate "Enhanced Real Time Clock Support" |
| 324 | depends on SPARC32 && PCI |
| 325 | ---help--- |
| 326 | If you say Y here and create a character special file /dev/rtc with |
| 327 | major number 10 and minor number 135 using mknod ("man mknod"), you |
| 328 | will get access to the real time clock (or hardware clock) built |
| 329 | into your computer. |
| 330 | |
| 331 | Every PC has such a clock built in. It can be used to generate |
| 332 | signals from as low as 1Hz up to 8192Hz, and can also be used |
| 333 | as a 24 hour alarm. It reports status information via the file |
| 334 | /proc/driver/rtc and its behaviour is set by various ioctls on |
| 335 | /dev/rtc. |
| 336 | |
| 337 | If you think you have a use for such a device (such as periodic data |
| 338 | sampling), then say Y here, and read <file:Documentation/rtc.txt> |
| 339 | for details. |
| 340 | |
| 341 | To compile this driver as a module, choose M here: the |
| 342 | module will be called js-rtc. |
| 343 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 344 | config EFI_RTC |
| 345 | bool "EFI Real Time Clock Services" |
| 346 | depends on IA64 |
| 347 | |
| 348 | config DS1302 |
| 349 | tristate "DS1302 RTC support" |
| 350 | depends on M32R && (PLAT_M32700UT || PLAT_OPSPUT) |
| 351 | help |
| 352 | If you say Y here and create a character special file /dev/rtc with |
| 353 | major number 121 and minor number 0 using mknod ("man mknod"), you |
| 354 | will get access to the real time clock (or hardware clock) built |
| 355 | into your computer. |
| 356 | |
David Brownell | c750090 | 2008-04-28 02:11:52 -0700 | [diff] [blame] | 357 | endif # RTC_LIB |
| 358 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 359 | config DTLK |
| 360 | tristate "Double Talk PC internal speech card support" |
Martin Schwidefsky | eeca7a3 | 2007-05-10 15:45:56 +0200 | [diff] [blame] | 361 | depends on ISA |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 362 | help |
| 363 | This driver is for the DoubleTalk PC, a speech synthesizer |
| 364 | manufactured by RC Systems (<http://www.rcsys.com/>). It is also |
| 365 | called the `internal DoubleTalk'. |
| 366 | |
| 367 | To compile this driver as a module, choose M here: the |
| 368 | module will be called dtlk. |
| 369 | |
Stephen Neuendorffer | ef141a0 | 2008-02-06 04:24:09 +1100 | [diff] [blame] | 370 | config XILINX_HWICAP |
| 371 | tristate "Xilinx HWICAP Support" |
Michal Simek | 6fa612b | 2009-05-11 15:49:12 +0200 | [diff] [blame] | 372 | depends on XILINX_VIRTEX || MICROBLAZE |
Stephen Neuendorffer | ef141a0 | 2008-02-06 04:24:09 +1100 | [diff] [blame] | 373 | help |
| 374 | This option enables support for Xilinx Internal Configuration |
| 375 | Access Port (ICAP) driver. The ICAP is used on Xilinx Virtex |
| 376 | FPGA platforms to partially reconfigure the FPGA at runtime. |
| 377 | |
| 378 | If unsure, say N. |
| 379 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 380 | config R3964 |
| 381 | tristate "Siemens R3964 line discipline" |
Joe Millenbach | 4f73bc4 | 2013-01-17 22:44:22 -0800 | [diff] [blame] | 382 | depends on TTY |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 383 | ---help--- |
| 384 | This driver allows synchronous communication with devices using the |
| 385 | Siemens R3964 packet protocol. Unless you are dealing with special |
| 386 | hardware like PLCs, you are unlikely to need this. |
| 387 | |
| 388 | To compile this driver as a module, choose M here: the |
| 389 | module will be called n_r3964. |
| 390 | |
| 391 | If unsure, say N. |
| 392 | |
| 393 | config APPLICOM |
| 394 | tristate "Applicom intelligent fieldbus card support" |
| 395 | depends on PCI |
| 396 | ---help--- |
| 397 | This driver provides the kernel-side support for the intelligent |
| 398 | fieldbus cards made by Applicom International. More information |
| 399 | about these cards can be found on the WWW at the address |
| 400 | <http://www.applicom-int.com/>, or by email from David Woodhouse |
| 401 | <dwmw2@infradead.org>. |
| 402 | |
| 403 | To compile this driver as a module, choose M here: the |
| 404 | module will be called applicom. |
| 405 | |
| 406 | If unsure, say N. |
| 407 | |
| 408 | config SONYPI |
Greg Kroah-Hartman | 6592921 | 2012-09-18 16:14:53 +0100 | [diff] [blame] | 409 | tristate "Sony Vaio Programmable I/O Control Device support" |
Jean Delvare | 57dcf02 | 2014-03-31 15:15:36 +0200 | [diff] [blame] | 410 | depends on X86_32 && PCI && INPUT |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 411 | ---help--- |
| 412 | This driver enables access to the Sony Programmable I/O Control |
| 413 | Device which can be found in many (all ?) Sony Vaio laptops. |
| 414 | |
| 415 | If you have one of those laptops, read |
Carlos Corbacho | 018a651 | 2008-02-09 01:32:19 +0000 | [diff] [blame] | 416 | <file:Documentation/laptops/sonypi.txt>, and say Y or M here. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 417 | |
| 418 | To compile this driver as a module, choose M here: the |
| 419 | module will be called sonypi. |
| 420 | |
Yoichi Yuasa | 0976251 | 2007-05-06 14:51:58 -0700 | [diff] [blame] | 421 | config GPIO_TB0219 |
| 422 | tristate "TANBAC TB0219 GPIO support" |
Robert P. J. Day | bef1f40 | 2006-12-12 20:04:19 +0100 | [diff] [blame] | 423 | depends on TANBAC_TB022X |
Yoichi Yuasa | 584e123 | 2006-06-25 05:49:11 -0700 | [diff] [blame] | 424 | select GPIO_VR41XX |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 425 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 426 | source "drivers/char/pcmcia/Kconfig" |
| 427 | |
| 428 | config MWAVE |
| 429 | tristate "ACP Modem (Mwave) support" |
Joe Millenbach | 4f73bc4 | 2013-01-17 22:44:22 -0800 | [diff] [blame] | 430 | depends on X86 && TTY |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 431 | select SERIAL_8250 |
| 432 | ---help--- |
| 433 | The ACP modem (Mwave) for Linux is a WinModem. It is composed of a |
| 434 | kernel driver and a user level application. Together these components |
| 435 | support direct attachment to public switched telephone networks (PSTNs) |
| 436 | and support selected world wide countries. |
| 437 | |
| 438 | This version of the ACP Modem driver supports the IBM Thinkpad 600E, |
| 439 | 600, and 770 that include on board ACP modem hardware. |
| 440 | |
| 441 | The modem also supports the standard communications port interface |
| 442 | (ttySx) and is compatible with the Hayes AT Command Set. |
| 443 | |
| 444 | The user level application needed to use this driver can be found at |
| 445 | the IBM Linux Technology Center (LTC) web site: |
| 446 | <http://www.ibm.com/linux/ltc/>. |
| 447 | |
| 448 | If you own one of the above IBM Thinkpads which has the Mwave chipset |
| 449 | in it, say Y. |
| 450 | |
| 451 | To compile this driver as a module, choose M here: the |
| 452 | module will be called mwave. |
| 453 | |
| 454 | config SCx200_GPIO |
| 455 | tristate "NatSemi SCx200 GPIO Support" |
| 456 | depends on SCx200 |
Jim Cromie | 7a8e2a5 | 2006-06-27 02:54:27 -0700 | [diff] [blame] | 457 | select NSC_GPIO |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 458 | help |
| 459 | Give userspace access to the GPIO pins on the National |
| 460 | Semiconductor SCx200 processors. |
| 461 | |
| 462 | If compiled as a module, it will be called scx200_gpio. |
| 463 | |
Jim Cromie | 7a8e2a5 | 2006-06-27 02:54:27 -0700 | [diff] [blame] | 464 | config PC8736x_GPIO |
| 465 | tristate "NatSemi PC8736x GPIO Support" |
Al Viro | 3369465 | 2011-08-18 20:11:59 +0100 | [diff] [blame] | 466 | depends on X86_32 && !UML |
Jim Cromie | 7a8e2a5 | 2006-06-27 02:54:27 -0700 | [diff] [blame] | 467 | default SCx200_GPIO # mostly N |
| 468 | select NSC_GPIO # needed for support routines |
| 469 | help |
| 470 | Give userspace access to the GPIO pins on the National |
| 471 | Semiconductor PC-8736x (x=[03456]) SuperIO chip. The chip |
| 472 | has multiple functional units, inc several managed by |
| 473 | hwmon/pc87360 driver. Tested with PC-87366 |
| 474 | |
| 475 | If compiled as a module, it will be called pc8736x_gpio. |
| 476 | |
| 477 | config NSC_GPIO |
| 478 | tristate "NatSemi Base GPIO Support" |
Dave Jones | 699352c | 2006-06-29 02:24:32 -0700 | [diff] [blame] | 479 | depends on X86_32 |
Jim Cromie | 7a8e2a5 | 2006-06-27 02:54:27 -0700 | [diff] [blame] | 480 | # selected by SCx200_GPIO and PC8736x_GPIO |
| 481 | # what about 2 selectors differing: m != y |
| 482 | help |
| 483 | Common support used (and needed) by scx200_gpio and |
| 484 | pc8736x_gpio drivers. If those drivers are built as |
| 485 | modules, this one will be too, named nsc_gpio |
| 486 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 487 | config RAW_DRIVER |
Dave Jones | abd4aa5 | 2007-07-15 23:40:49 -0700 | [diff] [blame] | 488 | tristate "RAW driver (/dev/raw/rawN)" |
David Howells | 9361401 | 2006-09-30 20:45:40 +0200 | [diff] [blame] | 489 | depends on BLOCK |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 490 | help |
Dave Jones | abd4aa5 | 2007-07-15 23:40:49 -0700 | [diff] [blame] | 491 | The raw driver permits block devices to be bound to /dev/raw/rawN. |
| 492 | Once bound, I/O against /dev/raw/rawN uses efficient zero-copy I/O. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 493 | See the raw(8) manpage for more details. |
| 494 | |
Dave Jones | abd4aa5 | 2007-07-15 23:40:49 -0700 | [diff] [blame] | 495 | Applications should preferably open the device (eg /dev/hda1) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 496 | with the O_DIRECT flag. |
| 497 | |
Andrew Morton | 0de502a | 2005-12-12 00:37:41 -0800 | [diff] [blame] | 498 | config MAX_RAW_DEVS |
Jan Kara | 0078bff | 2011-04-29 00:24:29 +0200 | [diff] [blame] | 499 | int "Maximum number of RAW devices to support (1-65536)" |
Andrew Morton | 0de502a | 2005-12-12 00:37:41 -0800 | [diff] [blame] | 500 | depends on RAW_DRIVER |
Paul Bolle | 7143479 | 2014-02-04 23:23:40 +0100 | [diff] [blame] | 501 | range 1 65536 |
Andrew Morton | 0de502a | 2005-12-12 00:37:41 -0800 | [diff] [blame] | 502 | default "256" |
| 503 | help |
| 504 | The maximum number of RAW devices that are supported. |
| 505 | Default is 256. Increase this number in case you need lots of |
| 506 | raw devices. |
| 507 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 508 | config HPET |
| 509 | bool "HPET - High Precision Event Timer" if (X86 || IA64) |
| 510 | default n |
| 511 | depends on ACPI |
| 512 | help |
| 513 | If you say Y here, you will have a miscdevice named "/dev/hpet/". Each |
| 514 | open selects one of the timers supported by the HPET. The timers are |
Matt LaPlante | 3cb2fcc | 2006-11-30 05:22:59 +0100 | [diff] [blame] | 515 | non-periodic and/or periodic. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 516 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 517 | config HPET_MMAP |
| 518 | bool "Allow mmap of HPET" |
| 519 | default y |
| 520 | depends on HPET |
| 521 | help |
| 522 | If you say Y here, user applications will be able to mmap |
| 523 | the HPET registers. |
| 524 | |
Prarit Bhargava | 3d035f5 | 2013-11-12 15:08:33 -0800 | [diff] [blame] | 525 | config HPET_MMAP_DEFAULT |
| 526 | bool "Enable HPET MMAP access by default" |
| 527 | default y |
| 528 | depends on HPET_MMAP |
| 529 | help |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 530 | In some hardware implementations, the page containing HPET |
| 531 | registers may also contain other things that shouldn't be |
Prarit Bhargava | 3d035f5 | 2013-11-12 15:08:33 -0800 | [diff] [blame] | 532 | exposed to the user. This option selects the default (if |
| 533 | kernel parameter hpet_mmap is not set) user access to the |
| 534 | registers for applications that require it. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 535 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 536 | config HANGCHECK_TIMER |
| 537 | tristate "Hangcheck timer" |
Martin Schwidefsky | abf3ea1 | 2007-05-10 15:45:59 +0200 | [diff] [blame] | 538 | depends on X86 || IA64 || PPC64 || S390 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 539 | help |
| 540 | The hangcheck-timer module detects when the system has gone |
| 541 | out to lunch past a certain margin. It can reboot the system |
| 542 | or merely print a warning. |
| 543 | |
| 544 | config MMTIMER |
| 545 | tristate "MMTIMER Memory mapped RTC for SGI Altix" |
| 546 | depends on IA64_GENERIC || IA64_SGI_SN2 |
| 547 | default y |
| 548 | help |
| 549 | The mmtimer device allows direct userspace access to the |
| 550 | Altix system timer. |
| 551 | |
Dimitri Sivanich | fbd8ae1 | 2009-09-23 15:57:15 -0700 | [diff] [blame] | 552 | config UV_MMTIMER |
| 553 | tristate "UV_MMTIMER Memory mapped RTC for SGI UV" |
| 554 | depends on X86_UV |
| 555 | default m |
| 556 | help |
| 557 | The uv_mmtimer device allows direct userspace access to the |
| 558 | UV system timer. |
| 559 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 560 | source "drivers/char/tpm/Kconfig" |
| 561 | |
Mark Gross | 1a80ba8 | 2005-10-30 15:02:55 -0800 | [diff] [blame] | 562 | config TELCLOCK |
Mark Gross | 03154a2 | 2007-03-06 13:58:45 -0800 | [diff] [blame] | 563 | tristate "Telecom clock driver for ATCA SBC" |
Greg Kroah-Hartman | 6592921 | 2012-09-18 16:14:53 +0100 | [diff] [blame] | 564 | depends on X86 |
Mark Gross | 1a80ba8 | 2005-10-30 15:02:55 -0800 | [diff] [blame] | 565 | default n |
| 566 | help |
Mark Gross | 03154a2 | 2007-03-06 13:58:45 -0800 | [diff] [blame] | 567 | The telecom clock device is specific to the MPCBL0010 and MPCBL0050 |
| 568 | ATCA computers and allows direct userspace access to the |
| 569 | configuration of the telecom clock configuration settings. This |
| 570 | device is used for hardware synchronization across the ATCA backplane |
| 571 | fabric. Upon loading, the driver exports a sysfs directory, |
| 572 | /sys/devices/platform/telco_clock, with a number of files for |
| 573 | controlling the behavior of this hardware. |
Mark Gross | 1a80ba8 | 2005-10-30 15:02:55 -0800 | [diff] [blame] | 574 | |
Russell King | 4f911d6 | 2007-05-08 00:28:17 -0700 | [diff] [blame] | 575 | config DEVPORT |
Max Bires | 8fc6fba | 2017-01-03 08:18:07 -0800 | [diff] [blame] | 576 | bool "/dev/port character device" |
Russell King | 4f911d6 | 2007-05-08 00:28:17 -0700 | [diff] [blame] | 577 | depends on ISA || PCI |
| 578 | default y |
Max Bires | 8fc6fba | 2017-01-03 08:18:07 -0800 | [diff] [blame] | 579 | help |
| 580 | Say Y here if you want to support the /dev/port device. The /dev/port |
| 581 | device is similar to /dev/mem, but for I/O ports. |
Russell King | 4f911d6 | 2007-05-08 00:28:17 -0700 | [diff] [blame] | 582 | |
Martin Schwidefsky | 61d48c2 | 2007-05-10 15:46:00 +0200 | [diff] [blame] | 583 | source "drivers/s390/char/Kconfig" |
| 584 | |
Arun Kumar Neelakantam | d680a24 | 2017-11-02 21:14:53 +0530 | [diff] [blame] | 585 | config MSM_SMD_PKT |
| 586 | bool "Enable device interface for some SMD packet ports" |
| 587 | default n |
| 588 | depends on MSM_SMD |
| 589 | help |
| 590 | smd_pkt driver provides the interface for the userspace clients |
| 591 | to communicate over smd via device nodes. This enable the |
| 592 | usersapce clients to read and write to some smd packets channel |
| 593 | for MSM chipset. |
| 594 | |
Chris Metcalf | dbcb4a1 | 2011-06-10 13:07:48 -0400 | [diff] [blame] | 595 | config TILE_SROM |
| 596 | bool "Character-device access via hypervisor to the Tilera SPI ROM" |
| 597 | depends on TILE |
| 598 | default y |
| 599 | ---help--- |
| 600 | This device provides character-level read-write access |
| 601 | to the SROM, typically via the "0", "1", and "2" devices |
| 602 | in /dev/srom/. The Tilera hypervisor makes the flash |
| 603 | device appear much like a simple EEPROM, and knows |
| 604 | how to partition a single ROM for multiple purposes. |
| 605 | |
Eli Billauer | 7051924 | 2014-09-09 09:36:04 +0300 | [diff] [blame] | 606 | source "drivers/char/xillybus/Kconfig" |
| 607 | |
Sathish Ambley | 69e1ab0 | 2016-10-18 10:28:15 -0700 | [diff] [blame] | 608 | config MSM_ADSPRPC |
| 609 | tristate "QTI ADSP RPC driver" |
Tharun Kumar Merugu | 963366e | 2018-01-23 15:01:39 +0530 | [diff] [blame] | 610 | depends on MSM_GLINK || MSM_SMD |
Sathish Ambley | 69e1ab0 | 2016-10-18 10:28:15 -0700 | [diff] [blame] | 611 | help |
| 612 | Provides a communication mechanism that allows for clients to |
| 613 | make remote method invocations across processor boundary to |
| 614 | applications DSP processor. Say M if you want to enable this |
| 615 | module. |
| 616 | |
tharun kumar | ae86053 | 2017-06-28 16:56:10 +0530 | [diff] [blame] | 617 | config MSM_RDBG |
| 618 | tristate "QTI Remote debug driver" |
| 619 | help |
| 620 | Implements a shared memory based transport mechanism that allows |
| 621 | for a debugger running on a host PC to communicate with a remote |
| 622 | stub running on peripheral subsystems such as the ADSP, MODEM etc. |
| 623 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 624 | endmenu |
| 625 | |