Kconfig 43 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375
  1. #
  2. # Serial device configuration
  3. #
  4. menu "Serial drivers"
  5. depends on HAS_IOMEM
  6. #
  7. # The new 8250/16550 serial drivers
  8. config SERIAL_8250
  9. tristate "8250/16550 and compatible serial support"
  10. select SERIAL_CORE
  11. ---help---
  12. This selects whether you want to include the driver for the standard
  13. serial ports. The standard answer is Y. People who might say N
  14. here are those that are setting up dedicated Ethernet WWW/FTP
  15. servers, or users that have one of the various bus mice instead of a
  16. serial mouse and don't intend to use their machine's standard serial
  17. port for anything. (Note that the Cyclades and Stallion multi
  18. serial port drivers do not need this driver built in for them to
  19. work.)
  20. To compile this driver as a module, choose M here: the
  21. module will be called 8250.
  22. [WARNING: Do not compile this driver as a module if you are using
  23. non-standard serial ports, since the configuration information will
  24. be lost when the driver is unloaded. This limitation may be lifted
  25. in the future.]
  26. BTW1: If you have a mouseman serial mouse which is not recognized by
  27. the X window system, try running gpm first.
  28. BTW2: If you intend to use a software modem (also called Winmodem)
  29. under Linux, forget it. These modems are crippled and require
  30. proprietary drivers which are only available under Windows.
  31. Most people will say Y or M here, so that they can use serial mice,
  32. modems and similar devices connecting to the standard serial ports.
  33. config SERIAL_8250_CONSOLE
  34. bool "Console on 8250/16550 and compatible serial port"
  35. depends on SERIAL_8250=y
  36. select SERIAL_CORE_CONSOLE
  37. ---help---
  38. If you say Y here, it will be possible to use a serial port as the
  39. system console (the system console is the device which receives all
  40. kernel messages and warnings and which allows logins in single user
  41. mode). This could be useful if some terminal or printer is connected
  42. to that serial port.
  43. Even if you say Y here, the currently visible virtual console
  44. (/dev/tty0) will still be used as the system console by default, but
  45. you can alter that using a kernel command line option such as
  46. "console=ttyS1". (Try "man bootparam" or see the documentation of
  47. your boot loader (grub or lilo or loadlin) about how to pass options
  48. to the kernel at boot time.)
  49. If you don't have a VGA card installed and you say Y here, the
  50. kernel will automatically use the first serial line, /dev/ttyS0, as
  51. system console.
  52. You can set that using a kernel command line option such as
  53. "console=uart8250,io,0x3f8,9600n8"
  54. "console=uart8250,mmio,0xff5e0000,115200n8".
  55. and it will switch to normal serial console when the corresponding
  56. port is ready.
  57. "earlycon=uart8250,io,0x3f8,9600n8"
  58. "earlycon=uart8250,mmio,0xff5e0000,115200n8".
  59. it will not only setup early console.
  60. If unsure, say N.
  61. config FIX_EARLYCON_MEM
  62. bool
  63. depends on X86
  64. default y
  65. config SERIAL_8250_GSC
  66. tristate
  67. depends on SERIAL_8250 && GSC
  68. default SERIAL_8250
  69. config SERIAL_8250_PCI
  70. tristate "8250/16550 PCI device support" if EMBEDDED
  71. depends on SERIAL_8250 && PCI
  72. default SERIAL_8250
  73. help
  74. This builds standard PCI serial support. You may be able to
  75. disable this feature if you only need legacy serial support.
  76. Saves about 9K.
  77. config SERIAL_8250_PNP
  78. tristate "8250/16550 PNP device support" if EMBEDDED
  79. depends on SERIAL_8250 && PNP
  80. default SERIAL_8250
  81. help
  82. This builds standard PNP serial support. You may be able to
  83. disable this feature if you only need legacy serial support.
  84. config SERIAL_8250_HP300
  85. tristate
  86. depends on SERIAL_8250 && HP300
  87. default SERIAL_8250
  88. config SERIAL_8250_CS
  89. tristate "8250/16550 PCMCIA device support"
  90. depends on PCMCIA && SERIAL_8250
  91. ---help---
  92. Say Y here to enable support for 16-bit PCMCIA serial devices,
  93. including serial port cards, modems, and the modem functions of
  94. multi-function Ethernet/modem cards. (PCMCIA- or PC-cards are
  95. credit-card size devices often used with laptops.)
  96. To compile this driver as a module, choose M here: the
  97. module will be called serial_cs.
  98. If unsure, say N.
  99. config SERIAL_8250_NR_UARTS
  100. int "Maximum number of 8250/16550 serial ports"
  101. depends on SERIAL_8250
  102. default "4"
  103. help
  104. Set this to the number of serial ports you want the driver
  105. to support. This includes any ports discovered via ACPI or
  106. PCI enumeration and any ports that may be added at run-time
  107. via hot-plug, or any ISA multi-port serial cards.
  108. config SERIAL_8250_RUNTIME_UARTS
  109. int "Number of 8250/16550 serial ports to register at runtime"
  110. depends on SERIAL_8250
  111. range 0 SERIAL_8250_NR_UARTS
  112. default "4"
  113. help
  114. Set this to the maximum number of serial ports you want
  115. the kernel to register at boot time. This can be overridden
  116. with the module parameter "nr_uarts", or boot-time parameter
  117. 8250.nr_uarts
  118. config SERIAL_8250_EXTENDED
  119. bool "Extended 8250/16550 serial driver options"
  120. depends on SERIAL_8250
  121. help
  122. If you wish to use any non-standard features of the standard "dumb"
  123. driver, say Y here. This includes HUB6 support, shared serial
  124. interrupts, special multiport support, support for more than the
  125. four COM 1/2/3/4 boards, etc.
  126. Note that the answer to this question won't directly affect the
  127. kernel: saying N will just cause the configurator to skip all
  128. the questions about serial driver options. If unsure, say N.
  129. config SERIAL_8250_MANY_PORTS
  130. bool "Support more than 4 legacy serial ports"
  131. depends on SERIAL_8250_EXTENDED && !IA64
  132. help
  133. Say Y here if you have dumb serial boards other than the four
  134. standard COM 1/2/3/4 ports. This may happen if you have an AST
  135. FourPort, Accent Async, Boca (read the Boca mini-HOWTO, available
  136. from <http://www.tldp.org/docs.html#howto>), or other custom
  137. serial port hardware which acts similar to standard serial port
  138. hardware. If you only use the standard COM 1/2/3/4 ports, you can
  139. say N here to save some memory. You can also say Y if you have an
  140. "intelligent" multiport card such as Cyclades, Digiboards, etc.
  141. #
  142. # Multi-port serial cards
  143. #
  144. config SERIAL_8250_FOURPORT
  145. tristate "Support Fourport cards"
  146. depends on SERIAL_8250 != n && ISA && SERIAL_8250_MANY_PORTS
  147. help
  148. Say Y here if you have an AST FourPort serial board.
  149. To compile this driver as a module, choose M here: the module
  150. will be called 8250_fourport.
  151. config SERIAL_8250_ACCENT
  152. tristate "Support Accent cards"
  153. depends on SERIAL_8250 != n && ISA && SERIAL_8250_MANY_PORTS
  154. help
  155. Say Y here if you have an Accent Async serial board.
  156. To compile this driver as a module, choose M here: the module
  157. will be called 8250_accent.
  158. config SERIAL_8250_BOCA
  159. tristate "Support Boca cards"
  160. depends on SERIAL_8250 != n && ISA && SERIAL_8250_MANY_PORTS
  161. help
  162. Say Y here if you have a Boca serial board. Please read the Boca
  163. mini-HOWTO, available from <http://www.tldp.org/docs.html#howto>
  164. To compile this driver as a module, choose M here: the module
  165. will be called 8250_boca.
  166. config SERIAL_8250_EXAR_ST16C554
  167. tristate "Support Exar ST16C554/554D Quad UART"
  168. depends on SERIAL_8250 != n && ISA && SERIAL_8250_MANY_PORTS
  169. help
  170. The Uplogix Envoy TU301 uses this Exar Quad UART. If you are
  171. tinkering with your Envoy TU301, or have a machine with this UART,
  172. say Y here.
  173. To compile this driver as a module, choose M here: the module
  174. will be called 8250_exar_st16c554.
  175. config SERIAL_8250_HUB6
  176. tristate "Support Hub6 cards"
  177. depends on SERIAL_8250 != n && ISA && SERIAL_8250_MANY_PORTS
  178. help
  179. Say Y here if you have a HUB6 serial board.
  180. To compile this driver as a module, choose M here: the module
  181. will be called 8250_hub6.
  182. config SERIAL_8250_SHARE_IRQ
  183. bool "Support for sharing serial interrupts"
  184. depends on SERIAL_8250_EXTENDED
  185. help
  186. Some serial boards have hardware support which allows multiple dumb
  187. serial ports on the same board to share a single IRQ. To enable
  188. support for this in the serial driver, say Y here.
  189. config SERIAL_8250_DETECT_IRQ
  190. bool "Autodetect IRQ on standard ports (unsafe)"
  191. depends on SERIAL_8250_EXTENDED
  192. help
  193. Say Y here if you want the kernel to try to guess which IRQ
  194. to use for your serial port.
  195. This is considered unsafe; it is far better to configure the IRQ in
  196. a boot script using the setserial command.
  197. If unsure, say N.
  198. config SERIAL_8250_RSA
  199. bool "Support RSA serial ports"
  200. depends on SERIAL_8250_EXTENDED
  201. help
  202. ::: To be written :::
  203. config SERIAL_8250_MCA
  204. tristate "Support 8250-type ports on MCA buses"
  205. depends on SERIAL_8250 != n && MCA
  206. help
  207. Say Y here if you have a MCA serial ports.
  208. To compile this driver as a module, choose M here: the module
  209. will be called 8250_mca.
  210. config SERIAL_8250_ACORN
  211. tristate "Acorn expansion card serial port support"
  212. depends on ARCH_ACORN && SERIAL_8250
  213. help
  214. If you have an Atomwide Serial card or Serial Port card for an Acorn
  215. system, say Y to this option. The driver can handle 1, 2, or 3 port
  216. cards. If unsure, say N.
  217. config SERIAL_8250_AU1X00
  218. bool "Au1x00 serial port support"
  219. depends on SERIAL_8250 != n && SOC_AU1X00
  220. help
  221. If you have an Au1x00 SOC based board and want to use the serial port,
  222. say Y to this option. The driver can handle up to 4 serial ports,
  223. depending on the SOC. If unsure, say N.
  224. config SERIAL_8250_RM9K
  225. bool "Support for MIPS RM9xxx integrated serial port"
  226. depends on SERIAL_8250 != n && SERIAL_RM9000
  227. select SERIAL_8250_SHARE_IRQ
  228. help
  229. Selecting this option will add support for the integrated serial
  230. port hardware found on MIPS RM9122 and similar processors.
  231. If unsure, say N.
  232. comment "Non-8250 serial port support"
  233. config SERIAL_AMBA_PL010
  234. tristate "ARM AMBA PL010 serial port support"
  235. depends on ARM_AMBA && (BROKEN || !ARCH_VERSATILE)
  236. select SERIAL_CORE
  237. help
  238. This selects the ARM(R) AMBA(R) PrimeCell PL010 UART. If you have
  239. an Integrator/AP or Integrator/PP2 platform, or if you have a
  240. Cirrus Logic EP93xx CPU, say Y or M here.
  241. If unsure, say N.
  242. config SERIAL_AMBA_PL010_CONSOLE
  243. bool "Support for console on AMBA serial port"
  244. depends on SERIAL_AMBA_PL010=y
  245. select SERIAL_CORE_CONSOLE
  246. ---help---
  247. Say Y here if you wish to use an AMBA PrimeCell UART as the system
  248. console (the system console is the device which receives all kernel
  249. messages and warnings and which allows logins in single user mode).
  250. Even if you say Y here, the currently visible framebuffer console
  251. (/dev/tty0) will still be used as the system console by default, but
  252. you can alter that using a kernel command line option such as
  253. "console=ttyAM0". (Try "man bootparam" or see the documentation of
  254. your boot loader (lilo or loadlin) about how to pass options to the
  255. kernel at boot time.)
  256. config SERIAL_AMBA_PL011
  257. tristate "ARM AMBA PL011 serial port support"
  258. depends on ARM_AMBA
  259. select SERIAL_CORE
  260. help
  261. This selects the ARM(R) AMBA(R) PrimeCell PL011 UART. If you have
  262. an Integrator/PP2, Integrator/CP or Versatile platform, say Y or M
  263. here.
  264. If unsure, say N.
  265. config SERIAL_AMBA_PL011_CONSOLE
  266. bool "Support for console on AMBA serial port"
  267. depends on SERIAL_AMBA_PL011=y
  268. select SERIAL_CORE_CONSOLE
  269. ---help---
  270. Say Y here if you wish to use an AMBA PrimeCell UART as the system
  271. console (the system console is the device which receives all kernel
  272. messages and warnings and which allows logins in single user mode).
  273. Even if you say Y here, the currently visible framebuffer console
  274. (/dev/tty0) will still be used as the system console by default, but
  275. you can alter that using a kernel command line option such as
  276. "console=ttyAMA0". (Try "man bootparam" or see the documentation of
  277. your boot loader (lilo or loadlin) about how to pass options to the
  278. kernel at boot time.)
  279. config SERIAL_SB1250_DUART
  280. tristate "BCM1xxx on-chip DUART serial support"
  281. depends on SIBYTE_SB1xxx_SOC=y
  282. select SERIAL_CORE
  283. default y
  284. ---help---
  285. Support for the asynchronous serial interface (DUART) included in
  286. the BCM1250 and derived System-On-a-Chip (SOC) devices. Note that
  287. the letter D in DUART stands for "dual", which is how the device
  288. is implemented. Depending on the SOC configuration there may be
  289. one or more DUARTs available of which all are handled.
  290. If unsure, say Y. To compile this driver as a module, choose M here:
  291. the module will be called sb1250-duart.
  292. config SERIAL_SB1250_DUART_CONSOLE
  293. bool "Support for console on a BCM1xxx DUART serial port"
  294. depends on SERIAL_SB1250_DUART=y
  295. select SERIAL_CORE_CONSOLE
  296. default y
  297. ---help---
  298. If you say Y here, it will be possible to use a serial port as the
  299. system console (the system console is the device which receives all
  300. kernel messages and warnings and which allows logins in single user
  301. mode).
  302. If unsure, say Y.
  303. config SERIAL_ATMEL
  304. bool "AT91 / AT32 on-chip serial port support"
  305. depends on (ARM && ARCH_AT91) || AVR32
  306. select SERIAL_CORE
  307. help
  308. This enables the driver for the on-chip UARTs of the Atmel
  309. AT91 and AT32 processors.
  310. config SERIAL_ATMEL_CONSOLE
  311. bool "Support for console on AT91 / AT32 serial port"
  312. depends on SERIAL_ATMEL=y
  313. select SERIAL_CORE_CONSOLE
  314. help
  315. Say Y here if you wish to use an on-chip UART on a Atmel
  316. AT91 or AT32 processor as the system console (the system
  317. console is the device which receives all kernel messages and
  318. warnings and which allows logins in single user mode).
  319. config SERIAL_ATMEL_PDC
  320. bool "Support DMA transfers on AT91 / AT32 serial port"
  321. depends on SERIAL_ATMEL
  322. default y
  323. help
  324. Say Y here if you wish to use the PDC to do DMA transfers to
  325. and from the Atmel AT91 / AT32 serial port. In order to
  326. actually use DMA transfers, make sure that the use_dma_tx
  327. and use_dma_rx members in the atmel_uart_data struct is set
  328. appropriately for each port.
  329. Note that break and error handling currently doesn't work
  330. properly when DMA is enabled. Make sure that ports where
  331. this matters don't use DMA.
  332. config SERIAL_ATMEL_TTYAT
  333. bool "Install as device ttyATn instead of ttySn"
  334. depends on SERIAL_ATMEL=y
  335. help
  336. Say Y here if you wish to have the internal AT91 / AT32 UARTs
  337. appear as /dev/ttyATn (major 204, minor starting at 154)
  338. instead of the normal /dev/ttySn (major 4, minor starting at
  339. 64). This is necessary if you also want other UARTs, such as
  340. external 8250/16C550 compatible UARTs.
  341. The ttySn nodes are legally reserved for the 8250 serial driver
  342. but are often misused by other serial drivers.
  343. To use this, you should create suitable ttyATn device nodes in
  344. /dev/, and pass "console=ttyATn" to the kernel.
  345. Say Y if you have an external 8250/16C550 UART. If unsure, say N.
  346. config SERIAL_KS8695
  347. bool "Micrel KS8695 (Centaur) serial port support"
  348. depends on ARCH_KS8695
  349. select SERIAL_CORE
  350. help
  351. This selects the Micrel Centaur KS8695 UART. Say Y here.
  352. config SERIAL_KS8695_CONSOLE
  353. bool "Support for console on KS8695 (Centaur) serial port"
  354. depends on SERIAL_KS8695=y
  355. select SERIAL_CORE_CONSOLE
  356. help
  357. Say Y here if you wish to use a KS8695 (Centaur) UART as the
  358. system console (the system console is the device which
  359. receives all kernel messages and warnings and which allows
  360. logins in single user mode).
  361. config SERIAL_CLPS711X
  362. tristate "CLPS711X serial port support"
  363. depends on ARM && ARCH_CLPS711X
  364. select SERIAL_CORE
  365. help
  366. ::: To be written :::
  367. config SERIAL_CLPS711X_CONSOLE
  368. bool "Support for console on CLPS711X serial port"
  369. depends on SERIAL_CLPS711X=y
  370. select SERIAL_CORE_CONSOLE
  371. help
  372. Even if you say Y here, the currently visible virtual console
  373. (/dev/tty0) will still be used as the system console by default, but
  374. you can alter that using a kernel command line option such as
  375. "console=ttyCL1". (Try "man bootparam" or see the documentation of
  376. your boot loader (lilo or loadlin) about how to pass options to the
  377. kernel at boot time.)
  378. config SERIAL_SAMSUNG
  379. tristate "Samsung SoC serial support"
  380. depends on ARM && PLAT_S3C24XX
  381. select SERIAL_CORE
  382. help
  383. Support for the on-chip UARTs on the Samsung S3C24XX series CPUs,
  384. providing /dev/ttySAC0, 1 and 2 (note, some machines may not
  385. provide all of these ports, depending on how the serial port
  386. pins are configured.
  387. config SERIAL_SAMSUNG_DEBUG
  388. bool "Samsung SoC serial debug"
  389. depends on SERIAL_SAMSUNG && DEBUG_LL
  390. help
  391. Add support for debugging the serial driver. Since this is
  392. generally being used as a console, we use our own output
  393. routines that go via the low-level debug printascii()
  394. function.
  395. config SERIAL_SAMSUNG_CONSOLE
  396. bool "Support for console on Samsung SoC serial port"
  397. depends on SERIAL_SAMSUNG=y
  398. select SERIAL_CORE_CONSOLE
  399. help
  400. Allow selection of the S3C24XX on-board serial ports for use as
  401. an virtual console.
  402. Even if you say Y here, the currently visible virtual console
  403. (/dev/tty0) will still be used as the system console by default, but
  404. you can alter that using a kernel command line option such as
  405. "console=ttySACx". (Try "man bootparam" or see the documentation of
  406. your boot loader about how to pass options to the kernel at
  407. boot time.)
  408. config SERIAL_S3C2400
  409. tristate "Samsung S3C2410 Serial port support"
  410. depends on ARM && SERIAL_SAMSUNG && CPU_S3C2400
  411. default y if CPU_S3C2400
  412. help
  413. Serial port support for the Samsung S3C2400 SoC
  414. config SERIAL_S3C2410
  415. tristate "Samsung S3C2410 Serial port support"
  416. depends on SERIAL_SAMSUNG && CPU_S3C2410
  417. default y if CPU_S3C2410
  418. help
  419. Serial port support for the Samsung S3C2410 SoC
  420. config SERIAL_S3C2412
  421. tristate "Samsung S3C2412/S3C2413 Serial port support"
  422. depends on SERIAL_SAMSUNG && CPU_S3C2412
  423. default y if CPU_S3C2412
  424. help
  425. Serial port support for the Samsung S3C2412 and S3C2413 SoC
  426. config SERIAL_S3C2440
  427. tristate "Samsung S3C2440/S3C2442 Serial port support"
  428. depends on SERIAL_SAMSUNG && (CPU_S3C2440 || CPU_S3C2442)
  429. default y if CPU_S3C2440
  430. default y if CPU_S3C2442
  431. help
  432. Serial port support for the Samsung S3C2440 and S3C2442 SoC
  433. config SERIAL_DZ
  434. bool "DECstation DZ serial driver"
  435. depends on MACH_DECSTATION && 32BIT
  436. select SERIAL_CORE
  437. default y
  438. ---help---
  439. DZ11-family serial controllers for DECstations and VAXstations,
  440. including the DC7085, M7814, and M7819.
  441. config SERIAL_DZ_CONSOLE
  442. bool "Support console on DECstation DZ serial driver"
  443. depends on SERIAL_DZ=y
  444. select SERIAL_CORE_CONSOLE
  445. default y
  446. ---help---
  447. If you say Y here, it will be possible to use a serial port as the
  448. system console (the system console is the device which receives all
  449. kernel messages and warnings and which allows logins in single user
  450. mode).
  451. Note that the firmware uses ttyS3 as the serial console on
  452. DECstations that use this driver.
  453. If unsure, say Y.
  454. config SERIAL_ZS
  455. tristate "DECstation Z85C30 serial support"
  456. depends on MACH_DECSTATION
  457. select SERIAL_CORE
  458. default y
  459. ---help---
  460. Support for the Zilog 85C350 serial communications controller used
  461. for serial ports in newer DECstation systems. These include the
  462. DECsystem 5900 and all models of the DECstation and DECsystem 5000
  463. systems except from model 200.
  464. If unsure, say Y. To compile this driver as a module, choose M here:
  465. the module will be called zs.
  466. config SERIAL_ZS_CONSOLE
  467. bool "Support for console on a DECstation Z85C30 serial port"
  468. depends on SERIAL_ZS=y
  469. select SERIAL_CORE_CONSOLE
  470. default y
  471. ---help---
  472. If you say Y here, it will be possible to use a serial port as the
  473. system console (the system console is the device which receives all
  474. kernel messages and warnings and which allows logins in single user
  475. mode).
  476. Note that the firmware uses ttyS1 as the serial console on the
  477. Maxine and ttyS3 on the others using this driver.
  478. If unsure, say Y.
  479. config SERIAL_21285
  480. tristate "DC21285 serial port support"
  481. depends on ARM && FOOTBRIDGE
  482. select SERIAL_CORE
  483. help
  484. If you have a machine based on a 21285 (Footbridge) StrongARM(R)/
  485. PCI bridge you can enable its onboard serial port by enabling this
  486. option.
  487. config SERIAL_21285_CONSOLE
  488. bool "Console on DC21285 serial port"
  489. depends on SERIAL_21285=y
  490. select SERIAL_CORE_CONSOLE
  491. help
  492. If you have enabled the serial port on the 21285 footbridge you can
  493. make it the console by answering Y to this option.
  494. Even if you say Y here, the currently visible virtual console
  495. (/dev/tty0) will still be used as the system console by default, but
  496. you can alter that using a kernel command line option such as
  497. "console=ttyFB". (Try "man bootparam" or see the documentation of
  498. your boot loader (lilo or loadlin) about how to pass options to the
  499. kernel at boot time.)
  500. config SERIAL_MPSC
  501. bool "Marvell MPSC serial port support"
  502. depends on PPC32 && MV64X60
  503. select SERIAL_CORE
  504. help
  505. Say Y here if you want to use the Marvell MPSC serial controller.
  506. config SERIAL_MPSC_CONSOLE
  507. bool "Support for console on Marvell MPSC serial port"
  508. depends on SERIAL_MPSC
  509. select SERIAL_CORE_CONSOLE
  510. help
  511. Say Y here if you want to support a serial console on a Marvell MPSC.
  512. config SERIAL_PXA
  513. bool "PXA serial port support"
  514. depends on ARM && ARCH_PXA
  515. select SERIAL_CORE
  516. help
  517. If you have a machine based on an Intel XScale PXA2xx CPU you
  518. can enable its onboard serial ports by enabling this option.
  519. config SERIAL_PXA_CONSOLE
  520. bool "Console on PXA serial port"
  521. depends on SERIAL_PXA
  522. select SERIAL_CORE_CONSOLE
  523. help
  524. If you have enabled the serial port on the Intel XScale PXA
  525. CPU you can make it the console by answering Y to this option.
  526. Even if you say Y here, the currently visible virtual console
  527. (/dev/tty0) will still be used as the system console by default, but
  528. you can alter that using a kernel command line option such as
  529. "console=ttySA0". (Try "man bootparam" or see the documentation of
  530. your boot loader (lilo or loadlin) about how to pass options to the
  531. kernel at boot time.)
  532. config SERIAL_SA1100
  533. bool "SA1100 serial port support"
  534. depends on ARM && ARCH_SA1100
  535. select SERIAL_CORE
  536. help
  537. If you have a machine based on a SA1100/SA1110 StrongARM(R) CPU you
  538. can enable its onboard serial port by enabling this option.
  539. Please read <file:Documentation/arm/SA1100/serial_UART> for further
  540. info.
  541. config SERIAL_SA1100_CONSOLE
  542. bool "Console on SA1100 serial port"
  543. depends on SERIAL_SA1100
  544. select SERIAL_CORE_CONSOLE
  545. help
  546. If you have enabled the serial port on the SA1100/SA1110 StrongARM
  547. CPU you can make it the console by answering Y to this option.
  548. Even if you say Y here, the currently visible virtual console
  549. (/dev/tty0) will still be used as the system console by default, but
  550. you can alter that using a kernel command line option such as
  551. "console=ttySA0". (Try "man bootparam" or see the documentation of
  552. your boot loader (lilo or loadlin) about how to pass options to the
  553. kernel at boot time.)
  554. config SERIAL_BFIN
  555. tristate "Blackfin serial port support"
  556. depends on BLACKFIN
  557. select SERIAL_CORE
  558. select SERIAL_BFIN_UART0 if (BF531 || BF532 || BF533 || BF561)
  559. help
  560. Add support for the built-in UARTs on the Blackfin.
  561. To compile this driver as a module, choose M here: the
  562. module will be called bfin_5xx.
  563. config SERIAL_BFIN_CONSOLE
  564. bool "Console on Blackfin serial port"
  565. depends on SERIAL_BFIN=y
  566. select SERIAL_CORE_CONSOLE
  567. choice
  568. prompt "UART Mode"
  569. depends on SERIAL_BFIN
  570. default SERIAL_BFIN_DMA
  571. help
  572. This driver supports the built-in serial ports of the Blackfin family
  573. of CPUs
  574. config SERIAL_BFIN_DMA
  575. bool "DMA mode"
  576. depends on !DMA_UNCACHED_NONE && !KGDB_UART
  577. help
  578. This driver works under DMA mode. If this option is selected, the
  579. blackfin simple dma driver is also enabled.
  580. config SERIAL_BFIN_PIO
  581. bool "PIO mode"
  582. help
  583. This driver works under PIO mode.
  584. endchoice
  585. config SERIAL_BFIN_UART0
  586. bool "Enable UART0"
  587. depends on SERIAL_BFIN
  588. help
  589. Enable UART0
  590. config BFIN_UART0_CTSRTS
  591. bool "Enable UART0 hardware flow control"
  592. depends on SERIAL_BFIN_UART0
  593. help
  594. Enable hardware flow control in the driver. Using GPIO emulate the CTS/RTS
  595. signal.
  596. config UART0_CTS_PIN
  597. int "UART0 CTS pin"
  598. depends on BFIN_UART0_CTSRTS
  599. default 23
  600. help
  601. The default pin is GPIO_GP7.
  602. Refer to ./include/asm-blackfin/gpio.h to see the GPIO map.
  603. config UART0_RTS_PIN
  604. int "UART0 RTS pin"
  605. depends on BFIN_UART0_CTSRTS
  606. default 22
  607. help
  608. The default pin is GPIO_GP6.
  609. Refer to ./include/asm-blackfin/gpio.h to see the GPIO map.
  610. config SERIAL_BFIN_UART1
  611. bool "Enable UART1"
  612. depends on SERIAL_BFIN && (!BF531 && !BF532 && !BF533 && !BF561)
  613. help
  614. Enable UART1
  615. config BFIN_UART1_CTSRTS
  616. bool "Enable UART1 hardware flow control"
  617. depends on SERIAL_BFIN_UART1
  618. help
  619. Enable hardware flow control in the driver. Using GPIO emulate the CTS/RTS
  620. signal.
  621. config UART1_CTS_PIN
  622. int "UART1 CTS pin"
  623. depends on BFIN_UART1_CTSRTS && !BF54x
  624. default -1
  625. help
  626. Refer to ./include/asm-blackfin/gpio.h to see the GPIO map.
  627. config UART1_RTS_PIN
  628. int "UART1 RTS pin"
  629. depends on BFIN_UART1_CTSRTS && !BF54x
  630. default -1
  631. help
  632. Refer to ./include/asm-blackfin/gpio.h to see the GPIO map.
  633. config SERIAL_BFIN_UART2
  634. bool "Enable UART2"
  635. depends on SERIAL_BFIN && (BF54x)
  636. help
  637. Enable UART2
  638. config BFIN_UART2_CTSRTS
  639. bool "Enable UART2 hardware flow control"
  640. depends on SERIAL_BFIN_UART2
  641. help
  642. Enable hardware flow control in the driver. Using GPIO emulate the CTS/RTS
  643. signal.
  644. config UART2_CTS_PIN
  645. int "UART2 CTS pin"
  646. depends on BFIN_UART2_CTSRTS
  647. default -1
  648. help
  649. Refer to ./include/asm-blackfin/gpio.h to see the GPIO map.
  650. config UART2_RTS_PIN
  651. int "UART2 RTS pin"
  652. depends on BFIN_UART2_CTSRTS
  653. default -1
  654. help
  655. Refer to ./include/asm-blackfin/gpio.h to see the GPIO map.
  656. config SERIAL_BFIN_UART3
  657. bool "Enable UART3"
  658. depends on SERIAL_BFIN && (BF54x)
  659. help
  660. Enable UART3
  661. config BFIN_UART3_CTSRTS
  662. bool "Enable UART3 hardware flow control"
  663. depends on SERIAL_BFIN_UART3
  664. help
  665. Enable hardware flow control in the driver. Using GPIO emulate the CTS/RTS
  666. signal.
  667. config SERIAL_IMX
  668. bool "IMX serial port support"
  669. depends on ARM && (ARCH_IMX || ARCH_MXC)
  670. select SERIAL_CORE
  671. help
  672. If you have a machine based on a Motorola IMX CPU you
  673. can enable its onboard serial port by enabling this option.
  674. config SERIAL_IMX_CONSOLE
  675. bool "Console on IMX serial port"
  676. depends on SERIAL_IMX
  677. select SERIAL_CORE_CONSOLE
  678. help
  679. If you have enabled the serial port on the Motorola IMX
  680. CPU you can make it the console by answering Y to this option.
  681. Even if you say Y here, the currently visible virtual console
  682. (/dev/tty0) will still be used as the system console by default, but
  683. you can alter that using a kernel command line option such as
  684. "console=ttySA0". (Try "man bootparam" or see the documentation of
  685. your boot loader (lilo or loadlin) about how to pass options to the
  686. kernel at boot time.)
  687. config SERIAL_UARTLITE
  688. tristate "Xilinx uartlite serial port support"
  689. depends on PPC32
  690. select SERIAL_CORE
  691. help
  692. Say Y here if you want to use the Xilinx uartlite serial controller.
  693. To compile this driver as a module, choose M here: the
  694. module will be called uartlite.ko.
  695. config SERIAL_UARTLITE_CONSOLE
  696. bool "Support for console on Xilinx uartlite serial port"
  697. depends on SERIAL_UARTLITE=y
  698. select SERIAL_CORE_CONSOLE
  699. help
  700. Say Y here if you wish to use a Xilinx uartlite as the system
  701. console (the system console is the device which receives all kernel
  702. messages and warnings and which allows logins in single user mode).
  703. config SERIAL_SUNCORE
  704. bool
  705. depends on SPARC
  706. select SERIAL_CORE
  707. select SERIAL_CORE_CONSOLE
  708. default y
  709. config SERIAL_SUNZILOG
  710. tristate "Sun Zilog8530 serial support"
  711. depends on SPARC
  712. help
  713. This driver supports the Zilog8530 serial ports found on many Sparc
  714. systems. Say Y or M if you want to be able to these serial ports.
  715. config SERIAL_SUNZILOG_CONSOLE
  716. bool "Console on Sun Zilog8530 serial port"
  717. depends on SERIAL_SUNZILOG=y
  718. help
  719. If you would like to be able to use the Zilog8530 serial port
  720. on your Sparc system as the console, you can do so by answering
  721. Y to this option.
  722. config SERIAL_SUNSU
  723. tristate "Sun SU serial support"
  724. depends on SPARC && PCI
  725. help
  726. This driver supports the 8250 serial ports that run the keyboard and
  727. mouse on (PCI) UltraSPARC systems. Say Y or M if you want to be able
  728. to these serial ports.
  729. config SERIAL_SUNSU_CONSOLE
  730. bool "Console on Sun SU serial port"
  731. depends on SERIAL_SUNSU=y
  732. help
  733. If you would like to be able to use the SU serial port
  734. on your Sparc system as the console, you can do so by answering
  735. Y to this option.
  736. config SERIAL_MUX
  737. tristate "Serial MUX support"
  738. depends on GSC
  739. select SERIAL_CORE
  740. default y
  741. ---help---
  742. Saying Y here will enable the hardware MUX serial driver for
  743. the Nova, K class systems and D class with a 'remote control card'.
  744. The hardware MUX is not 8250/16550 compatible therefore the
  745. /dev/ttyB0 device is shared between the Serial MUX and the PDC
  746. software console. The following steps need to be completed to use
  747. the Serial MUX:
  748. 1. create the device entry (mknod /dev/ttyB0 c 11 0)
  749. 2. Edit the /etc/inittab to start a getty listening on /dev/ttyB0
  750. 3. Add device ttyB0 to /etc/securetty (if you want to log on as
  751. root on this console.)
  752. 4. Change the kernel command console parameter to: console=ttyB0
  753. config SERIAL_MUX_CONSOLE
  754. bool "Support for console on serial MUX"
  755. depends on SERIAL_MUX=y
  756. select SERIAL_CORE_CONSOLE
  757. default y
  758. config PDC_CONSOLE
  759. bool "PDC software console support"
  760. depends on PARISC && !SERIAL_MUX && VT
  761. default n
  762. help
  763. Saying Y here will enable the software based PDC console to be
  764. used as the system console. This is useful for machines in
  765. which the hardware based console has not been written yet. The
  766. following steps must be competed to use the PDC console:
  767. 1. create the device entry (mknod /dev/ttyB0 c 11 0)
  768. 2. Edit the /etc/inittab to start a getty listening on /dev/ttyB0
  769. 3. Add device ttyB0 to /etc/securetty (if you want to log on as
  770. root on this console.)
  771. 4. Change the kernel command console parameter to: console=ttyB0
  772. config SERIAL_SUNSAB
  773. tristate "Sun Siemens SAB82532 serial support"
  774. depends on SPARC && PCI
  775. help
  776. This driver supports the Siemens SAB82532 DUSCC serial ports on newer
  777. (PCI) UltraSPARC systems. Say Y or M if you want to be able to these
  778. serial ports.
  779. config SERIAL_SUNSAB_CONSOLE
  780. bool "Console on Sun Siemens SAB82532 serial port"
  781. depends on SERIAL_SUNSAB=y
  782. help
  783. If you would like to be able to use the SAB82532 serial port
  784. on your Sparc system as the console, you can do so by answering
  785. Y to this option.
  786. config SERIAL_SUNHV
  787. bool "Sun4v Hypervisor Console support"
  788. depends on SPARC64
  789. help
  790. This driver supports the console device found on SUN4V Sparc
  791. systems. Say Y if you want to be able to use this device.
  792. config SERIAL_IP22_ZILOG
  793. tristate "SGI Zilog8530 serial support"
  794. depends on SGI_HAS_ZILOG
  795. select SERIAL_CORE
  796. help
  797. This driver supports the Zilog8530 serial ports found on SGI
  798. systems. Say Y or M if you want to be able to these serial ports.
  799. config SERIAL_IP22_ZILOG_CONSOLE
  800. bool "Console on SGI Zilog8530 serial port"
  801. depends on SERIAL_IP22_ZILOG=y
  802. select SERIAL_CORE_CONSOLE
  803. config SERIAL_SH_SCI
  804. tristate "SuperH SCI(F) serial port support"
  805. depends on SUPERH || H8300
  806. select SERIAL_CORE
  807. config SERIAL_SH_SCI_NR_UARTS
  808. int "Maximum number of SCI(F) serial ports"
  809. depends on SERIAL_SH_SCI
  810. default "2"
  811. config SERIAL_SH_SCI_CONSOLE
  812. bool "Support for console on SuperH SCI(F)"
  813. depends on SERIAL_SH_SCI=y
  814. select SERIAL_CORE_CONSOLE
  815. config SERIAL_PNX8XXX
  816. bool "Enable PNX8XXX SoCs' UART Support"
  817. depends on MIPS && SOC_PNX8550
  818. select SERIAL_CORE
  819. help
  820. If you have a MIPS-based Philips SoC such as PNX8550 or PNX8330
  821. and you want to use serial ports, say Y. Otherwise, say N.
  822. config SERIAL_PNX8XXX_CONSOLE
  823. bool "Enable PNX8XX0 serial console"
  824. depends on SERIAL_PNX8XXX
  825. select SERIAL_CORE_CONSOLE
  826. help
  827. If you have a MIPS-based Philips SoC such as PNX8550 or PNX8330
  828. and you want to use serial console, say Y. Otherwise, say N.
  829. config SERIAL_CORE
  830. tristate
  831. config SERIAL_CORE_CONSOLE
  832. bool
  833. config CONSOLE_POLL
  834. bool
  835. config SERIAL_68328
  836. bool "68328 serial support"
  837. depends on M68328 || M68EZ328 || M68VZ328
  838. help
  839. This driver supports the built-in serial port of the Motorola 68328
  840. (standard, EZ and VZ varieties).
  841. config SERIAL_68328_RTS_CTS
  842. bool "Support RTS/CTS on 68328 serial port"
  843. depends on SERIAL_68328
  844. config SERIAL_MCF
  845. bool "Coldfire serial support"
  846. depends on COLDFIRE
  847. select SERIAL_CORE
  848. help
  849. This serial driver supports the Freescale Coldfire serial ports.
  850. config SERIAL_MCF_BAUDRATE
  851. int "Default baudrate for Coldfire serial ports"
  852. depends on SERIAL_MCF
  853. default 19200
  854. help
  855. This setting lets you define what the default baudrate is for the
  856. ColdFire serial ports. The usual default varies from board to board,
  857. and this setting is a way of catering for that.
  858. config SERIAL_MCF_CONSOLE
  859. bool "Coldfire serial console support"
  860. depends on SERIAL_MCF
  861. select SERIAL_CORE_CONSOLE
  862. help
  863. Enable a ColdFire internal serial port to be the system console.
  864. config SERIAL_68360_SMC
  865. bool "68360 SMC uart support"
  866. depends on M68360
  867. help
  868. This driver supports the SMC serial ports of the Motorola 68360 CPU.
  869. config SERIAL_68360_SCC
  870. bool "68360 SCC uart support"
  871. depends on M68360
  872. help
  873. This driver supports the SCC serial ports of the Motorola 68360 CPU.
  874. config SERIAL_68360
  875. bool
  876. depends on SERIAL_68360_SMC || SERIAL_68360_SCC
  877. default y
  878. config SERIAL_PMACZILOG
  879. tristate "PowerMac z85c30 ESCC support"
  880. depends on PPC_OF && PPC_PMAC
  881. select SERIAL_CORE
  882. help
  883. This driver supports the Zilog z85C30 serial ports found on
  884. PowerMac machines.
  885. Say Y or M if you want to be able to these serial ports.
  886. config SERIAL_PMACZILOG_TTYS
  887. bool "Use ttySn device nodes for Zilog z85c30"
  888. depends on SERIAL_PMACZILOG
  889. help
  890. The pmac_zilog driver for the z85C30 chip on many powermacs
  891. historically used the device numbers for /dev/ttySn. The
  892. 8250 serial port driver also uses these numbers, which means
  893. the two drivers being unable to coexist; you could not use
  894. both z85C30 and 8250 type ports at the same time.
  895. If this option is not selected, the pmac_zilog driver will
  896. use the device numbers allocated for /dev/ttyPZn. This allows
  897. the pmac_zilog and 8250 drivers to co-exist, but may cause
  898. existing userspace setups to break. Programs that need to
  899. access the built-in serial ports on powermacs will need to
  900. be reconfigured to use /dev/ttyPZn instead of /dev/ttySn.
  901. If you enable this option, any z85c30 ports in the system will
  902. be registered as ttyS0 onwards as in the past, and you will be
  903. unable to use the 8250 module for PCMCIA or other 16C550-style
  904. UARTs.
  905. Say N unless you need the z85c30 ports on your powermac
  906. to appear as /dev/ttySn.
  907. config SERIAL_PMACZILOG_CONSOLE
  908. bool "Console on PowerMac z85c30 serial port"
  909. depends on SERIAL_PMACZILOG=y
  910. select SERIAL_CORE_CONSOLE
  911. help
  912. If you would like to be able to use the z85c30 serial port
  913. on your PowerMac as the console, you can do so by answering
  914. Y to this option.
  915. config SERIAL_LH7A40X
  916. tristate "Sharp LH7A40X embedded UART support"
  917. depends on ARM && ARCH_LH7A40X
  918. select SERIAL_CORE
  919. help
  920. This enables support for the three on-board UARTs of the
  921. Sharp LH7A40X series CPUs. Choose Y or M.
  922. config SERIAL_LH7A40X_CONSOLE
  923. bool "Support for console on Sharp LH7A40X serial port"
  924. depends on SERIAL_LH7A40X=y
  925. select SERIAL_CORE_CONSOLE
  926. help
  927. Say Y here if you wish to use one of the serial ports as the
  928. system console--the system console is the device which
  929. receives all kernel messages and warnings and which allows
  930. logins in single user mode.
  931. Even if you say Y here, the currently visible framebuffer console
  932. (/dev/tty0) will still be used as the default system console, but
  933. you can alter that using a kernel command line, for example
  934. "console=ttyAM1".
  935. config SERIAL_CPM
  936. tristate "CPM SCC/SMC serial port support"
  937. depends on CPM2 || 8xx
  938. select SERIAL_CORE
  939. help
  940. This driver supports the SCC and SMC serial ports on Motorola
  941. embedded PowerPC that contain a CPM1 (8xx) or CPM2 (8xxx)
  942. config SERIAL_CPM_CONSOLE
  943. bool "Support for console on CPM SCC/SMC serial port"
  944. depends on SERIAL_CPM=y
  945. select SERIAL_CORE_CONSOLE
  946. help
  947. Say Y here if you wish to use a SCC or SMC CPM UART as the system
  948. console (the system console is the device which receives all kernel
  949. messages and warnings and which allows logins in single user mode).
  950. Even if you say Y here, the currently visible framebuffer console
  951. (/dev/tty0) will still be used as the system console by default, but
  952. you can alter that using a kernel command line option such as
  953. "console=ttyCPM0". (Try "man bootparam" or see the documentation of
  954. your boot loader (lilo or loadlin) about how to pass options to the
  955. kernel at boot time.)
  956. config SERIAL_SGI_L1_CONSOLE
  957. bool "SGI Altix L1 serial console support"
  958. depends on IA64_GENERIC || IA64_SGI_SN2
  959. select SERIAL_CORE
  960. select SERIAL_CORE_CONSOLE
  961. help
  962. If you have an SGI Altix and you would like to use the system
  963. controller serial port as your console (you want this!),
  964. say Y. Otherwise, say N.
  965. config SERIAL_MPC52xx
  966. tristate "Freescale MPC52xx/MPC512x family PSC serial support"
  967. depends on PPC_MPC52xx || PPC_MPC512x
  968. select SERIAL_CORE
  969. help
  970. This driver supports MPC52xx and MPC512x PSC serial ports. If you would
  971. like to use them, you must answer Y or M to this option. Note that
  972. for use as console, it must be included in kernel and not as a
  973. module.
  974. config SERIAL_MPC52xx_CONSOLE
  975. bool "Console on a Freescale MPC52xx/MPC512x family PSC serial port"
  976. depends on SERIAL_MPC52xx=y
  977. select SERIAL_CORE_CONSOLE
  978. help
  979. Select this options if you'd like to use one of the PSC serial port
  980. of the Freescale MPC52xx family as a console.
  981. config SERIAL_MPC52xx_CONSOLE_BAUD
  982. int "Freescale MPC52xx/MPC512x family PSC serial port baud"
  983. depends on SERIAL_MPC52xx_CONSOLE=y
  984. default "9600"
  985. help
  986. Select the MPC52xx console baud rate.
  987. This value is only used if the bootloader doesn't pass in the
  988. console baudrate
  989. config SERIAL_ICOM
  990. tristate "IBM Multiport Serial Adapter"
  991. depends on PCI && (PPC_ISERIES || PPC_PSERIES)
  992. select SERIAL_CORE
  993. select FW_LOADER
  994. help
  995. This driver is for a family of multiport serial adapters
  996. including 2 port RVX, 2 port internal modem, 4 port internal
  997. modem and a split 1 port RVX and 1 port internal modem.
  998. This driver can also be built as a module. If so, the module
  999. will be called icom.
  1000. config SERIAL_M32R_SIO
  1001. bool "M32R SIO I/F"
  1002. depends on M32R
  1003. default y
  1004. select SERIAL_CORE
  1005. help
  1006. Say Y here if you want to use the M32R serial controller.
  1007. config SERIAL_M32R_SIO_CONSOLE
  1008. bool "use SIO console"
  1009. depends on SERIAL_M32R_SIO=y
  1010. select SERIAL_CORE_CONSOLE
  1011. help
  1012. Say Y here if you want to support a serial console.
  1013. If you use an M3T-M32700UT or an OPSPUT platform,
  1014. please say also y for SERIAL_M32R_PLDSIO.
  1015. config SERIAL_M32R_PLDSIO
  1016. bool "M32R SIO I/F on a PLD"
  1017. depends on SERIAL_M32R_SIO=y && (PLAT_OPSPUT || PLAT_USRV || PLAT_M32700UT)
  1018. default n
  1019. help
  1020. Say Y here if you want to use the M32R serial controller
  1021. on a PLD (Programmable Logic Device).
  1022. If you use an M3T-M32700UT or an OPSPUT platform,
  1023. please say Y.
  1024. config SERIAL_TXX9
  1025. bool "TMPTX39XX/49XX SIO support"
  1026. depends on HAS_TXX9_SERIAL
  1027. select SERIAL_CORE
  1028. default y
  1029. config HAS_TXX9_SERIAL
  1030. bool
  1031. config SERIAL_TXX9_NR_UARTS
  1032. int "Maximum number of TMPTX39XX/49XX SIO ports"
  1033. depends on SERIAL_TXX9
  1034. default "6"
  1035. config SERIAL_TXX9_CONSOLE
  1036. bool "TMPTX39XX/49XX SIO Console support"
  1037. depends on SERIAL_TXX9=y
  1038. select SERIAL_CORE_CONSOLE
  1039. config SERIAL_TXX9_STDSERIAL
  1040. bool "TX39XX/49XX SIO act as standard serial"
  1041. depends on !SERIAL_8250 && SERIAL_TXX9
  1042. config SERIAL_VR41XX
  1043. tristate "NEC VR4100 series Serial Interface Unit support"
  1044. depends on CPU_VR41XX
  1045. select SERIAL_CORE
  1046. help
  1047. If you have a NEC VR4100 series processor and you want to use
  1048. Serial Interface Unit(SIU) or Debug Serial Interface Unit(DSIU)
  1049. (not include VR4111/VR4121 DSIU), say Y. Otherwise, say N.
  1050. config SERIAL_VR41XX_CONSOLE
  1051. bool "Enable NEC VR4100 series Serial Interface Unit console"
  1052. depends on SERIAL_VR41XX=y
  1053. select SERIAL_CORE_CONSOLE
  1054. help
  1055. If you have a NEC VR4100 series processor and you want to use
  1056. a console on a serial port, say Y. Otherwise, say N.
  1057. config SERIAL_JSM
  1058. tristate "Digi International NEO PCI Support"
  1059. depends on PCI
  1060. select SERIAL_CORE
  1061. help
  1062. This is a driver for Digi International's Neo series
  1063. of cards which provide multiple serial ports. You would need
  1064. something like this to connect more than two modems to your Linux
  1065. box, for instance in order to become a dial-in server. This driver
  1066. supports PCI boards only.
  1067. If you have a card like this, say Y here, otherwise say N.
  1068. To compile this driver as a module, choose M here: the
  1069. module will be called jsm.
  1070. config SERIAL_SGI_IOC4
  1071. tristate "SGI IOC4 controller serial support"
  1072. depends on (IA64_GENERIC || IA64_SGI_SN2) && SGI_IOC4
  1073. select SERIAL_CORE
  1074. help
  1075. If you have an SGI Altix with an IOC4 based Base IO card
  1076. and wish to use the serial ports on this card, say Y.
  1077. Otherwise, say N.
  1078. config SERIAL_SGI_IOC3
  1079. tristate "SGI Altix IOC3 serial support"
  1080. depends on (IA64_GENERIC || IA64_SGI_SN2) && SGI_IOC3
  1081. select SERIAL_CORE
  1082. help
  1083. If you have an SGI Altix with an IOC3 serial card,
  1084. say Y or M. Otherwise, say N.
  1085. config SERIAL_NETX
  1086. tristate "NetX serial port support"
  1087. depends on ARM && ARCH_NETX
  1088. select SERIAL_CORE
  1089. help
  1090. If you have a machine based on a Hilscher NetX SoC you
  1091. can enable its onboard serial port by enabling this option.
  1092. To compile this driver as a module, choose M here: the
  1093. module will be called netx-serial.
  1094. config SERIAL_NETX_CONSOLE
  1095. bool "Console on NetX serial port"
  1096. depends on SERIAL_NETX=y
  1097. select SERIAL_CORE_CONSOLE
  1098. help
  1099. If you have enabled the serial port on the Hilscher NetX SoC
  1100. you can make it the console by answering Y to this option.
  1101. config SERIAL_OF_PLATFORM
  1102. tristate "Serial port on Open Firmware platform bus"
  1103. depends on PPC_OF
  1104. depends on SERIAL_8250
  1105. help
  1106. If you have a PowerPC based system that has serial ports
  1107. on a platform specific bus, you should enable this option.
  1108. Currently, only 8250 compatible ports are supported, but
  1109. others can easily be added.
  1110. config SERIAL_QE
  1111. tristate "Freescale QUICC Engine serial port support"
  1112. depends on QUICC_ENGINE
  1113. select SERIAL_CORE
  1114. select FW_LOADER
  1115. default n
  1116. help
  1117. This driver supports the QE serial ports on Freescale embedded
  1118. PowerPC that contain a QUICC Engine.
  1119. config SERIAL_SC26XX
  1120. tristate "SC2681/SC2692 serial port support"
  1121. depends on SNI_RM
  1122. select SERIAL_CORE
  1123. help
  1124. This is a driver for the onboard serial ports of
  1125. older RM400 machines.
  1126. config SERIAL_SC26XX_CONSOLE
  1127. bool "Console on SC2681/SC2692 serial port"
  1128. depends on SERIAL_SC26XX
  1129. select SERIAL_CORE_CONSOLE
  1130. help
  1131. Support for Console on SC2681/SC2692 serial ports.
  1132. config SERIAL_BFIN_SPORT
  1133. tristate "Blackfin SPORT emulate UART (EXPERIMENTAL)"
  1134. depends on BLACKFIN && EXPERIMENTAL
  1135. select SERIAL_CORE
  1136. help
  1137. Enble support SPORT emulate UART on Blackfin series.
  1138. To compile this driver as a module, choose M here: the
  1139. module will be called bfin_sport_uart.
  1140. choice
  1141. prompt "Baud rate for Blackfin SPORT UART"
  1142. depends on SERIAL_BFIN_SPORT
  1143. default SERIAL_SPORT_BAUD_RATE_57600
  1144. help
  1145. Choose a baud rate for the SPORT UART, other uart settings are
  1146. 8 bit, 1 stop bit, no parity, no flow control.
  1147. config SERIAL_SPORT_BAUD_RATE_115200
  1148. bool "115200"
  1149. config SERIAL_SPORT_BAUD_RATE_57600
  1150. bool "57600"
  1151. config SERIAL_SPORT_BAUD_RATE_38400
  1152. bool "38400"
  1153. config SERIAL_SPORT_BAUD_RATE_19200
  1154. bool "19200"
  1155. config SERIAL_SPORT_BAUD_RATE_9600
  1156. bool "9600"
  1157. endchoice
  1158. config SPORT_BAUD_RATE
  1159. int
  1160. depends on SERIAL_BFIN_SPORT
  1161. default 115200 if (SERIAL_SPORT_BAUD_RATE_115200)
  1162. default 57600 if (SERIAL_SPORT_BAUD_RATE_57600)
  1163. default 38400 if (SERIAL_SPORT_BAUD_RATE_38400)
  1164. default 19200 if (SERIAL_SPORT_BAUD_RATE_19200)
  1165. default 9600 if (SERIAL_SPORT_BAUD_RATE_9600)
  1166. endmenu