Kconfig 47 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493
  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_S3C
  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_UARTS
  388. int
  389. depends on ARM && PLAT_S3C
  390. default 2 if ARCH_S3C2400
  391. default 4 if ARCH_S5PC1XX || ARCH_S3C64XX || CPU_S3C2443
  392. default 3
  393. help
  394. Select the number of available UART ports for the Samsung S3C
  395. serial driver
  396. config SERIAL_SAMSUNG_DEBUG
  397. bool "Samsung SoC serial debug"
  398. depends on SERIAL_SAMSUNG && DEBUG_LL
  399. help
  400. Add support for debugging the serial driver. Since this is
  401. generally being used as a console, we use our own output
  402. routines that go via the low-level debug printascii()
  403. function.
  404. config SERIAL_SAMSUNG_CONSOLE
  405. bool "Support for console on Samsung SoC serial port"
  406. depends on SERIAL_SAMSUNG=y
  407. select SERIAL_CORE_CONSOLE
  408. help
  409. Allow selection of the S3C24XX on-board serial ports for use as
  410. an virtual console.
  411. Even if you say Y here, the currently visible virtual console
  412. (/dev/tty0) will still be used as the system console by default, but
  413. you can alter that using a kernel command line option such as
  414. "console=ttySACx". (Try "man bootparam" or see the documentation of
  415. your boot loader about how to pass options to the kernel at
  416. boot time.)
  417. config SERIAL_S3C2400
  418. tristate "Samsung S3C2410 Serial port support"
  419. depends on ARM && SERIAL_SAMSUNG && CPU_S3C2400
  420. default y if CPU_S3C2400
  421. help
  422. Serial port support for the Samsung S3C2400 SoC
  423. config SERIAL_S3C2410
  424. tristate "Samsung S3C2410 Serial port support"
  425. depends on SERIAL_SAMSUNG && CPU_S3C2410
  426. default y if CPU_S3C2410
  427. help
  428. Serial port support for the Samsung S3C2410 SoC
  429. config SERIAL_S3C2412
  430. tristate "Samsung S3C2412/S3C2413 Serial port support"
  431. depends on SERIAL_SAMSUNG && CPU_S3C2412
  432. default y if CPU_S3C2412
  433. help
  434. Serial port support for the Samsung S3C2412 and S3C2413 SoC
  435. config SERIAL_S3C2440
  436. tristate "Samsung S3C2440/S3C2442 Serial port support"
  437. depends on SERIAL_SAMSUNG && (CPU_S3C2440 || CPU_S3C2442)
  438. default y if CPU_S3C2440
  439. default y if CPU_S3C2442
  440. help
  441. Serial port support for the Samsung S3C2440 and S3C2442 SoC
  442. config SERIAL_S3C24A0
  443. tristate "Samsung S3C24A0 Serial port support"
  444. depends on SERIAL_SAMSUNG && CPU_S3C24A0
  445. default y if CPU_S3C24A0
  446. help
  447. Serial port support for the Samsung S3C24A0 SoC
  448. config SERIAL_S3C6400
  449. tristate "Samsung S3C6400/S3C6410 Serial port support"
  450. depends on SERIAL_SAMSUNG && (CPU_S3C6400 || CPU_S3C6410)
  451. default y
  452. help
  453. Serial port support for the Samsung S3C6400 and S3C6410
  454. SoCs
  455. config SERIAL_S5PC100
  456. tristate "Samsung S5PC100 Serial port support"
  457. depends on SERIAL_SAMSUNG && CPU_S5PC100
  458. default y
  459. help
  460. Serial port support for the Samsung S5PC100 SoCs
  461. config SERIAL_MAX3100
  462. tristate "MAX3100 support"
  463. depends on SPI
  464. select SERIAL_CORE
  465. help
  466. MAX3100 chip support
  467. config SERIAL_DZ
  468. bool "DECstation DZ serial driver"
  469. depends on MACH_DECSTATION && 32BIT
  470. select SERIAL_CORE
  471. default y
  472. ---help---
  473. DZ11-family serial controllers for DECstations and VAXstations,
  474. including the DC7085, M7814, and M7819.
  475. config SERIAL_DZ_CONSOLE
  476. bool "Support console on DECstation DZ serial driver"
  477. depends on SERIAL_DZ=y
  478. select SERIAL_CORE_CONSOLE
  479. default y
  480. ---help---
  481. If you say Y here, it will be possible to use a serial port as the
  482. system console (the system console is the device which receives all
  483. kernel messages and warnings and which allows logins in single user
  484. mode).
  485. Note that the firmware uses ttyS3 as the serial console on
  486. DECstations that use this driver.
  487. If unsure, say Y.
  488. config SERIAL_ZS
  489. tristate "DECstation Z85C30 serial support"
  490. depends on MACH_DECSTATION
  491. select SERIAL_CORE
  492. default y
  493. ---help---
  494. Support for the Zilog 85C350 serial communications controller used
  495. for serial ports in newer DECstation systems. These include the
  496. DECsystem 5900 and all models of the DECstation and DECsystem 5000
  497. systems except from model 200.
  498. If unsure, say Y. To compile this driver as a module, choose M here:
  499. the module will be called zs.
  500. config SERIAL_ZS_CONSOLE
  501. bool "Support for console on a DECstation Z85C30 serial port"
  502. depends on SERIAL_ZS=y
  503. select SERIAL_CORE_CONSOLE
  504. default y
  505. ---help---
  506. If you say Y here, it will be possible to use a serial port as the
  507. system console (the system console is the device which receives all
  508. kernel messages and warnings and which allows logins in single user
  509. mode).
  510. Note that the firmware uses ttyS1 as the serial console on the
  511. Maxine and ttyS3 on the others using this driver.
  512. If unsure, say Y.
  513. config SERIAL_21285
  514. tristate "DC21285 serial port support"
  515. depends on ARM && FOOTBRIDGE
  516. select SERIAL_CORE
  517. help
  518. If you have a machine based on a 21285 (Footbridge) StrongARM(R)/
  519. PCI bridge you can enable its onboard serial port by enabling this
  520. option.
  521. config SERIAL_21285_CONSOLE
  522. bool "Console on DC21285 serial port"
  523. depends on SERIAL_21285=y
  524. select SERIAL_CORE_CONSOLE
  525. help
  526. If you have enabled the serial port on the 21285 footbridge you can
  527. 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=ttyFB". (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_MPSC
  535. bool "Marvell MPSC serial port support"
  536. depends on PPC32 && MV64X60
  537. select SERIAL_CORE
  538. help
  539. Say Y here if you want to use the Marvell MPSC serial controller.
  540. config SERIAL_MPSC_CONSOLE
  541. bool "Support for console on Marvell MPSC serial port"
  542. depends on SERIAL_MPSC
  543. select SERIAL_CORE_CONSOLE
  544. help
  545. Say Y here if you want to support a serial console on a Marvell MPSC.
  546. config SERIAL_PXA
  547. bool "PXA serial port support"
  548. depends on ARCH_PXA || ARCH_MMP
  549. select SERIAL_CORE
  550. help
  551. If you have a machine based on an Intel XScale PXA2xx CPU you
  552. can enable its onboard serial ports by enabling this option.
  553. config SERIAL_PXA_CONSOLE
  554. bool "Console on PXA serial port"
  555. depends on SERIAL_PXA
  556. select SERIAL_CORE_CONSOLE
  557. help
  558. If you have enabled the serial port on the Intel XScale PXA
  559. CPU you can make it the console by answering Y to this option.
  560. Even if you say Y here, the currently visible virtual console
  561. (/dev/tty0) will still be used as the system console by default, but
  562. you can alter that using a kernel command line option such as
  563. "console=ttySA0". (Try "man bootparam" or see the documentation of
  564. your boot loader (lilo or loadlin) about how to pass options to the
  565. kernel at boot time.)
  566. config SERIAL_SA1100
  567. bool "SA1100 serial port support"
  568. depends on ARM && ARCH_SA1100
  569. select SERIAL_CORE
  570. help
  571. If you have a machine based on a SA1100/SA1110 StrongARM(R) CPU you
  572. can enable its onboard serial port by enabling this option.
  573. Please read <file:Documentation/arm/SA1100/serial_UART> for further
  574. info.
  575. config SERIAL_SA1100_CONSOLE
  576. bool "Console on SA1100 serial port"
  577. depends on SERIAL_SA1100
  578. select SERIAL_CORE_CONSOLE
  579. help
  580. If you have enabled the serial port on the SA1100/SA1110 StrongARM
  581. CPU you can make it the console by answering Y to this option.
  582. Even if you say Y here, the currently visible virtual console
  583. (/dev/tty0) will still be used as the system console by default, but
  584. you can alter that using a kernel command line option such as
  585. "console=ttySA0". (Try "man bootparam" or see the documentation of
  586. your boot loader (lilo or loadlin) about how to pass options to the
  587. kernel at boot time.)
  588. config SERIAL_BFIN
  589. tristate "Blackfin serial port support"
  590. depends on BLACKFIN
  591. select SERIAL_CORE
  592. select SERIAL_BFIN_UART0 if (BF531 || BF532 || BF533 || BF561)
  593. help
  594. Add support for the built-in UARTs on the Blackfin.
  595. To compile this driver as a module, choose M here: the
  596. module will be called bfin_5xx.
  597. config SERIAL_BFIN_CONSOLE
  598. bool "Console on Blackfin serial port"
  599. depends on SERIAL_BFIN=y
  600. select SERIAL_CORE_CONSOLE
  601. choice
  602. prompt "UART Mode"
  603. depends on SERIAL_BFIN
  604. default SERIAL_BFIN_DMA
  605. help
  606. This driver supports the built-in serial ports of the Blackfin family
  607. of CPUs
  608. config SERIAL_BFIN_DMA
  609. bool "DMA mode"
  610. depends on !DMA_UNCACHED_NONE && KGDB_SERIAL_CONSOLE=n
  611. help
  612. This driver works under DMA mode. If this option is selected, the
  613. blackfin simple dma driver is also enabled.
  614. config SERIAL_BFIN_PIO
  615. bool "PIO mode"
  616. help
  617. This driver works under PIO mode.
  618. endchoice
  619. config SERIAL_BFIN_UART0
  620. bool "Enable UART0"
  621. depends on SERIAL_BFIN
  622. help
  623. Enable UART0
  624. config BFIN_UART0_CTSRTS
  625. bool "Enable UART0 hardware flow control"
  626. depends on SERIAL_BFIN_UART0
  627. help
  628. Enable hardware flow control in the driver. Using GPIO emulate the CTS/RTS
  629. signal.
  630. config UART0_CTS_PIN
  631. int "UART0 CTS pin"
  632. depends on BFIN_UART0_CTSRTS && !BF548
  633. default 23
  634. help
  635. The default pin is GPIO_GP7.
  636. Refer to arch/blackfin/mach-*/include/mach/gpio.h to see the GPIO map.
  637. config UART0_RTS_PIN
  638. int "UART0 RTS pin"
  639. depends on BFIN_UART0_CTSRTS && !BF548
  640. default 22
  641. help
  642. The default pin is GPIO_GP6.
  643. Refer to arch/blackfin/mach-*/include/mach/gpio.h to see the GPIO map.
  644. config SERIAL_BFIN_UART1
  645. bool "Enable UART1"
  646. depends on SERIAL_BFIN && (!BF531 && !BF532 && !BF533 && !BF561)
  647. help
  648. Enable UART1
  649. config BFIN_UART1_CTSRTS
  650. bool "Enable UART1 hardware flow control"
  651. depends on SERIAL_BFIN_UART1
  652. help
  653. Enable hardware flow control in the driver. Using GPIO emulate the CTS/RTS
  654. signal.
  655. config UART1_CTS_PIN
  656. int "UART1 CTS pin"
  657. depends on BFIN_UART1_CTSRTS && !BF548
  658. default -1
  659. help
  660. Refer to arch/blackfin/mach-*/include/mach/gpio.h to see the GPIO map.
  661. config UART1_RTS_PIN
  662. int "UART1 RTS pin"
  663. depends on BFIN_UART1_CTSRTS && !BF548
  664. default -1
  665. help
  666. Refer to arch/blackfin/mach-*/include/mach/gpio.h to see the GPIO map.
  667. config SERIAL_BFIN_UART2
  668. bool "Enable UART2"
  669. depends on SERIAL_BFIN && (BF54x || BF538 || BF539)
  670. help
  671. Enable UART2
  672. config BFIN_UART2_CTSRTS
  673. bool "Enable UART2 hardware flow control"
  674. depends on SERIAL_BFIN_UART2
  675. help
  676. Enable hardware flow control in the driver. Using GPIO emulate the CTS/RTS
  677. signal.
  678. config UART2_CTS_PIN
  679. int "UART2 CTS pin"
  680. depends on BFIN_UART2_CTSRTS && !BF548
  681. default -1
  682. help
  683. Refer to arch/blackfin/mach-*/include/mach/gpio.h to see the GPIO map.
  684. config UART2_RTS_PIN
  685. int "UART2 RTS pin"
  686. depends on BFIN_UART2_CTSRTS && !BF548
  687. default -1
  688. help
  689. Refer to arch/blackfin/mach-*/include/mach/gpio.h to see the GPIO map.
  690. config SERIAL_BFIN_UART3
  691. bool "Enable UART3"
  692. depends on SERIAL_BFIN && (BF54x)
  693. help
  694. Enable UART3
  695. config BFIN_UART3_CTSRTS
  696. bool "Enable UART3 hardware flow control"
  697. depends on SERIAL_BFIN_UART3
  698. help
  699. Enable hardware flow control in the driver. Using GPIO emulate the CTS/RTS
  700. signal.
  701. config UART3_CTS_PIN
  702. int "UART3 CTS pin"
  703. depends on BFIN_UART3_CTSRTS && !BF548
  704. default -1
  705. help
  706. Refer to arch/blackfin/mach-*/include/mach/gpio.h to see the GPIO map.
  707. config UART3_RTS_PIN
  708. int "UART3 RTS pin"
  709. depends on BFIN_UART3_CTSRTS && !BF548
  710. default -1
  711. help
  712. Refer to arch/blackfin/mach-*/include/mach/gpio.h to see the GPIO map.
  713. config SERIAL_IMX
  714. bool "IMX serial port support"
  715. depends on ARM && (ARCH_IMX || ARCH_MXC)
  716. select SERIAL_CORE
  717. select RATIONAL
  718. help
  719. If you have a machine based on a Motorola IMX CPU you
  720. can enable its onboard serial port by enabling this option.
  721. config SERIAL_IMX_CONSOLE
  722. bool "Console on IMX serial port"
  723. depends on SERIAL_IMX
  724. select SERIAL_CORE_CONSOLE
  725. help
  726. If you have enabled the serial port on the Motorola IMX
  727. CPU you can make it the console by answering Y to this option.
  728. Even if you say Y here, the currently visible virtual console
  729. (/dev/tty0) will still be used as the system console by default, but
  730. you can alter that using a kernel command line option such as
  731. "console=ttySA0". (Try "man bootparam" or see the documentation of
  732. your boot loader (lilo or loadlin) about how to pass options to the
  733. kernel at boot time.)
  734. config SERIAL_UARTLITE
  735. tristate "Xilinx uartlite serial port support"
  736. depends on PPC32 || MICROBLAZE || MFD_TIMBERDALE
  737. select SERIAL_CORE
  738. help
  739. Say Y here if you want to use the Xilinx uartlite serial controller.
  740. To compile this driver as a module, choose M here: the
  741. module will be called uartlite.
  742. config SERIAL_UARTLITE_CONSOLE
  743. bool "Support for console on Xilinx uartlite serial port"
  744. depends on SERIAL_UARTLITE=y
  745. select SERIAL_CORE_CONSOLE
  746. help
  747. Say Y here if you wish to use a Xilinx uartlite as the system
  748. console (the system console is the device which receives all kernel
  749. messages and warnings and which allows logins in single user mode).
  750. config SERIAL_SUNCORE
  751. bool
  752. depends on SPARC
  753. select SERIAL_CORE
  754. select SERIAL_CORE_CONSOLE
  755. default y
  756. config SERIAL_SUNZILOG
  757. tristate "Sun Zilog8530 serial support"
  758. depends on SPARC
  759. help
  760. This driver supports the Zilog8530 serial ports found on many Sparc
  761. systems. Say Y or M if you want to be able to these serial ports.
  762. config SERIAL_SUNZILOG_CONSOLE
  763. bool "Console on Sun Zilog8530 serial port"
  764. depends on SERIAL_SUNZILOG=y
  765. help
  766. If you would like to be able to use the Zilog8530 serial port
  767. on your Sparc system as the console, you can do so by answering
  768. Y to this option.
  769. config SERIAL_SUNSU
  770. tristate "Sun SU serial support"
  771. depends on SPARC && PCI
  772. help
  773. This driver supports the 8250 serial ports that run the keyboard and
  774. mouse on (PCI) UltraSPARC systems. Say Y or M if you want to be able
  775. to these serial ports.
  776. config SERIAL_SUNSU_CONSOLE
  777. bool "Console on Sun SU serial port"
  778. depends on SERIAL_SUNSU=y
  779. help
  780. If you would like to be able to use the SU serial port
  781. on your Sparc system as the console, you can do so by answering
  782. Y to this option.
  783. config SERIAL_MUX
  784. tristate "Serial MUX support"
  785. depends on GSC
  786. select SERIAL_CORE
  787. default y
  788. ---help---
  789. Saying Y here will enable the hardware MUX serial driver for
  790. the Nova, K class systems and D class with a 'remote control card'.
  791. The hardware MUX is not 8250/16550 compatible therefore the
  792. /dev/ttyB0 device is shared between the Serial MUX and the PDC
  793. software console. The following steps need to be completed to use
  794. the Serial MUX:
  795. 1. create the device entry (mknod /dev/ttyB0 c 11 0)
  796. 2. Edit the /etc/inittab to start a getty listening on /dev/ttyB0
  797. 3. Add device ttyB0 to /etc/securetty (if you want to log on as
  798. root on this console.)
  799. 4. Change the kernel command console parameter to: console=ttyB0
  800. config SERIAL_MUX_CONSOLE
  801. bool "Support for console on serial MUX"
  802. depends on SERIAL_MUX=y
  803. select SERIAL_CORE_CONSOLE
  804. default y
  805. config PDC_CONSOLE
  806. bool "PDC software console support"
  807. depends on PARISC && !SERIAL_MUX && VT
  808. default n
  809. help
  810. Saying Y here will enable the software based PDC console to be
  811. used as the system console. This is useful for machines in
  812. which the hardware based console has not been written yet. The
  813. following steps must be competed to use the PDC console:
  814. 1. create the device entry (mknod /dev/ttyB0 c 11 0)
  815. 2. Edit the /etc/inittab to start a getty listening on /dev/ttyB0
  816. 3. Add device ttyB0 to /etc/securetty (if you want to log on as
  817. root on this console.)
  818. 4. Change the kernel command console parameter to: console=ttyB0
  819. config SERIAL_SUNSAB
  820. tristate "Sun Siemens SAB82532 serial support"
  821. depends on SPARC && PCI
  822. help
  823. This driver supports the Siemens SAB82532 DUSCC serial ports on newer
  824. (PCI) UltraSPARC systems. Say Y or M if you want to be able to these
  825. serial ports.
  826. config SERIAL_SUNSAB_CONSOLE
  827. bool "Console on Sun Siemens SAB82532 serial port"
  828. depends on SERIAL_SUNSAB=y
  829. help
  830. If you would like to be able to use the SAB82532 serial port
  831. on your Sparc system as the console, you can do so by answering
  832. Y to this option.
  833. config SERIAL_SUNHV
  834. bool "Sun4v Hypervisor Console support"
  835. depends on SPARC64
  836. help
  837. This driver supports the console device found on SUN4V Sparc
  838. systems. Say Y if you want to be able to use this device.
  839. config SERIAL_IP22_ZILOG
  840. tristate "SGI Zilog8530 serial support"
  841. depends on SGI_HAS_ZILOG
  842. select SERIAL_CORE
  843. help
  844. This driver supports the Zilog8530 serial ports found on SGI
  845. systems. Say Y or M if you want to be able to these serial ports.
  846. config SERIAL_IP22_ZILOG_CONSOLE
  847. bool "Console on SGI Zilog8530 serial port"
  848. depends on SERIAL_IP22_ZILOG=y
  849. select SERIAL_CORE_CONSOLE
  850. config SERIAL_SH_SCI
  851. tristate "SuperH SCI(F) serial port support"
  852. depends on HAVE_CLK && (SUPERH || H8300)
  853. select SERIAL_CORE
  854. config SERIAL_SH_SCI_NR_UARTS
  855. int "Maximum number of SCI(F) serial ports"
  856. depends on SERIAL_SH_SCI
  857. default "2"
  858. config SERIAL_SH_SCI_CONSOLE
  859. bool "Support for console on SuperH SCI(F)"
  860. depends on SERIAL_SH_SCI=y
  861. select SERIAL_CORE_CONSOLE
  862. config SERIAL_PNX8XXX
  863. bool "Enable PNX8XXX SoCs' UART Support"
  864. depends on MIPS && (SOC_PNX8550 || SOC_PNX833X)
  865. select SERIAL_CORE
  866. help
  867. If you have a MIPS-based Philips SoC such as PNX8550 or PNX8330
  868. and you want to use serial ports, say Y. Otherwise, say N.
  869. config SERIAL_PNX8XXX_CONSOLE
  870. bool "Enable PNX8XX0 serial console"
  871. depends on SERIAL_PNX8XXX
  872. select SERIAL_CORE_CONSOLE
  873. help
  874. If you have a MIPS-based Philips SoC such as PNX8550 or PNX8330
  875. and you want to use serial console, say Y. Otherwise, say N.
  876. config SERIAL_CORE
  877. tristate
  878. config SERIAL_CORE_CONSOLE
  879. bool
  880. config CONSOLE_POLL
  881. bool
  882. config SERIAL_68328
  883. bool "68328 serial support"
  884. depends on M68328 || M68EZ328 || M68VZ328
  885. help
  886. This driver supports the built-in serial port of the Motorola 68328
  887. (standard, EZ and VZ varieties).
  888. config SERIAL_68328_RTS_CTS
  889. bool "Support RTS/CTS on 68328 serial port"
  890. depends on SERIAL_68328
  891. config SERIAL_MCF
  892. bool "Coldfire serial support"
  893. depends on COLDFIRE
  894. select SERIAL_CORE
  895. help
  896. This serial driver supports the Freescale Coldfire serial ports.
  897. config SERIAL_MCF_BAUDRATE
  898. int "Default baudrate for Coldfire serial ports"
  899. depends on SERIAL_MCF
  900. default 19200
  901. help
  902. This setting lets you define what the default baudrate is for the
  903. ColdFire serial ports. The usual default varies from board to board,
  904. and this setting is a way of catering for that.
  905. config SERIAL_MCF_CONSOLE
  906. bool "Coldfire serial console support"
  907. depends on SERIAL_MCF
  908. select SERIAL_CORE_CONSOLE
  909. help
  910. Enable a ColdFire internal serial port to be the system console.
  911. config SERIAL_68360_SMC
  912. bool "68360 SMC uart support"
  913. depends on M68360
  914. help
  915. This driver supports the SMC serial ports of the Motorola 68360 CPU.
  916. config SERIAL_68360_SCC
  917. bool "68360 SCC uart support"
  918. depends on M68360
  919. help
  920. This driver supports the SCC serial ports of the Motorola 68360 CPU.
  921. config SERIAL_68360
  922. bool
  923. depends on SERIAL_68360_SMC || SERIAL_68360_SCC
  924. default y
  925. config SERIAL_PMACZILOG
  926. tristate "PowerMac z85c30 ESCC support"
  927. depends on PPC_OF && PPC_PMAC
  928. select SERIAL_CORE
  929. help
  930. This driver supports the Zilog z85C30 serial ports found on
  931. PowerMac machines.
  932. Say Y or M if you want to be able to these serial ports.
  933. config SERIAL_PMACZILOG_TTYS
  934. bool "Use ttySn device nodes for Zilog z85c30"
  935. depends on SERIAL_PMACZILOG
  936. help
  937. The pmac_zilog driver for the z85C30 chip on many powermacs
  938. historically used the device numbers for /dev/ttySn. The
  939. 8250 serial port driver also uses these numbers, which means
  940. the two drivers being unable to coexist; you could not use
  941. both z85C30 and 8250 type ports at the same time.
  942. If this option is not selected, the pmac_zilog driver will
  943. use the device numbers allocated for /dev/ttyPZn. This allows
  944. the pmac_zilog and 8250 drivers to co-exist, but may cause
  945. existing userspace setups to break. Programs that need to
  946. access the built-in serial ports on powermacs will need to
  947. be reconfigured to use /dev/ttyPZn instead of /dev/ttySn.
  948. If you enable this option, any z85c30 ports in the system will
  949. be registered as ttyS0 onwards as in the past, and you will be
  950. unable to use the 8250 module for PCMCIA or other 16C550-style
  951. UARTs.
  952. Say N unless you need the z85c30 ports on your powermac
  953. to appear as /dev/ttySn.
  954. config SERIAL_PMACZILOG_CONSOLE
  955. bool "Console on PowerMac z85c30 serial port"
  956. depends on SERIAL_PMACZILOG=y
  957. select SERIAL_CORE_CONSOLE
  958. help
  959. If you would like to be able to use the z85c30 serial port
  960. on your PowerMac as the console, you can do so by answering
  961. Y to this option.
  962. config SERIAL_LH7A40X
  963. tristate "Sharp LH7A40X embedded UART support"
  964. depends on ARM && ARCH_LH7A40X
  965. select SERIAL_CORE
  966. help
  967. This enables support for the three on-board UARTs of the
  968. Sharp LH7A40X series CPUs. Choose Y or M.
  969. config SERIAL_LH7A40X_CONSOLE
  970. bool "Support for console on Sharp LH7A40X serial port"
  971. depends on SERIAL_LH7A40X=y
  972. select SERIAL_CORE_CONSOLE
  973. help
  974. Say Y here if you wish to use one of the serial ports as the
  975. system console--the system console is the device which
  976. receives all kernel messages and warnings and which allows
  977. logins in single user mode.
  978. Even if you say Y here, the currently visible framebuffer console
  979. (/dev/tty0) will still be used as the default system console, but
  980. you can alter that using a kernel command line, for example
  981. "console=ttyAM1".
  982. config SERIAL_CPM
  983. tristate "CPM SCC/SMC serial port support"
  984. depends on CPM2 || 8xx
  985. select SERIAL_CORE
  986. help
  987. This driver supports the SCC and SMC serial ports on Motorola
  988. embedded PowerPC that contain a CPM1 (8xx) or CPM2 (8xxx)
  989. config SERIAL_CPM_CONSOLE
  990. bool "Support for console on CPM SCC/SMC serial port"
  991. depends on SERIAL_CPM=y
  992. select SERIAL_CORE_CONSOLE
  993. help
  994. Say Y here if you wish to use a SCC or SMC CPM UART as the system
  995. console (the system console is the device which receives all kernel
  996. messages and warnings and which allows logins in single user mode).
  997. Even if you say Y here, the currently visible framebuffer console
  998. (/dev/tty0) will still be used as the system console by default, but
  999. you can alter that using a kernel command line option such as
  1000. "console=ttyCPM0". (Try "man bootparam" or see the documentation of
  1001. your boot loader (lilo or loadlin) about how to pass options to the
  1002. kernel at boot time.)
  1003. config SERIAL_SGI_L1_CONSOLE
  1004. bool "SGI Altix L1 serial console support"
  1005. depends on IA64_GENERIC || IA64_SGI_SN2
  1006. select SERIAL_CORE
  1007. select SERIAL_CORE_CONSOLE
  1008. help
  1009. If you have an SGI Altix and you would like to use the system
  1010. controller serial port as your console (you want this!),
  1011. say Y. Otherwise, say N.
  1012. config SERIAL_MPC52xx
  1013. tristate "Freescale MPC52xx/MPC512x family PSC serial support"
  1014. depends on PPC_MPC52xx || PPC_MPC512x
  1015. select SERIAL_CORE
  1016. help
  1017. This driver supports MPC52xx and MPC512x PSC serial ports. If you would
  1018. like to use them, you must answer Y or M to this option. Note that
  1019. for use as console, it must be included in kernel and not as a
  1020. module.
  1021. config SERIAL_MPC52xx_CONSOLE
  1022. bool "Console on a Freescale MPC52xx/MPC512x family PSC serial port"
  1023. depends on SERIAL_MPC52xx=y
  1024. select SERIAL_CORE_CONSOLE
  1025. help
  1026. Select this options if you'd like to use one of the PSC serial port
  1027. of the Freescale MPC52xx family as a console.
  1028. config SERIAL_MPC52xx_CONSOLE_BAUD
  1029. int "Freescale MPC52xx/MPC512x family PSC serial port baud"
  1030. depends on SERIAL_MPC52xx_CONSOLE=y
  1031. default "9600"
  1032. help
  1033. Select the MPC52xx console baud rate.
  1034. This value is only used if the bootloader doesn't pass in the
  1035. console baudrate
  1036. config SERIAL_ICOM
  1037. tristate "IBM Multiport Serial Adapter"
  1038. depends on PCI && (PPC_ISERIES || PPC_PSERIES)
  1039. select SERIAL_CORE
  1040. select FW_LOADER
  1041. help
  1042. This driver is for a family of multiport serial adapters
  1043. including 2 port RVX, 2 port internal modem, 4 port internal
  1044. modem and a split 1 port RVX and 1 port internal modem.
  1045. This driver can also be built as a module. If so, the module
  1046. will be called icom.
  1047. config SERIAL_M32R_SIO
  1048. bool "M32R SIO I/F"
  1049. depends on M32R
  1050. default y
  1051. select SERIAL_CORE
  1052. help
  1053. Say Y here if you want to use the M32R serial controller.
  1054. config SERIAL_M32R_SIO_CONSOLE
  1055. bool "use SIO console"
  1056. depends on SERIAL_M32R_SIO=y
  1057. select SERIAL_CORE_CONSOLE
  1058. help
  1059. Say Y here if you want to support a serial console.
  1060. If you use an M3T-M32700UT or an OPSPUT platform,
  1061. please say also y for SERIAL_M32R_PLDSIO.
  1062. config SERIAL_M32R_PLDSIO
  1063. bool "M32R SIO I/F on a PLD"
  1064. depends on SERIAL_M32R_SIO=y && (PLAT_OPSPUT || PLAT_USRV || PLAT_M32700UT)
  1065. default n
  1066. help
  1067. Say Y here if you want to use the M32R serial controller
  1068. on a PLD (Programmable Logic Device).
  1069. If you use an M3T-M32700UT or an OPSPUT platform,
  1070. please say Y.
  1071. config SERIAL_TXX9
  1072. bool "TMPTX39XX/49XX SIO support"
  1073. depends on HAS_TXX9_SERIAL
  1074. select SERIAL_CORE
  1075. default y
  1076. config HAS_TXX9_SERIAL
  1077. bool
  1078. config SERIAL_TXX9_NR_UARTS
  1079. int "Maximum number of TMPTX39XX/49XX SIO ports"
  1080. depends on SERIAL_TXX9
  1081. default "6"
  1082. config SERIAL_TXX9_CONSOLE
  1083. bool "TMPTX39XX/49XX SIO Console support"
  1084. depends on SERIAL_TXX9=y
  1085. select SERIAL_CORE_CONSOLE
  1086. config SERIAL_TXX9_STDSERIAL
  1087. bool "TX39XX/49XX SIO act as standard serial"
  1088. depends on !SERIAL_8250 && SERIAL_TXX9
  1089. config SERIAL_VR41XX
  1090. tristate "NEC VR4100 series Serial Interface Unit support"
  1091. depends on CPU_VR41XX
  1092. select SERIAL_CORE
  1093. help
  1094. If you have a NEC VR4100 series processor and you want to use
  1095. Serial Interface Unit(SIU) or Debug Serial Interface Unit(DSIU)
  1096. (not include VR4111/VR4121 DSIU), say Y. Otherwise, say N.
  1097. config SERIAL_VR41XX_CONSOLE
  1098. bool "Enable NEC VR4100 series Serial Interface Unit console"
  1099. depends on SERIAL_VR41XX=y
  1100. select SERIAL_CORE_CONSOLE
  1101. help
  1102. If you have a NEC VR4100 series processor and you want to use
  1103. a console on a serial port, say Y. Otherwise, say N.
  1104. config SERIAL_JSM
  1105. tristate "Digi International NEO PCI Support"
  1106. depends on PCI
  1107. select SERIAL_CORE
  1108. help
  1109. This is a driver for Digi International's Neo series
  1110. of cards which provide multiple serial ports. You would need
  1111. something like this to connect more than two modems to your Linux
  1112. box, for instance in order to become a dial-in server. This driver
  1113. supports PCI boards only.
  1114. If you have a card like this, say Y here, otherwise say N.
  1115. To compile this driver as a module, choose M here: the
  1116. module will be called jsm.
  1117. config SERIAL_SGI_IOC4
  1118. tristate "SGI IOC4 controller serial support"
  1119. depends on (IA64_GENERIC || IA64_SGI_SN2) && SGI_IOC4
  1120. select SERIAL_CORE
  1121. help
  1122. If you have an SGI Altix with an IOC4 based Base IO card
  1123. and wish to use the serial ports on this card, say Y.
  1124. Otherwise, say N.
  1125. config SERIAL_SGI_IOC3
  1126. tristate "SGI Altix IOC3 serial support"
  1127. depends on (IA64_GENERIC || IA64_SGI_SN2) && SGI_IOC3
  1128. select SERIAL_CORE
  1129. help
  1130. If you have an SGI Altix with an IOC3 serial card,
  1131. say Y or M. Otherwise, say N.
  1132. config SERIAL_MSM
  1133. bool "MSM on-chip serial port support"
  1134. depends on ARM && ARCH_MSM
  1135. select SERIAL_CORE
  1136. config SERIAL_MSM_CONSOLE
  1137. bool "MSM serial console support"
  1138. depends on SERIAL_MSM=y
  1139. select SERIAL_CORE_CONSOLE
  1140. config SERIAL_NETX
  1141. tristate "NetX serial port support"
  1142. depends on ARM && ARCH_NETX
  1143. select SERIAL_CORE
  1144. help
  1145. If you have a machine based on a Hilscher NetX SoC you
  1146. can enable its onboard serial port by enabling this option.
  1147. To compile this driver as a module, choose M here: the
  1148. module will be called netx-serial.
  1149. config SERIAL_NETX_CONSOLE
  1150. bool "Console on NetX serial port"
  1151. depends on SERIAL_NETX=y
  1152. select SERIAL_CORE_CONSOLE
  1153. help
  1154. If you have enabled the serial port on the Hilscher NetX SoC
  1155. you can make it the console by answering Y to this option.
  1156. config SERIAL_OF_PLATFORM
  1157. tristate "Serial port on Open Firmware platform bus"
  1158. depends on PPC_OF || MICROBLAZE
  1159. depends on SERIAL_8250 || SERIAL_OF_PLATFORM_NWPSERIAL
  1160. help
  1161. If you have a PowerPC based system that has serial ports
  1162. on a platform specific bus, you should enable this option.
  1163. Currently, only 8250 compatible ports are supported, but
  1164. others can easily be added.
  1165. config SERIAL_OF_PLATFORM_NWPSERIAL
  1166. tristate "NWP serial port driver"
  1167. depends on PPC_OF && PPC_DCR
  1168. select SERIAL_OF_PLATFORM
  1169. select SERIAL_CORE_CONSOLE
  1170. select SERIAL_CORE
  1171. help
  1172. This driver supports the cell network processor nwp serial
  1173. device.
  1174. config SERIAL_OF_PLATFORM_NWPSERIAL_CONSOLE
  1175. bool "Console on NWP serial port"
  1176. depends on SERIAL_OF_PLATFORM_NWPSERIAL=y
  1177. select SERIAL_CORE_CONSOLE
  1178. help
  1179. Support for Console on the NWP serial ports.
  1180. config SERIAL_QE
  1181. tristate "Freescale QUICC Engine serial port support"
  1182. depends on QUICC_ENGINE
  1183. select SERIAL_CORE
  1184. select FW_LOADER
  1185. default n
  1186. help
  1187. This driver supports the QE serial ports on Freescale embedded
  1188. PowerPC that contain a QUICC Engine.
  1189. config SERIAL_SC26XX
  1190. tristate "SC2681/SC2692 serial port support"
  1191. depends on SNI_RM
  1192. select SERIAL_CORE
  1193. help
  1194. This is a driver for the onboard serial ports of
  1195. older RM400 machines.
  1196. config SERIAL_SC26XX_CONSOLE
  1197. bool "Console on SC2681/SC2692 serial port"
  1198. depends on SERIAL_SC26XX
  1199. select SERIAL_CORE_CONSOLE
  1200. help
  1201. Support for Console on SC2681/SC2692 serial ports.
  1202. config SERIAL_BFIN_SPORT
  1203. tristate "Blackfin SPORT emulate UART (EXPERIMENTAL)"
  1204. depends on BLACKFIN && EXPERIMENTAL
  1205. select SERIAL_CORE
  1206. help
  1207. Enable SPORT emulate UART on Blackfin series.
  1208. To compile this driver as a module, choose M here: the
  1209. module will be called bfin_sport_uart.
  1210. choice
  1211. prompt "Baud rate for Blackfin SPORT UART"
  1212. depends on SERIAL_BFIN_SPORT
  1213. default SERIAL_SPORT_BAUD_RATE_57600
  1214. help
  1215. Choose a baud rate for the SPORT UART, other uart settings are
  1216. 8 bit, 1 stop bit, no parity, no flow control.
  1217. config SERIAL_SPORT_BAUD_RATE_115200
  1218. bool "115200"
  1219. config SERIAL_SPORT_BAUD_RATE_57600
  1220. bool "57600"
  1221. config SERIAL_SPORT_BAUD_RATE_38400
  1222. bool "38400"
  1223. config SERIAL_SPORT_BAUD_RATE_19200
  1224. bool "19200"
  1225. config SERIAL_SPORT_BAUD_RATE_9600
  1226. bool "9600"
  1227. endchoice
  1228. config SPORT_BAUD_RATE
  1229. int
  1230. depends on SERIAL_BFIN_SPORT
  1231. default 115200 if (SERIAL_SPORT_BAUD_RATE_115200)
  1232. default 57600 if (SERIAL_SPORT_BAUD_RATE_57600)
  1233. default 38400 if (SERIAL_SPORT_BAUD_RATE_38400)
  1234. default 19200 if (SERIAL_SPORT_BAUD_RATE_19200)
  1235. default 9600 if (SERIAL_SPORT_BAUD_RATE_9600)
  1236. config SERIAL_TIMBERDALE
  1237. tristate "Support for timberdale UART"
  1238. depends on MFD_TIMBERDALE
  1239. select SERIAL_CORE
  1240. ---help---
  1241. Add support for UART controller on timberdale.
  1242. config SERIAL_BCM63XX
  1243. tristate "bcm63xx serial port support"
  1244. select SERIAL_CORE
  1245. depends on BCM63XX
  1246. help
  1247. If you have a bcm63xx CPU, you can enable its onboard
  1248. serial port by enabling this options.
  1249. To compile this driver as a module, choose M here: the
  1250. module will be called bcm963xx_uart.
  1251. config SERIAL_BCM63XX_CONSOLE
  1252. bool "Console on bcm63xx serial port"
  1253. depends on SERIAL_BCM63XX=y
  1254. select SERIAL_CORE_CONSOLE
  1255. help
  1256. If you have enabled the serial port on the bcm63xx CPU
  1257. you can make it the console by answering Y to this option.
  1258. config SERIAL_GRLIB_GAISLER_APBUART
  1259. tristate "GRLIB APBUART serial support"
  1260. depends on OF
  1261. ---help---
  1262. Add support for the GRLIB APBUART serial port.
  1263. config SERIAL_GRLIB_GAISLER_APBUART_CONSOLE
  1264. bool "Console on GRLIB APBUART serial port"
  1265. depends on SERIAL_GRLIB_GAISLER_APBUART=y
  1266. select SERIAL_CORE_CONSOLE
  1267. help
  1268. Support for running a console on the GRLIB APBUART
  1269. endmenu