Kconfig 51 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639
  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 EXPERT
  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 EXPERT
  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_RM9K
  218. bool "Support for MIPS RM9xxx integrated serial port"
  219. depends on SERIAL_8250 != n && SERIAL_RM9000
  220. select SERIAL_8250_SHARE_IRQ
  221. help
  222. Selecting this option will add support for the integrated serial
  223. port hardware found on MIPS RM9122 and similar processors.
  224. If unsure, say N.
  225. comment "Non-8250 serial port support"
  226. config SERIAL_AMBA_PL010
  227. tristate "ARM AMBA PL010 serial port support"
  228. depends on ARM_AMBA && (BROKEN || !ARCH_VERSATILE)
  229. select SERIAL_CORE
  230. help
  231. This selects the ARM(R) AMBA(R) PrimeCell PL010 UART. If you have
  232. an Integrator/AP or Integrator/PP2 platform, or if you have a
  233. Cirrus Logic EP93xx CPU, say Y or M here.
  234. If unsure, say N.
  235. config SERIAL_AMBA_PL010_CONSOLE
  236. bool "Support for console on AMBA serial port"
  237. depends on SERIAL_AMBA_PL010=y
  238. select SERIAL_CORE_CONSOLE
  239. ---help---
  240. Say Y here if you wish to use an AMBA PrimeCell UART as the system
  241. console (the system console is the device which receives all kernel
  242. messages and warnings and which allows logins in single user mode).
  243. Even if you say Y here, the currently visible framebuffer console
  244. (/dev/tty0) will still be used as the system console by default, but
  245. you can alter that using a kernel command line option such as
  246. "console=ttyAM0". (Try "man bootparam" or see the documentation of
  247. your boot loader (lilo or loadlin) about how to pass options to the
  248. kernel at boot time.)
  249. config SERIAL_AMBA_PL011
  250. tristate "ARM AMBA PL011 serial port support"
  251. depends on ARM_AMBA
  252. select SERIAL_CORE
  253. help
  254. This selects the ARM(R) AMBA(R) PrimeCell PL011 UART. If you have
  255. an Integrator/PP2, Integrator/CP or Versatile platform, say Y or M
  256. here.
  257. If unsure, say N.
  258. config SERIAL_AMBA_PL011_CONSOLE
  259. bool "Support for console on AMBA serial port"
  260. depends on SERIAL_AMBA_PL011=y
  261. select SERIAL_CORE_CONSOLE
  262. ---help---
  263. Say Y here if you wish to use an AMBA PrimeCell UART as the system
  264. console (the system console is the device which receives all kernel
  265. messages and warnings and which allows logins in single user mode).
  266. Even if you say Y here, the currently visible framebuffer console
  267. (/dev/tty0) will still be used as the system console by default, but
  268. you can alter that using a kernel command line option such as
  269. "console=ttyAMA0". (Try "man bootparam" or see the documentation of
  270. your boot loader (lilo or loadlin) about how to pass options to the
  271. kernel at boot time.)
  272. config SERIAL_SB1250_DUART
  273. tristate "BCM1xxx on-chip DUART serial support"
  274. depends on SIBYTE_SB1xxx_SOC=y
  275. select SERIAL_CORE
  276. default y
  277. ---help---
  278. Support for the asynchronous serial interface (DUART) included in
  279. the BCM1250 and derived System-On-a-Chip (SOC) devices. Note that
  280. the letter D in DUART stands for "dual", which is how the device
  281. is implemented. Depending on the SOC configuration there may be
  282. one or more DUARTs available of which all are handled.
  283. If unsure, say Y. To compile this driver as a module, choose M here:
  284. the module will be called sb1250-duart.
  285. config SERIAL_SB1250_DUART_CONSOLE
  286. bool "Support for console on a BCM1xxx DUART serial port"
  287. depends on SERIAL_SB1250_DUART=y
  288. select SERIAL_CORE_CONSOLE
  289. default y
  290. ---help---
  291. If you say Y here, it will be possible to use a serial port as the
  292. system console (the system console is the device which receives all
  293. kernel messages and warnings and which allows logins in single user
  294. mode).
  295. If unsure, say Y.
  296. config SERIAL_ATMEL
  297. bool "AT91 / AT32 on-chip serial port support"
  298. depends on (ARM && ARCH_AT91) || AVR32
  299. select SERIAL_CORE
  300. help
  301. This enables the driver for the on-chip UARTs of the Atmel
  302. AT91 and AT32 processors.
  303. config SERIAL_ATMEL_CONSOLE
  304. bool "Support for console on AT91 / AT32 serial port"
  305. depends on SERIAL_ATMEL=y
  306. select SERIAL_CORE_CONSOLE
  307. help
  308. Say Y here if you wish to use an on-chip UART on a Atmel
  309. AT91 or AT32 processor as the system console (the system
  310. console is the device which receives all kernel messages and
  311. warnings and which allows logins in single user mode).
  312. config SERIAL_ATMEL_PDC
  313. bool "Support DMA transfers on AT91 / AT32 serial port"
  314. depends on SERIAL_ATMEL
  315. default y
  316. help
  317. Say Y here if you wish to use the PDC to do DMA transfers to
  318. and from the Atmel AT91 / AT32 serial port. In order to
  319. actually use DMA transfers, make sure that the use_dma_tx
  320. and use_dma_rx members in the atmel_uart_data struct is set
  321. appropriately for each port.
  322. Note that break and error handling currently doesn't work
  323. properly when DMA is enabled. Make sure that ports where
  324. this matters don't use DMA.
  325. config SERIAL_ATMEL_TTYAT
  326. bool "Install as device ttyATn instead of ttySn"
  327. depends on SERIAL_ATMEL=y
  328. help
  329. Say Y here if you wish to have the internal AT91 / AT32 UARTs
  330. appear as /dev/ttyATn (major 204, minor starting at 154)
  331. instead of the normal /dev/ttySn (major 4, minor starting at
  332. 64). This is necessary if you also want other UARTs, such as
  333. external 8250/16C550 compatible UARTs.
  334. The ttySn nodes are legally reserved for the 8250 serial driver
  335. but are often misused by other serial drivers.
  336. To use this, you should create suitable ttyATn device nodes in
  337. /dev/, and pass "console=ttyATn" to the kernel.
  338. Say Y if you have an external 8250/16C550 UART. If unsure, say N.
  339. config SERIAL_KS8695
  340. bool "Micrel KS8695 (Centaur) serial port support"
  341. depends on ARCH_KS8695
  342. select SERIAL_CORE
  343. help
  344. This selects the Micrel Centaur KS8695 UART. Say Y here.
  345. config SERIAL_KS8695_CONSOLE
  346. bool "Support for console on KS8695 (Centaur) serial port"
  347. depends on SERIAL_KS8695=y
  348. select SERIAL_CORE_CONSOLE
  349. help
  350. Say Y here if you wish to use a KS8695 (Centaur) UART as the
  351. system console (the system console is the device which
  352. receives all kernel messages and warnings and which allows
  353. logins in single user mode).
  354. config SERIAL_CLPS711X
  355. tristate "CLPS711X serial port support"
  356. depends on ARM && ARCH_CLPS711X
  357. select SERIAL_CORE
  358. help
  359. ::: To be written :::
  360. config SERIAL_CLPS711X_CONSOLE
  361. bool "Support for console on CLPS711X serial port"
  362. depends on SERIAL_CLPS711X=y
  363. select SERIAL_CORE_CONSOLE
  364. help
  365. Even if you say Y here, the currently visible virtual console
  366. (/dev/tty0) will still be used as the system console by default, but
  367. you can alter that using a kernel command line option such as
  368. "console=ttyCL1". (Try "man bootparam" or see the documentation of
  369. your boot loader (lilo or loadlin) about how to pass options to the
  370. kernel at boot time.)
  371. config SERIAL_SAMSUNG
  372. tristate "Samsung SoC serial support"
  373. depends on ARM && PLAT_SAMSUNG
  374. select SERIAL_CORE
  375. help
  376. Support for the on-chip UARTs on the Samsung S3C24XX series CPUs,
  377. providing /dev/ttySAC0, 1 and 2 (note, some machines may not
  378. provide all of these ports, depending on how the serial port
  379. pins are configured.
  380. config SERIAL_SAMSUNG_UARTS_4
  381. bool
  382. depends on ARM && PLAT_SAMSUNG
  383. default y if CPU_S3C2443
  384. help
  385. Internal node for the common case of 4 Samsung compatible UARTs
  386. config SERIAL_SAMSUNG_UARTS
  387. int
  388. depends on ARM && PLAT_SAMSUNG
  389. default 2 if ARCH_S3C2400
  390. default 6 if ARCH_S5P6450
  391. default 4 if SERIAL_SAMSUNG_UARTS_4
  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/S3C2416 Serial port support"
  437. depends on SERIAL_SAMSUNG && (CPU_S3C2440 || CPU_S3C2442 || CPU_S3C2416)
  438. default y if CPU_S3C2440
  439. default y if CPU_S3C2442
  440. select SERIAL_SAMSUNG_UARTS_4 if CPU_S3C2416
  441. help
  442. Serial port support for the Samsung S3C2440, S3C2416 and S3C2442 SoC
  443. config SERIAL_S3C24A0
  444. tristate "Samsung S3C24A0 Serial port support"
  445. depends on SERIAL_SAMSUNG && CPU_S3C24A0
  446. default y if CPU_S3C24A0
  447. help
  448. Serial port support for the Samsung S3C24A0 SoC
  449. config SERIAL_S3C6400
  450. tristate "Samsung S3C6400/S3C6410/S5P6440/S5P6450/S5PC100 Serial port support"
  451. depends on SERIAL_SAMSUNG && (CPU_S3C6400 || CPU_S3C6410 || CPU_S5P6440 || CPU_S5P6450 || CPU_S5PC100)
  452. select SERIAL_SAMSUNG_UARTS_4
  453. default y
  454. help
  455. Serial port support for the Samsung S3C6400, S3C6410, S5P6440, S5P6450
  456. and S5PC100 SoCs
  457. config SERIAL_S5PV210
  458. tristate "Samsung S5PV210 Serial port support"
  459. depends on SERIAL_SAMSUNG && (CPU_S5PV210 || CPU_EXYNOS4210)
  460. select SERIAL_SAMSUNG_UARTS_4 if (CPU_S5PV210 || CPU_EXYNOS4210)
  461. default y
  462. help
  463. Serial port support for Samsung's S5P Family of SoC's
  464. config SERIAL_MAX3100
  465. tristate "MAX3100 support"
  466. depends on SPI
  467. select SERIAL_CORE
  468. help
  469. MAX3100 chip support
  470. config SERIAL_MAX3107
  471. tristate "MAX3107 support"
  472. depends on SPI
  473. select SERIAL_CORE
  474. help
  475. MAX3107 chip support
  476. config SERIAL_MAX3107_AAVA
  477. tristate "MAX3107 AAVA platform support"
  478. depends on X86_MRST && SERIAL_MAX3107 && GPIOLIB
  479. select SERIAL_CORE
  480. help
  481. Support for the MAX3107 chip configuration found on the AAVA
  482. platform. Includes the extra initialisation and GPIO support
  483. neded for this device.
  484. config SERIAL_DZ
  485. bool "DECstation DZ serial driver"
  486. depends on MACH_DECSTATION && 32BIT
  487. select SERIAL_CORE
  488. default y
  489. ---help---
  490. DZ11-family serial controllers for DECstations and VAXstations,
  491. including the DC7085, M7814, and M7819.
  492. config SERIAL_DZ_CONSOLE
  493. bool "Support console on DECstation DZ serial driver"
  494. depends on SERIAL_DZ=y
  495. select SERIAL_CORE_CONSOLE
  496. default y
  497. ---help---
  498. If you say Y here, it will be possible to use a serial port as the
  499. system console (the system console is the device which receives all
  500. kernel messages and warnings and which allows logins in single user
  501. mode).
  502. Note that the firmware uses ttyS3 as the serial console on
  503. DECstations that use this driver.
  504. If unsure, say Y.
  505. config SERIAL_ZS
  506. tristate "DECstation Z85C30 serial support"
  507. depends on MACH_DECSTATION
  508. select SERIAL_CORE
  509. default y
  510. ---help---
  511. Support for the Zilog 85C350 serial communications controller used
  512. for serial ports in newer DECstation systems. These include the
  513. DECsystem 5900 and all models of the DECstation and DECsystem 5000
  514. systems except from model 200.
  515. If unsure, say Y. To compile this driver as a module, choose M here:
  516. the module will be called zs.
  517. config SERIAL_ZS_CONSOLE
  518. bool "Support for console on a DECstation Z85C30 serial port"
  519. depends on SERIAL_ZS=y
  520. select SERIAL_CORE_CONSOLE
  521. default y
  522. ---help---
  523. If you say Y here, it will be possible to use a serial port as the
  524. system console (the system console is the device which receives all
  525. kernel messages and warnings and which allows logins in single user
  526. mode).
  527. Note that the firmware uses ttyS1 as the serial console on the
  528. Maxine and ttyS3 on the others using this driver.
  529. If unsure, say Y.
  530. config SERIAL_21285
  531. tristate "DC21285 serial port support"
  532. depends on ARM && FOOTBRIDGE
  533. select SERIAL_CORE
  534. help
  535. If you have a machine based on a 21285 (Footbridge) StrongARM(R)/
  536. PCI bridge you can enable its onboard serial port by enabling this
  537. option.
  538. config SERIAL_21285_CONSOLE
  539. bool "Console on DC21285 serial port"
  540. depends on SERIAL_21285=y
  541. select SERIAL_CORE_CONSOLE
  542. help
  543. If you have enabled the serial port on the 21285 footbridge you can
  544. make it the console by answering Y to this option.
  545. Even if you say Y here, the currently visible virtual console
  546. (/dev/tty0) will still be used as the system console by default, but
  547. you can alter that using a kernel command line option such as
  548. "console=ttyFB". (Try "man bootparam" or see the documentation of
  549. your boot loader (lilo or loadlin) about how to pass options to the
  550. kernel at boot time.)
  551. config SERIAL_MPSC
  552. bool "Marvell MPSC serial port support"
  553. depends on PPC32 && MV64X60
  554. select SERIAL_CORE
  555. help
  556. Say Y here if you want to use the Marvell MPSC serial controller.
  557. config SERIAL_MPSC_CONSOLE
  558. bool "Support for console on Marvell MPSC serial port"
  559. depends on SERIAL_MPSC
  560. select SERIAL_CORE_CONSOLE
  561. help
  562. Say Y here if you want to support a serial console on a Marvell MPSC.
  563. config SERIAL_PXA
  564. bool "PXA serial port support"
  565. depends on ARCH_PXA || ARCH_MMP
  566. select SERIAL_CORE
  567. help
  568. If you have a machine based on an Intel XScale PXA2xx CPU you
  569. can enable its onboard serial ports by enabling this option.
  570. config SERIAL_PXA_CONSOLE
  571. bool "Console on PXA serial port"
  572. depends on SERIAL_PXA
  573. select SERIAL_CORE_CONSOLE
  574. help
  575. If you have enabled the serial port on the Intel XScale PXA
  576. CPU you can make it the console by answering Y to this option.
  577. Even if you say Y here, the currently visible virtual console
  578. (/dev/tty0) will still be used as the system console by default, but
  579. you can alter that using a kernel command line option such as
  580. "console=ttySA0". (Try "man bootparam" or see the documentation of
  581. your boot loader (lilo or loadlin) about how to pass options to the
  582. kernel at boot time.)
  583. config SERIAL_SA1100
  584. bool "SA1100 serial port support"
  585. depends on ARM && ARCH_SA1100
  586. select SERIAL_CORE
  587. help
  588. If you have a machine based on a SA1100/SA1110 StrongARM(R) CPU you
  589. can enable its onboard serial port by enabling this option.
  590. Please read <file:Documentation/arm/SA1100/serial_UART> for further
  591. info.
  592. config SERIAL_SA1100_CONSOLE
  593. bool "Console on SA1100 serial port"
  594. depends on SERIAL_SA1100
  595. select SERIAL_CORE_CONSOLE
  596. help
  597. If you have enabled the serial port on the SA1100/SA1110 StrongARM
  598. CPU you can make it the console by answering Y to this option.
  599. Even if you say Y here, the currently visible virtual console
  600. (/dev/tty0) will still be used as the system console by default, but
  601. you can alter that using a kernel command line option such as
  602. "console=ttySA0". (Try "man bootparam" or see the documentation of
  603. your boot loader (lilo or loadlin) about how to pass options to the
  604. kernel at boot time.)
  605. config SERIAL_MRST_MAX3110
  606. tristate "SPI UART driver for Max3110"
  607. depends on SPI_DW_PCI
  608. select SERIAL_CORE
  609. select SERIAL_CORE_CONSOLE
  610. help
  611. This is the UART protocol driver for the MAX3110 device on
  612. the Intel Moorestown platform. On other systems use the max3100
  613. driver.
  614. config SERIAL_MFD_HSU
  615. tristate "Medfield High Speed UART support"
  616. depends on PCI
  617. select SERIAL_CORE
  618. config SERIAL_MFD_HSU_CONSOLE
  619. boolean "Medfile HSU serial console support"
  620. depends on SERIAL_MFD_HSU=y
  621. select SERIAL_CORE_CONSOLE
  622. config SERIAL_BFIN
  623. tristate "Blackfin serial port support"
  624. depends on BLACKFIN
  625. select SERIAL_CORE
  626. select SERIAL_BFIN_UART0 if (BF531 || BF532 || BF533 || BF561)
  627. help
  628. Add support for the built-in UARTs on the Blackfin.
  629. To compile this driver as a module, choose M here: the
  630. module will be called bfin_5xx.
  631. config SERIAL_BFIN_CONSOLE
  632. bool "Console on Blackfin serial port"
  633. depends on SERIAL_BFIN=y
  634. select SERIAL_CORE_CONSOLE
  635. choice
  636. prompt "UART Mode"
  637. depends on SERIAL_BFIN
  638. default SERIAL_BFIN_DMA
  639. help
  640. This driver supports the built-in serial ports of the Blackfin family
  641. of CPUs
  642. config SERIAL_BFIN_DMA
  643. bool "DMA mode"
  644. depends on !DMA_UNCACHED_NONE && KGDB_SERIAL_CONSOLE=n
  645. help
  646. This driver works under DMA mode. If this option is selected, the
  647. blackfin simple dma driver is also enabled.
  648. config SERIAL_BFIN_PIO
  649. bool "PIO mode"
  650. help
  651. This driver works under PIO mode.
  652. endchoice
  653. config SERIAL_BFIN_UART0
  654. bool "Enable UART0"
  655. depends on SERIAL_BFIN
  656. help
  657. Enable UART0
  658. config BFIN_UART0_CTSRTS
  659. bool "Enable UART0 hardware flow control"
  660. depends on SERIAL_BFIN_UART0
  661. help
  662. Enable hardware flow control in the driver.
  663. config SERIAL_BFIN_UART1
  664. bool "Enable UART1"
  665. depends on SERIAL_BFIN && (!BF531 && !BF532 && !BF533 && !BF561)
  666. help
  667. Enable UART1
  668. config BFIN_UART1_CTSRTS
  669. bool "Enable UART1 hardware flow control"
  670. depends on SERIAL_BFIN_UART1
  671. help
  672. Enable hardware flow control in the driver.
  673. config SERIAL_BFIN_UART2
  674. bool "Enable UART2"
  675. depends on SERIAL_BFIN && (BF54x || BF538 || BF539)
  676. help
  677. Enable UART2
  678. config BFIN_UART2_CTSRTS
  679. bool "Enable UART2 hardware flow control"
  680. depends on SERIAL_BFIN_UART2
  681. help
  682. Enable hardware flow control in the driver.
  683. config SERIAL_BFIN_UART3
  684. bool "Enable UART3"
  685. depends on SERIAL_BFIN && (BF54x)
  686. help
  687. Enable UART3
  688. config BFIN_UART3_CTSRTS
  689. bool "Enable UART3 hardware flow control"
  690. depends on SERIAL_BFIN_UART3
  691. help
  692. Enable hardware flow control in the driver.
  693. config SERIAL_IMX
  694. bool "IMX serial port support"
  695. depends on ARM && (ARCH_IMX || ARCH_MXC)
  696. select SERIAL_CORE
  697. select RATIONAL
  698. help
  699. If you have a machine based on a Motorola IMX CPU you
  700. can enable its onboard serial port by enabling this option.
  701. config SERIAL_IMX_CONSOLE
  702. bool "Console on IMX serial port"
  703. depends on SERIAL_IMX
  704. select SERIAL_CORE_CONSOLE
  705. help
  706. If you have enabled the serial port on the Motorola IMX
  707. CPU you can make it the console by answering Y to this option.
  708. Even if you say Y here, the currently visible virtual console
  709. (/dev/tty0) will still be used as the system console by default, but
  710. you can alter that using a kernel command line option such as
  711. "console=ttySA0". (Try "man bootparam" or see the documentation of
  712. your boot loader (lilo or loadlin) about how to pass options to the
  713. kernel at boot time.)
  714. config SERIAL_UARTLITE
  715. tristate "Xilinx uartlite serial port support"
  716. depends on PPC32 || MICROBLAZE || MFD_TIMBERDALE
  717. select SERIAL_CORE
  718. help
  719. Say Y here if you want to use the Xilinx uartlite serial controller.
  720. To compile this driver as a module, choose M here: the
  721. module will be called uartlite.
  722. config SERIAL_UARTLITE_CONSOLE
  723. bool "Support for console on Xilinx uartlite serial port"
  724. depends on SERIAL_UARTLITE=y
  725. select SERIAL_CORE_CONSOLE
  726. help
  727. Say Y here if you wish to use a Xilinx uartlite as the system
  728. console (the system console is the device which receives all kernel
  729. messages and warnings and which allows logins in single user mode).
  730. config SERIAL_SUNCORE
  731. bool
  732. depends on SPARC
  733. select SERIAL_CORE
  734. select SERIAL_CORE_CONSOLE
  735. default y
  736. config SERIAL_SUNZILOG
  737. tristate "Sun Zilog8530 serial support"
  738. depends on SPARC
  739. help
  740. This driver supports the Zilog8530 serial ports found on many Sparc
  741. systems. Say Y or M if you want to be able to these serial ports.
  742. config SERIAL_SUNZILOG_CONSOLE
  743. bool "Console on Sun Zilog8530 serial port"
  744. depends on SERIAL_SUNZILOG=y
  745. help
  746. If you would like to be able to use the Zilog8530 serial port
  747. on your Sparc system as the console, you can do so by answering
  748. Y to this option.
  749. config SERIAL_SUNSU
  750. tristate "Sun SU serial support"
  751. depends on SPARC && PCI
  752. help
  753. This driver supports the 8250 serial ports that run the keyboard and
  754. mouse on (PCI) UltraSPARC systems. Say Y or M if you want to be able
  755. to these serial ports.
  756. config SERIAL_SUNSU_CONSOLE
  757. bool "Console on Sun SU serial port"
  758. depends on SERIAL_SUNSU=y
  759. help
  760. If you would like to be able to use the SU serial port
  761. on your Sparc system as the console, you can do so by answering
  762. Y to this option.
  763. config SERIAL_MUX
  764. tristate "Serial MUX support"
  765. depends on GSC
  766. select SERIAL_CORE
  767. default y
  768. ---help---
  769. Saying Y here will enable the hardware MUX serial driver for
  770. the Nova, K class systems and D class with a 'remote control card'.
  771. The hardware MUX is not 8250/16550 compatible therefore the
  772. /dev/ttyB0 device is shared between the Serial MUX and the PDC
  773. software console. The following steps need to be completed to use
  774. the Serial MUX:
  775. 1. create the device entry (mknod /dev/ttyB0 c 11 0)
  776. 2. Edit the /etc/inittab to start a getty listening on /dev/ttyB0
  777. 3. Add device ttyB0 to /etc/securetty (if you want to log on as
  778. root on this console.)
  779. 4. Change the kernel command console parameter to: console=ttyB0
  780. config SERIAL_MUX_CONSOLE
  781. bool "Support for console on serial MUX"
  782. depends on SERIAL_MUX=y
  783. select SERIAL_CORE_CONSOLE
  784. default y
  785. config PDC_CONSOLE
  786. bool "PDC software console support"
  787. depends on PARISC && !SERIAL_MUX && VT
  788. default n
  789. help
  790. Saying Y here will enable the software based PDC console to be
  791. used as the system console. This is useful for machines in
  792. which the hardware based console has not been written yet. The
  793. following steps must be competed to use the PDC console:
  794. 1. create the device entry (mknod /dev/ttyB0 c 11 0)
  795. 2. Edit the /etc/inittab to start a getty listening on /dev/ttyB0
  796. 3. Add device ttyB0 to /etc/securetty (if you want to log on as
  797. root on this console.)
  798. 4. Change the kernel command console parameter to: console=ttyB0
  799. config SERIAL_SUNSAB
  800. tristate "Sun Siemens SAB82532 serial support"
  801. depends on SPARC && PCI
  802. help
  803. This driver supports the Siemens SAB82532 DUSCC serial ports on newer
  804. (PCI) UltraSPARC systems. Say Y or M if you want to be able to these
  805. serial ports.
  806. config SERIAL_SUNSAB_CONSOLE
  807. bool "Console on Sun Siemens SAB82532 serial port"
  808. depends on SERIAL_SUNSAB=y
  809. help
  810. If you would like to be able to use the SAB82532 serial port
  811. on your Sparc system as the console, you can do so by answering
  812. Y to this option.
  813. config SERIAL_SUNHV
  814. bool "Sun4v Hypervisor Console support"
  815. depends on SPARC64
  816. help
  817. This driver supports the console device found on SUN4V Sparc
  818. systems. Say Y if you want to be able to use this device.
  819. config SERIAL_IP22_ZILOG
  820. tristate "SGI Zilog8530 serial support"
  821. depends on SGI_HAS_ZILOG
  822. select SERIAL_CORE
  823. help
  824. This driver supports the Zilog8530 serial ports found on SGI
  825. systems. Say Y or M if you want to be able to these serial ports.
  826. config SERIAL_IP22_ZILOG_CONSOLE
  827. bool "Console on SGI Zilog8530 serial port"
  828. depends on SERIAL_IP22_ZILOG=y
  829. select SERIAL_CORE_CONSOLE
  830. config SERIAL_SH_SCI
  831. tristate "SuperH SCI(F) serial port support"
  832. depends on HAVE_CLK && (SUPERH || H8300 || ARCH_SHMOBILE)
  833. select SERIAL_CORE
  834. config SERIAL_SH_SCI_NR_UARTS
  835. int "Maximum number of SCI(F) serial ports"
  836. depends on SERIAL_SH_SCI
  837. default "2"
  838. config SERIAL_SH_SCI_CONSOLE
  839. bool "Support for console on SuperH SCI(F)"
  840. depends on SERIAL_SH_SCI=y
  841. select SERIAL_CORE_CONSOLE
  842. config SERIAL_SH_SCI_DMA
  843. bool "DMA support"
  844. depends on SERIAL_SH_SCI && SH_DMAE && EXPERIMENTAL
  845. config SERIAL_PNX8XXX
  846. bool "Enable PNX8XXX SoCs' UART Support"
  847. depends on MIPS && (SOC_PNX8550 || SOC_PNX833X)
  848. select SERIAL_CORE
  849. help
  850. If you have a MIPS-based Philips SoC such as PNX8550 or PNX8330
  851. and you want to use serial ports, say Y. Otherwise, say N.
  852. config SERIAL_PNX8XXX_CONSOLE
  853. bool "Enable PNX8XX0 serial console"
  854. depends on SERIAL_PNX8XXX
  855. select SERIAL_CORE_CONSOLE
  856. help
  857. If you have a MIPS-based Philips SoC such as PNX8550 or PNX8330
  858. and you want to use serial console, say Y. Otherwise, say N.
  859. config SERIAL_CORE
  860. tristate
  861. config SERIAL_CORE_CONSOLE
  862. bool
  863. config CONSOLE_POLL
  864. bool
  865. config SERIAL_68328
  866. bool "68328 serial support"
  867. depends on M68328 || M68EZ328 || M68VZ328
  868. help
  869. This driver supports the built-in serial port of the Motorola 68328
  870. (standard, EZ and VZ varieties).
  871. config SERIAL_68328_RTS_CTS
  872. bool "Support RTS/CTS on 68328 serial port"
  873. depends on SERIAL_68328
  874. config SERIAL_MCF
  875. bool "Coldfire serial support"
  876. depends on COLDFIRE
  877. select SERIAL_CORE
  878. help
  879. This serial driver supports the Freescale Coldfire serial ports.
  880. config SERIAL_MCF_BAUDRATE
  881. int "Default baudrate for Coldfire serial ports"
  882. depends on SERIAL_MCF
  883. default 19200
  884. help
  885. This setting lets you define what the default baudrate is for the
  886. ColdFire serial ports. The usual default varies from board to board,
  887. and this setting is a way of catering for that.
  888. config SERIAL_MCF_CONSOLE
  889. bool "Coldfire serial console support"
  890. depends on SERIAL_MCF
  891. select SERIAL_CORE_CONSOLE
  892. help
  893. Enable a ColdFire internal serial port to be the system console.
  894. config SERIAL_68360_SMC
  895. bool "68360 SMC uart support"
  896. depends on M68360
  897. help
  898. This driver supports the SMC serial ports of the Motorola 68360 CPU.
  899. config SERIAL_68360_SCC
  900. bool "68360 SCC uart support"
  901. depends on M68360
  902. help
  903. This driver supports the SCC serial ports of the Motorola 68360 CPU.
  904. config SERIAL_68360
  905. bool
  906. depends on SERIAL_68360_SMC || SERIAL_68360_SCC
  907. default y
  908. config SERIAL_PMACZILOG
  909. tristate "Mac or PowerMac z85c30 ESCC support"
  910. depends on (M68K && MAC) || (PPC_OF && PPC_PMAC)
  911. select SERIAL_CORE
  912. help
  913. This driver supports the Zilog z85C30 serial ports found on
  914. (Power)Mac machines.
  915. Say Y or M if you want to be able to these serial ports.
  916. config SERIAL_PMACZILOG_TTYS
  917. bool "Use ttySn device nodes for Zilog z85c30"
  918. depends on SERIAL_PMACZILOG
  919. help
  920. The pmac_zilog driver for the z85C30 chip on many powermacs
  921. historically used the device numbers for /dev/ttySn. The
  922. 8250 serial port driver also uses these numbers, which means
  923. the two drivers being unable to coexist; you could not use
  924. both z85C30 and 8250 type ports at the same time.
  925. If this option is not selected, the pmac_zilog driver will
  926. use the device numbers allocated for /dev/ttyPZn. This allows
  927. the pmac_zilog and 8250 drivers to co-exist, but may cause
  928. existing userspace setups to break. Programs that need to
  929. access the built-in serial ports on powermacs will need to
  930. be reconfigured to use /dev/ttyPZn instead of /dev/ttySn.
  931. If you enable this option, any z85c30 ports in the system will
  932. be registered as ttyS0 onwards as in the past, and you will be
  933. unable to use the 8250 module for PCMCIA or other 16C550-style
  934. UARTs.
  935. Say N unless you need the z85c30 ports on your (Power)Mac
  936. to appear as /dev/ttySn.
  937. config SERIAL_PMACZILOG_CONSOLE
  938. bool "Console on Mac or PowerMac z85c30 serial port"
  939. depends on SERIAL_PMACZILOG=y
  940. select SERIAL_CORE_CONSOLE
  941. help
  942. If you would like to be able to use the z85c30 serial port
  943. on your (Power)Mac as the console, you can do so by answering
  944. Y to this option.
  945. config SERIAL_CPM
  946. tristate "CPM SCC/SMC serial port support"
  947. depends on CPM2 || 8xx
  948. select SERIAL_CORE
  949. help
  950. This driver supports the SCC and SMC serial ports on Motorola
  951. embedded PowerPC that contain a CPM1 (8xx) or CPM2 (8xxx)
  952. config SERIAL_CPM_CONSOLE
  953. bool "Support for console on CPM SCC/SMC serial port"
  954. depends on SERIAL_CPM=y
  955. select SERIAL_CORE_CONSOLE
  956. help
  957. Say Y here if you wish to use a SCC or SMC CPM UART as the system
  958. console (the system console is the device which receives all kernel
  959. messages and warnings and which allows logins in single user mode).
  960. Even if you say Y here, the currently visible framebuffer console
  961. (/dev/tty0) will still be used as the system console by default, but
  962. you can alter that using a kernel command line option such as
  963. "console=ttyCPM0". (Try "man bootparam" or see the documentation of
  964. your boot loader (lilo or loadlin) about how to pass options to the
  965. kernel at boot time.)
  966. config SERIAL_SGI_L1_CONSOLE
  967. bool "SGI Altix L1 serial console support"
  968. depends on IA64_GENERIC || IA64_SGI_SN2
  969. select SERIAL_CORE
  970. select SERIAL_CORE_CONSOLE
  971. help
  972. If you have an SGI Altix and you would like to use the system
  973. controller serial port as your console (you want this!),
  974. say Y. Otherwise, say N.
  975. config SERIAL_MPC52xx
  976. tristate "Freescale MPC52xx/MPC512x family PSC serial support"
  977. depends on PPC_MPC52xx || PPC_MPC512x
  978. select SERIAL_CORE
  979. help
  980. This driver supports MPC52xx and MPC512x PSC serial ports. If you would
  981. like to use them, you must answer Y or M to this option. Note that
  982. for use as console, it must be included in kernel and not as a
  983. module.
  984. config SERIAL_MPC52xx_CONSOLE
  985. bool "Console on a Freescale MPC52xx/MPC512x family PSC serial port"
  986. depends on SERIAL_MPC52xx=y
  987. select SERIAL_CORE_CONSOLE
  988. help
  989. Select this options if you'd like to use one of the PSC serial port
  990. of the Freescale MPC52xx family as a console.
  991. config SERIAL_MPC52xx_CONSOLE_BAUD
  992. int "Freescale MPC52xx/MPC512x family PSC serial port baud"
  993. depends on SERIAL_MPC52xx_CONSOLE=y
  994. default "9600"
  995. help
  996. Select the MPC52xx console baud rate.
  997. This value is only used if the bootloader doesn't pass in the
  998. console baudrate
  999. config SERIAL_ICOM
  1000. tristate "IBM Multiport Serial Adapter"
  1001. depends on PCI && (PPC_ISERIES || PPC_PSERIES)
  1002. select SERIAL_CORE
  1003. select FW_LOADER
  1004. help
  1005. This driver is for a family of multiport serial adapters
  1006. including 2 port RVX, 2 port internal modem, 4 port internal
  1007. modem and a split 1 port RVX and 1 port internal modem.
  1008. This driver can also be built as a module. If so, the module
  1009. will be called icom.
  1010. config SERIAL_M32R_SIO
  1011. bool "M32R SIO I/F"
  1012. depends on M32R
  1013. default y
  1014. select SERIAL_CORE
  1015. help
  1016. Say Y here if you want to use the M32R serial controller.
  1017. config SERIAL_M32R_SIO_CONSOLE
  1018. bool "use SIO console"
  1019. depends on SERIAL_M32R_SIO=y
  1020. select SERIAL_CORE_CONSOLE
  1021. help
  1022. Say Y here if you want to support a serial console.
  1023. If you use an M3T-M32700UT or an OPSPUT platform,
  1024. please say also y for SERIAL_M32R_PLDSIO.
  1025. config SERIAL_M32R_PLDSIO
  1026. bool "M32R SIO I/F on a PLD"
  1027. depends on SERIAL_M32R_SIO=y && (PLAT_OPSPUT || PLAT_USRV || PLAT_M32700UT)
  1028. default n
  1029. help
  1030. Say Y here if you want to use the M32R serial controller
  1031. on a PLD (Programmable Logic Device).
  1032. If you use an M3T-M32700UT or an OPSPUT platform,
  1033. please say Y.
  1034. config SERIAL_TXX9
  1035. bool "TMPTX39XX/49XX SIO support"
  1036. depends on HAS_TXX9_SERIAL
  1037. select SERIAL_CORE
  1038. default y
  1039. config HAS_TXX9_SERIAL
  1040. bool
  1041. config SERIAL_TXX9_NR_UARTS
  1042. int "Maximum number of TMPTX39XX/49XX SIO ports"
  1043. depends on SERIAL_TXX9
  1044. default "6"
  1045. config SERIAL_TXX9_CONSOLE
  1046. bool "TMPTX39XX/49XX SIO Console support"
  1047. depends on SERIAL_TXX9=y
  1048. select SERIAL_CORE_CONSOLE
  1049. config SERIAL_TXX9_STDSERIAL
  1050. bool "TX39XX/49XX SIO act as standard serial"
  1051. depends on !SERIAL_8250 && SERIAL_TXX9
  1052. config SERIAL_VR41XX
  1053. tristate "NEC VR4100 series Serial Interface Unit support"
  1054. depends on CPU_VR41XX
  1055. select SERIAL_CORE
  1056. help
  1057. If you have a NEC VR4100 series processor and you want to use
  1058. Serial Interface Unit(SIU) or Debug Serial Interface Unit(DSIU)
  1059. (not include VR4111/VR4121 DSIU), say Y. Otherwise, say N.
  1060. config SERIAL_VR41XX_CONSOLE
  1061. bool "Enable NEC VR4100 series Serial Interface Unit console"
  1062. depends on SERIAL_VR41XX=y
  1063. select SERIAL_CORE_CONSOLE
  1064. help
  1065. If you have a NEC VR4100 series processor and you want to use
  1066. a console on a serial port, say Y. Otherwise, say N.
  1067. config SERIAL_JSM
  1068. tristate "Digi International NEO PCI Support"
  1069. depends on PCI
  1070. select SERIAL_CORE
  1071. help
  1072. This is a driver for Digi International's Neo series
  1073. of cards which provide multiple serial ports. You would need
  1074. something like this to connect more than two modems to your Linux
  1075. box, for instance in order to become a dial-in server. This driver
  1076. supports PCI boards only.
  1077. If you have a card like this, say Y here, otherwise say N.
  1078. To compile this driver as a module, choose M here: the
  1079. module will be called jsm.
  1080. config SERIAL_SGI_IOC4
  1081. tristate "SGI IOC4 controller serial support"
  1082. depends on (IA64_GENERIC || IA64_SGI_SN2) && SGI_IOC4
  1083. select SERIAL_CORE
  1084. help
  1085. If you have an SGI Altix with an IOC4 based Base IO card
  1086. and wish to use the serial ports on this card, say Y.
  1087. Otherwise, say N.
  1088. config SERIAL_SGI_IOC3
  1089. tristate "SGI Altix IOC3 serial support"
  1090. depends on (IA64_GENERIC || IA64_SGI_SN2) && SGI_IOC3
  1091. select SERIAL_CORE
  1092. help
  1093. If you have an SGI Altix with an IOC3 serial card,
  1094. say Y or M. Otherwise, say N.
  1095. config SERIAL_MSM
  1096. bool "MSM on-chip serial port support"
  1097. depends on ARM && ARCH_MSM
  1098. select SERIAL_CORE
  1099. config SERIAL_MSM_CONSOLE
  1100. bool "MSM serial console support"
  1101. depends on SERIAL_MSM=y
  1102. select SERIAL_CORE_CONSOLE
  1103. config SERIAL_MSM_HS
  1104. tristate "MSM UART High Speed: Serial Driver"
  1105. depends on ARCH_MSM
  1106. select SERIAL_CORE
  1107. help
  1108. If you have a machine based on MSM family of SoCs, you
  1109. can enable its onboard high speed serial port by enabling
  1110. this option.
  1111. Choose M here to compile it as a module. The module will be
  1112. called msm_serial_hs.
  1113. config SERIAL_VT8500
  1114. bool "VIA VT8500 on-chip serial port support"
  1115. depends on ARM && ARCH_VT8500
  1116. select SERIAL_CORE
  1117. config SERIAL_VT8500_CONSOLE
  1118. bool "VIA VT8500 serial console support"
  1119. depends on SERIAL_VT8500=y
  1120. select SERIAL_CORE_CONSOLE
  1121. config SERIAL_NETX
  1122. tristate "NetX serial port support"
  1123. depends on ARM && ARCH_NETX
  1124. select SERIAL_CORE
  1125. help
  1126. If you have a machine based on a Hilscher NetX SoC you
  1127. can enable its onboard serial port by enabling this option.
  1128. To compile this driver as a module, choose M here: the
  1129. module will be called netx-serial.
  1130. config SERIAL_NETX_CONSOLE
  1131. bool "Console on NetX serial port"
  1132. depends on SERIAL_NETX=y
  1133. select SERIAL_CORE_CONSOLE
  1134. help
  1135. If you have enabled the serial port on the Hilscher NetX SoC
  1136. you can make it the console by answering Y to this option.
  1137. config SERIAL_OF_PLATFORM
  1138. tristate "Serial port on Open Firmware platform bus"
  1139. depends on OF
  1140. depends on SERIAL_8250 || SERIAL_OF_PLATFORM_NWPSERIAL
  1141. help
  1142. If you have a PowerPC based system that has serial ports
  1143. on a platform specific bus, you should enable this option.
  1144. Currently, only 8250 compatible ports are supported, but
  1145. others can easily be added.
  1146. config SERIAL_OMAP
  1147. tristate "OMAP serial port support"
  1148. depends on ARCH_OMAP2 || ARCH_OMAP3 || ARCH_OMAP4
  1149. select SERIAL_CORE
  1150. help
  1151. If you have a machine based on an Texas Instruments OMAP CPU you
  1152. can enable its onboard serial ports by enabling this option.
  1153. By enabling this option you take advantage of dma feature available
  1154. with the omap-serial driver. DMA support can be enabled from platform
  1155. data.
  1156. config SERIAL_OMAP_CONSOLE
  1157. bool "Console on OMAP serial port"
  1158. depends on SERIAL_OMAP
  1159. select SERIAL_CORE_CONSOLE
  1160. help
  1161. Select this option if you would like to use omap serial port as
  1162. console.
  1163. Even if you say Y here, the currently visible virtual console
  1164. (/dev/tty0) will still be used as the system console by default, but
  1165. you can alter that using a kernel command line option such as
  1166. "console=ttyOx". (Try "man bootparam" or see the documentation of
  1167. your boot loader about how to pass options to the kernel at
  1168. boot time.)
  1169. config SERIAL_OF_PLATFORM_NWPSERIAL
  1170. tristate "NWP serial port driver"
  1171. depends on PPC_OF && PPC_DCR
  1172. select SERIAL_OF_PLATFORM
  1173. select SERIAL_CORE_CONSOLE
  1174. select SERIAL_CORE
  1175. help
  1176. This driver supports the cell network processor nwp serial
  1177. device.
  1178. config SERIAL_OF_PLATFORM_NWPSERIAL_CONSOLE
  1179. bool "Console on NWP serial port"
  1180. depends on SERIAL_OF_PLATFORM_NWPSERIAL=y
  1181. select SERIAL_CORE_CONSOLE
  1182. help
  1183. Support for Console on the NWP serial ports.
  1184. config SERIAL_LANTIQ
  1185. bool "Lantiq serial driver"
  1186. depends on LANTIQ
  1187. select SERIAL_CORE
  1188. select SERIAL_CORE_CONSOLE
  1189. help
  1190. Support for console and UART on Lantiq SoCs.
  1191. config SERIAL_QE
  1192. tristate "Freescale QUICC Engine serial port support"
  1193. depends on QUICC_ENGINE
  1194. select SERIAL_CORE
  1195. select FW_LOADER
  1196. default n
  1197. help
  1198. This driver supports the QE serial ports on Freescale embedded
  1199. PowerPC that contain a QUICC Engine.
  1200. config SERIAL_SC26XX
  1201. tristate "SC2681/SC2692 serial port support"
  1202. depends on SNI_RM
  1203. select SERIAL_CORE
  1204. help
  1205. This is a driver for the onboard serial ports of
  1206. older RM400 machines.
  1207. config SERIAL_SC26XX_CONSOLE
  1208. bool "Console on SC2681/SC2692 serial port"
  1209. depends on SERIAL_SC26XX=y
  1210. select SERIAL_CORE_CONSOLE
  1211. help
  1212. Support for Console on SC2681/SC2692 serial ports.
  1213. config SERIAL_BFIN_SPORT
  1214. tristate "Blackfin SPORT emulate UART"
  1215. depends on BLACKFIN
  1216. select SERIAL_CORE
  1217. help
  1218. Enable SPORT emulate UART on Blackfin series.
  1219. To compile this driver as a module, choose M here: the
  1220. module will be called bfin_sport_uart.
  1221. config SERIAL_BFIN_SPORT_CONSOLE
  1222. bool "Console on Blackfin sport emulated uart"
  1223. depends on SERIAL_BFIN_SPORT=y
  1224. select SERIAL_CORE_CONSOLE
  1225. config SERIAL_BFIN_SPORT0_UART
  1226. bool "Enable UART over SPORT0"
  1227. depends on SERIAL_BFIN_SPORT && !(BF542 || BF544)
  1228. help
  1229. Enable UART over SPORT0
  1230. config SERIAL_BFIN_SPORT0_UART_CTSRTS
  1231. bool "Enable UART over SPORT0 hardware flow control"
  1232. depends on SERIAL_BFIN_SPORT0_UART
  1233. help
  1234. Enable hardware flow control in the driver.
  1235. config SERIAL_BFIN_SPORT1_UART
  1236. bool "Enable UART over SPORT1"
  1237. depends on SERIAL_BFIN_SPORT
  1238. help
  1239. Enable UART over SPORT1
  1240. config SERIAL_BFIN_SPORT1_UART_CTSRTS
  1241. bool "Enable UART over SPORT1 hardware flow control"
  1242. depends on SERIAL_BFIN_SPORT1_UART
  1243. help
  1244. Enable hardware flow control in the driver.
  1245. config SERIAL_BFIN_SPORT2_UART
  1246. bool "Enable UART over SPORT2"
  1247. depends on SERIAL_BFIN_SPORT && (BF54x || BF538 || BF539)
  1248. help
  1249. Enable UART over SPORT2
  1250. config SERIAL_BFIN_SPORT2_UART_CTSRTS
  1251. bool "Enable UART over SPORT2 hardware flow control"
  1252. depends on SERIAL_BFIN_SPORT2_UART
  1253. help
  1254. Enable hardware flow control in the driver.
  1255. config SERIAL_BFIN_SPORT3_UART
  1256. bool "Enable UART over SPORT3"
  1257. depends on SERIAL_BFIN_SPORT && (BF54x || BF538 || BF539)
  1258. help
  1259. Enable UART over SPORT3
  1260. config SERIAL_BFIN_SPORT3_UART_CTSRTS
  1261. bool "Enable UART over SPORT3 hardware flow control"
  1262. depends on SERIAL_BFIN_SPORT3_UART
  1263. help
  1264. Enable hardware flow control in the driver.
  1265. config SERIAL_TIMBERDALE
  1266. tristate "Support for timberdale UART"
  1267. select SERIAL_CORE
  1268. ---help---
  1269. Add support for UART controller on timberdale.
  1270. config SERIAL_BCM63XX
  1271. tristate "bcm63xx serial port support"
  1272. select SERIAL_CORE
  1273. depends on BCM63XX
  1274. help
  1275. If you have a bcm63xx CPU, you can enable its onboard
  1276. serial port by enabling this options.
  1277. To compile this driver as a module, choose M here: the
  1278. module will be called bcm963xx_uart.
  1279. config SERIAL_BCM63XX_CONSOLE
  1280. bool "Console on bcm63xx serial port"
  1281. depends on SERIAL_BCM63XX=y
  1282. select SERIAL_CORE_CONSOLE
  1283. help
  1284. If you have enabled the serial port on the bcm63xx CPU
  1285. you can make it the console by answering Y to this option.
  1286. config SERIAL_GRLIB_GAISLER_APBUART
  1287. tristate "GRLIB APBUART serial support"
  1288. depends on OF && SPARC
  1289. select SERIAL_CORE
  1290. ---help---
  1291. Add support for the GRLIB APBUART serial port.
  1292. config SERIAL_GRLIB_GAISLER_APBUART_CONSOLE
  1293. bool "Console on GRLIB APBUART serial port"
  1294. depends on SERIAL_GRLIB_GAISLER_APBUART=y
  1295. select SERIAL_CORE_CONSOLE
  1296. help
  1297. Support for running a console on the GRLIB APBUART
  1298. config SERIAL_ALTERA_JTAGUART
  1299. tristate "Altera JTAG UART support"
  1300. select SERIAL_CORE
  1301. help
  1302. This driver supports the Altera JTAG UART port.
  1303. config SERIAL_ALTERA_JTAGUART_CONSOLE
  1304. bool "Altera JTAG UART console support"
  1305. depends on SERIAL_ALTERA_JTAGUART=y
  1306. select SERIAL_CORE_CONSOLE
  1307. help
  1308. Enable a Altera JTAG UART port to be the system console.
  1309. config SERIAL_ALTERA_JTAGUART_CONSOLE_BYPASS
  1310. bool "Bypass output when no connection"
  1311. depends on SERIAL_ALTERA_JTAGUART_CONSOLE
  1312. select SERIAL_CORE_CONSOLE
  1313. help
  1314. Bypass console output and keep going even if there is no
  1315. JTAG terminal connection with the host.
  1316. config SERIAL_ALTERA_UART
  1317. tristate "Altera UART support"
  1318. select SERIAL_CORE
  1319. help
  1320. This driver supports the Altera softcore UART port.
  1321. config SERIAL_ALTERA_UART_MAXPORTS
  1322. int "Maximum number of Altera UART ports"
  1323. depends on SERIAL_ALTERA_UART
  1324. default 4
  1325. help
  1326. This setting lets you define the maximum number of the Altera
  1327. UART ports. The usual default varies from board to board, and
  1328. this setting is a way of catering for that.
  1329. config SERIAL_ALTERA_UART_BAUDRATE
  1330. int "Default baudrate for Altera UART ports"
  1331. depends on SERIAL_ALTERA_UART
  1332. default 115200
  1333. help
  1334. This setting lets you define what the default baudrate is for the
  1335. Altera UART ports. The usual default varies from board to board,
  1336. and this setting is a way of catering for that.
  1337. config SERIAL_ALTERA_UART_CONSOLE
  1338. bool "Altera UART console support"
  1339. depends on SERIAL_ALTERA_UART=y
  1340. select SERIAL_CORE_CONSOLE
  1341. help
  1342. Enable a Altera UART port to be the system console.
  1343. config SERIAL_IFX6X60
  1344. tristate "SPI protocol driver for Infineon 6x60 modem (EXPERIMENTAL)"
  1345. depends on GPIOLIB && SPI && EXPERIMENTAL
  1346. help
  1347. Support for the IFX6x60 modem devices on Intel MID platforms.
  1348. config SERIAL_PCH_UART
  1349. tristate "Intel EG20T PCH/LAPIS Semicon IOH(ML7213/ML7223/ML7831) UART"
  1350. depends on PCI
  1351. select SERIAL_CORE
  1352. help
  1353. This driver is for PCH(Platform controller Hub) UART of Intel EG20T
  1354. which is an IOH(Input/Output Hub) for x86 embedded processor.
  1355. Enabling PCH_DMA, this PCH UART works as DMA mode.
  1356. This driver also can be used for LAPIS Semiconductor IOH(Input/
  1357. Output Hub), ML7213, ML7223 and ML7831.
  1358. ML7213 IOH is for IVI(In-Vehicle Infotainment) use, ML7223 IOH is
  1359. for MP(Media Phone) use and ML7831 IOH is for general purpose use.
  1360. ML7213/ML7223/ML7831 is companion chip for Intel Atom E6xx series.
  1361. ML7213/ML7223/ML7831 is completely compatible for Intel EG20T PCH.
  1362. config SERIAL_MSM_SMD
  1363. bool "Enable tty device interface for some SMD ports"
  1364. default n
  1365. depends on MSM_SMD
  1366. help
  1367. Enables userspace clients to read and write to some streaming SMD
  1368. ports via tty device interface for MSM chipset.
  1369. config SERIAL_MXS_AUART
  1370. depends on ARCH_MXS
  1371. tristate "MXS AUART support"
  1372. select SERIAL_CORE
  1373. help
  1374. This driver supports the MXS Application UART (AUART) port.
  1375. config SERIAL_MXS_AUART_CONSOLE
  1376. bool "MXS AUART console support"
  1377. depends on SERIAL_MXS_AUART=y
  1378. select SERIAL_CORE_CONSOLE
  1379. help
  1380. Enable a MXS AUART port to be the system console.
  1381. config SERIAL_XILINX_PS_UART
  1382. tristate "Xilinx PS UART support"
  1383. select SERIAL_CORE
  1384. help
  1385. This driver supports the Xilinx PS UART port.
  1386. config SERIAL_XILINX_PS_UART_CONSOLE
  1387. bool "Xilinx PS UART console support"
  1388. depends on SERIAL_XILINX_PS_UART=y
  1389. select SERIAL_CORE_CONSOLE
  1390. help
  1391. Enable a Xilinx PS UART port to be the system console.
  1392. endmenu