Kconfig 41 KB

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