Kconfig 36 KB

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