Kconfig 51 KB

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