Kconfig 49 KB

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