Kconfig 42 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359
  1. #
  2. # Serial device configuration
  3. #
  4. menu "Serial drivers"
  5. depends on HAS_IOMEM
  6. source "drivers/tty/serial/8250/Kconfig"
  7. comment "Non-8250 serial port support"
  8. config SERIAL_AMBA_PL010
  9. tristate "ARM AMBA PL010 serial port support"
  10. depends on ARM_AMBA && (BROKEN || !ARCH_VERSATILE)
  11. select SERIAL_CORE
  12. help
  13. This selects the ARM(R) AMBA(R) PrimeCell PL010 UART. If you have
  14. an Integrator/AP or Integrator/PP2 platform, or if you have a
  15. Cirrus Logic EP93xx CPU, say Y or M here.
  16. If unsure, say N.
  17. config SERIAL_AMBA_PL010_CONSOLE
  18. bool "Support for console on AMBA serial port"
  19. depends on SERIAL_AMBA_PL010=y
  20. select SERIAL_CORE_CONSOLE
  21. ---help---
  22. Say Y here if you wish to use an AMBA PrimeCell UART as the system
  23. console (the system console is the device which receives all kernel
  24. messages and warnings and which allows logins in single user mode).
  25. Even if you say Y here, the currently visible framebuffer console
  26. (/dev/tty0) will still be used as the system console by default, but
  27. you can alter that using a kernel command line option such as
  28. "console=ttyAM0". (Try "man bootparam" or see the documentation of
  29. your boot loader (lilo or loadlin) about how to pass options to the
  30. kernel at boot time.)
  31. config SERIAL_AMBA_PL011
  32. tristate "ARM AMBA PL011 serial port support"
  33. depends on ARM_AMBA
  34. select SERIAL_CORE
  35. help
  36. This selects the ARM(R) AMBA(R) PrimeCell PL011 UART. If you have
  37. an Integrator/PP2, Integrator/CP or Versatile platform, say Y or M
  38. here.
  39. If unsure, say N.
  40. config SERIAL_AMBA_PL011_CONSOLE
  41. bool "Support for console on AMBA serial port"
  42. depends on SERIAL_AMBA_PL011=y
  43. select SERIAL_CORE_CONSOLE
  44. ---help---
  45. Say Y here if you wish to use an AMBA PrimeCell UART as the system
  46. console (the system console is the device which receives all kernel
  47. messages and warnings and which allows logins in single user mode).
  48. Even if you say Y here, the currently visible framebuffer console
  49. (/dev/tty0) will still be used as the system console by default, but
  50. you can alter that using a kernel command line option such as
  51. "console=ttyAMA0". (Try "man bootparam" or see the documentation of
  52. your boot loader (lilo or loadlin) about how to pass options to the
  53. kernel at boot time.)
  54. config SERIAL_SB1250_DUART
  55. tristate "BCM1xxx on-chip DUART serial support"
  56. depends on SIBYTE_SB1xxx_SOC=y
  57. select SERIAL_CORE
  58. default y
  59. ---help---
  60. Support for the asynchronous serial interface (DUART) included in
  61. the BCM1250 and derived System-On-a-Chip (SOC) devices. Note that
  62. the letter D in DUART stands for "dual", which is how the device
  63. is implemented. Depending on the SOC configuration there may be
  64. one or more DUARTs available of which all are handled.
  65. If unsure, say Y. To compile this driver as a module, choose M here:
  66. the module will be called sb1250-duart.
  67. config SERIAL_SB1250_DUART_CONSOLE
  68. bool "Support for console on a BCM1xxx DUART serial port"
  69. depends on SERIAL_SB1250_DUART=y
  70. select SERIAL_CORE_CONSOLE
  71. default y
  72. ---help---
  73. If you say Y here, it will be possible to use a serial port as the
  74. system console (the system console is the device which receives all
  75. kernel messages and warnings and which allows logins in single user
  76. mode).
  77. If unsure, say Y.
  78. config SERIAL_ATMEL
  79. bool "AT91 / AT32 on-chip serial port support"
  80. depends on (ARM && ARCH_AT91) || AVR32
  81. select SERIAL_CORE
  82. help
  83. This enables the driver for the on-chip UARTs of the Atmel
  84. AT91 and AT32 processors.
  85. config SERIAL_ATMEL_CONSOLE
  86. bool "Support for console on AT91 / AT32 serial port"
  87. depends on SERIAL_ATMEL=y
  88. select SERIAL_CORE_CONSOLE
  89. help
  90. Say Y here if you wish to use an on-chip UART on a Atmel
  91. AT91 or AT32 processor as the system console (the system
  92. console is the device which receives all kernel messages and
  93. warnings and which allows logins in single user mode).
  94. config SERIAL_ATMEL_PDC
  95. bool "Support DMA transfers on AT91 / AT32 serial port"
  96. depends on SERIAL_ATMEL
  97. default y
  98. help
  99. Say Y here if you wish to use the PDC to do DMA transfers to
  100. and from the Atmel AT91 / AT32 serial port. In order to
  101. actually use DMA transfers, make sure that the use_dma_tx
  102. and use_dma_rx members in the atmel_uart_data struct is set
  103. appropriately for each port.
  104. Note that break and error handling currently doesn't work
  105. properly when DMA is enabled. Make sure that ports where
  106. this matters don't use DMA.
  107. config SERIAL_ATMEL_TTYAT
  108. bool "Install as device ttyATn instead of ttySn"
  109. depends on SERIAL_ATMEL=y
  110. help
  111. Say Y here if you wish to have the internal AT91 / AT32 UARTs
  112. appear as /dev/ttyATn (major 204, minor starting at 154)
  113. instead of the normal /dev/ttySn (major 4, minor starting at
  114. 64). This is necessary if you also want other UARTs, such as
  115. external 8250/16C550 compatible UARTs.
  116. The ttySn nodes are legally reserved for the 8250 serial driver
  117. but are often misused by other serial drivers.
  118. To use this, you should create suitable ttyATn device nodes in
  119. /dev/, and pass "console=ttyATn" to the kernel.
  120. Say Y if you have an external 8250/16C550 UART. If unsure, say N.
  121. config SERIAL_KS8695
  122. bool "Micrel KS8695 (Centaur) serial port support"
  123. depends on ARCH_KS8695
  124. select SERIAL_CORE
  125. help
  126. This selects the Micrel Centaur KS8695 UART. Say Y here.
  127. config SERIAL_KS8695_CONSOLE
  128. bool "Support for console on KS8695 (Centaur) serial port"
  129. depends on SERIAL_KS8695=y
  130. select SERIAL_CORE_CONSOLE
  131. help
  132. Say Y here if you wish to use a KS8695 (Centaur) UART as the
  133. system console (the system console is the device which
  134. receives all kernel messages and warnings and which allows
  135. logins in single user mode).
  136. config SERIAL_CLPS711X
  137. tristate "CLPS711X serial port support"
  138. depends on ARM && ARCH_CLPS711X
  139. select SERIAL_CORE
  140. help
  141. ::: To be written :::
  142. config SERIAL_CLPS711X_CONSOLE
  143. bool "Support for console on CLPS711X serial port"
  144. depends on SERIAL_CLPS711X=y
  145. select SERIAL_CORE_CONSOLE
  146. help
  147. Even if you say Y here, the currently visible virtual console
  148. (/dev/tty0) will still be used as the system console by default, but
  149. you can alter that using a kernel command line option such as
  150. "console=ttyCL1". (Try "man bootparam" or see the documentation of
  151. your boot loader (lilo or loadlin) about how to pass options to the
  152. kernel at boot time.)
  153. config SERIAL_SAMSUNG
  154. tristate "Samsung SoC serial support"
  155. depends on ARM && PLAT_SAMSUNG
  156. select SERIAL_CORE
  157. help
  158. Support for the on-chip UARTs on the Samsung S3C24XX series CPUs,
  159. providing /dev/ttySAC0, 1 and 2 (note, some machines may not
  160. provide all of these ports, depending on how the serial port
  161. pins are configured.
  162. config SERIAL_SAMSUNG_UARTS_4
  163. bool
  164. depends on ARM && PLAT_SAMSUNG
  165. default y if !(CPU_S3C2410 || SERIAL_S3C2412 || CPU_S3C2440 || CPU_S3C2442)
  166. help
  167. Internal node for the common case of 4 Samsung compatible UARTs
  168. config SERIAL_SAMSUNG_UARTS
  169. int
  170. depends on ARM && PLAT_SAMSUNG
  171. default 6 if ARCH_S5P6450
  172. default 4 if SERIAL_SAMSUNG_UARTS_4 || CPU_S3C2416
  173. default 3
  174. help
  175. Select the number of available UART ports for the Samsung S3C
  176. serial driver
  177. config SERIAL_SAMSUNG_DEBUG
  178. bool "Samsung SoC serial debug"
  179. depends on SERIAL_SAMSUNG && DEBUG_LL
  180. help
  181. Add support for debugging the serial driver. Since this is
  182. generally being used as a console, we use our own output
  183. routines that go via the low-level debug printascii()
  184. function.
  185. config SERIAL_SAMSUNG_CONSOLE
  186. bool "Support for console on Samsung SoC serial port"
  187. depends on SERIAL_SAMSUNG=y
  188. select SERIAL_CORE_CONSOLE
  189. help
  190. Allow selection of the S3C24XX on-board serial ports for use as
  191. an virtual console.
  192. Even if you say Y here, the currently visible virtual console
  193. (/dev/tty0) will still be used as the system console by default, but
  194. you can alter that using a kernel command line option such as
  195. "console=ttySACx". (Try "man bootparam" or see the documentation of
  196. your boot loader about how to pass options to the kernel at
  197. boot time.)
  198. config SERIAL_SIRFSOC
  199. tristate "SiRF SoC Platform Serial port support"
  200. depends on ARM && ARCH_PRIMA2
  201. select SERIAL_CORE
  202. help
  203. Support for the on-chip UART on the CSR SiRFprimaII series,
  204. providing /dev/ttySiRF0, 1 and 2 (note, some machines may not
  205. provide all of these ports, depending on how the serial port
  206. pins are configured).
  207. config SERIAL_SIRFSOC_CONSOLE
  208. bool "Support for console on SiRF SoC serial port"
  209. depends on SERIAL_SIRFSOC=y
  210. select SERIAL_CORE_CONSOLE
  211. help
  212. Even if you say Y here, the currently visible virtual console
  213. (/dev/tty0) will still be used as the system console by default, but
  214. you can alter that using a kernel command line option such as
  215. "console=ttySiRFx". (Try "man bootparam" or see the documentation of
  216. your boot loader about how to pass options to the kernel at
  217. boot time.)
  218. config SERIAL_MAX3100
  219. tristate "MAX3100 support"
  220. depends on SPI
  221. select SERIAL_CORE
  222. help
  223. MAX3100 chip support
  224. config SERIAL_MAX3107
  225. tristate "MAX3107 support"
  226. depends on SPI
  227. select SERIAL_CORE
  228. help
  229. MAX3107 chip support
  230. config SERIAL_MAX3107_AAVA
  231. tristate "MAX3107 AAVA platform support"
  232. depends on X86_MRST && SERIAL_MAX3107 && GPIOLIB
  233. select SERIAL_CORE
  234. help
  235. Support for the MAX3107 chip configuration found on the AAVA
  236. platform. Includes the extra initialisation and GPIO support
  237. neded for this device.
  238. config SERIAL_DZ
  239. bool "DECstation DZ serial driver"
  240. depends on MACH_DECSTATION && 32BIT
  241. select SERIAL_CORE
  242. default y
  243. ---help---
  244. DZ11-family serial controllers for DECstations and VAXstations,
  245. including the DC7085, M7814, and M7819.
  246. config SERIAL_DZ_CONSOLE
  247. bool "Support console on DECstation DZ serial driver"
  248. depends on SERIAL_DZ=y
  249. select SERIAL_CORE_CONSOLE
  250. default y
  251. ---help---
  252. If you say Y here, it will be possible to use a serial port as the
  253. system console (the system console is the device which receives all
  254. kernel messages and warnings and which allows logins in single user
  255. mode).
  256. Note that the firmware uses ttyS3 as the serial console on
  257. DECstations that use this driver.
  258. If unsure, say Y.
  259. config SERIAL_ZS
  260. tristate "DECstation Z85C30 serial support"
  261. depends on MACH_DECSTATION
  262. select SERIAL_CORE
  263. default y
  264. ---help---
  265. Support for the Zilog 85C350 serial communications controller used
  266. for serial ports in newer DECstation systems. These include the
  267. DECsystem 5900 and all models of the DECstation and DECsystem 5000
  268. systems except from model 200.
  269. If unsure, say Y. To compile this driver as a module, choose M here:
  270. the module will be called zs.
  271. config SERIAL_ZS_CONSOLE
  272. bool "Support for console on a DECstation Z85C30 serial port"
  273. depends on SERIAL_ZS=y
  274. select SERIAL_CORE_CONSOLE
  275. default y
  276. ---help---
  277. If you say Y here, it will be possible to use a serial port as the
  278. system console (the system console is the device which receives all
  279. kernel messages and warnings and which allows logins in single user
  280. mode).
  281. Note that the firmware uses ttyS1 as the serial console on the
  282. Maxine and ttyS3 on the others using this driver.
  283. If unsure, say Y.
  284. config SERIAL_21285
  285. tristate "DC21285 serial port support"
  286. depends on ARM && FOOTBRIDGE
  287. select SERIAL_CORE
  288. help
  289. If you have a machine based on a 21285 (Footbridge) StrongARM(R)/
  290. PCI bridge you can enable its onboard serial port by enabling this
  291. option.
  292. config SERIAL_21285_CONSOLE
  293. bool "Console on DC21285 serial port"
  294. depends on SERIAL_21285=y
  295. select SERIAL_CORE_CONSOLE
  296. help
  297. If you have enabled the serial port on the 21285 footbridge you can
  298. make it the console by answering Y to this option.
  299. Even if you say Y here, the currently visible virtual console
  300. (/dev/tty0) will still be used as the system console by default, but
  301. you can alter that using a kernel command line option such as
  302. "console=ttyFB". (Try "man bootparam" or see the documentation of
  303. your boot loader (lilo or loadlin) about how to pass options to the
  304. kernel at boot time.)
  305. config SERIAL_MPSC
  306. bool "Marvell MPSC serial port support"
  307. depends on PPC32 && MV64X60
  308. select SERIAL_CORE
  309. help
  310. Say Y here if you want to use the Marvell MPSC serial controller.
  311. config SERIAL_MPSC_CONSOLE
  312. bool "Support for console on Marvell MPSC serial port"
  313. depends on SERIAL_MPSC
  314. select SERIAL_CORE_CONSOLE
  315. help
  316. Say Y here if you want to support a serial console on a Marvell MPSC.
  317. config SERIAL_PXA
  318. bool "PXA serial port support"
  319. depends on ARCH_PXA || ARCH_MMP
  320. select SERIAL_CORE
  321. help
  322. If you have a machine based on an Intel XScale PXA2xx CPU you
  323. can enable its onboard serial ports by enabling this option.
  324. config SERIAL_PXA_CONSOLE
  325. bool "Console on PXA serial port"
  326. depends on SERIAL_PXA
  327. select SERIAL_CORE_CONSOLE
  328. help
  329. If you have enabled the serial port on the Intel XScale PXA
  330. CPU you can make it the console by answering Y to this option.
  331. Even if you say Y here, the currently visible virtual console
  332. (/dev/tty0) will still be used as the system console by default, but
  333. you can alter that using a kernel command line option such as
  334. "console=ttySA0". (Try "man bootparam" or see the documentation of
  335. your boot loader (lilo or loadlin) about how to pass options to the
  336. kernel at boot time.)
  337. config SERIAL_SA1100
  338. bool "SA1100 serial port support"
  339. depends on ARM && ARCH_SA1100
  340. select SERIAL_CORE
  341. help
  342. If you have a machine based on a SA1100/SA1110 StrongARM(R) CPU you
  343. can enable its onboard serial port by enabling this option.
  344. Please read <file:Documentation/arm/SA1100/serial_UART> for further
  345. info.
  346. config SERIAL_SA1100_CONSOLE
  347. bool "Console on SA1100 serial port"
  348. depends on SERIAL_SA1100
  349. select SERIAL_CORE_CONSOLE
  350. help
  351. If you have enabled the serial port on the SA1100/SA1110 StrongARM
  352. CPU you can make it the console by answering Y to this option.
  353. Even if you say Y here, the currently visible virtual console
  354. (/dev/tty0) will still be used as the system console by default, but
  355. you can alter that using a kernel command line option such as
  356. "console=ttySA0". (Try "man bootparam" or see the documentation of
  357. your boot loader (lilo or loadlin) about how to pass options to the
  358. kernel at boot time.)
  359. config SERIAL_MRST_MAX3110
  360. tristate "SPI UART driver for Max3110"
  361. depends on SPI_DW_PCI
  362. select SERIAL_CORE
  363. select SERIAL_CORE_CONSOLE
  364. help
  365. This is the UART protocol driver for the MAX3110 device on
  366. the Intel Moorestown platform. On other systems use the max3100
  367. driver.
  368. config SERIAL_MFD_HSU
  369. tristate "Medfield High Speed UART support"
  370. depends on PCI
  371. select SERIAL_CORE
  372. config SERIAL_MFD_HSU_CONSOLE
  373. boolean "Medfile HSU serial console support"
  374. depends on SERIAL_MFD_HSU=y
  375. select SERIAL_CORE_CONSOLE
  376. config SERIAL_BFIN
  377. tristate "Blackfin serial port support"
  378. depends on BLACKFIN
  379. select SERIAL_CORE
  380. select SERIAL_BFIN_UART0 if (BF531 || BF532 || BF533 || BF561)
  381. help
  382. Add support for the built-in UARTs on the Blackfin.
  383. To compile this driver as a module, choose M here: the
  384. module is named bfin_uart.ko.
  385. config SERIAL_BFIN_CONSOLE
  386. bool "Console on Blackfin serial port"
  387. depends on SERIAL_BFIN=y
  388. select SERIAL_CORE_CONSOLE
  389. choice
  390. prompt "UART Mode"
  391. depends on SERIAL_BFIN
  392. default SERIAL_BFIN_DMA
  393. help
  394. This driver supports the built-in serial ports of the Blackfin family
  395. of CPUs
  396. config SERIAL_BFIN_DMA
  397. bool "DMA mode"
  398. depends on !DMA_UNCACHED_NONE && KGDB_SERIAL_CONSOLE=n
  399. help
  400. This driver works under DMA mode. If this option is selected, the
  401. blackfin simple dma driver is also enabled.
  402. config SERIAL_BFIN_PIO
  403. bool "PIO mode"
  404. help
  405. This driver works under PIO mode.
  406. endchoice
  407. config SERIAL_BFIN_UART0
  408. bool "Enable UART0"
  409. depends on SERIAL_BFIN
  410. help
  411. Enable UART0
  412. config BFIN_UART0_CTSRTS
  413. bool "Enable UART0 hardware flow control"
  414. depends on SERIAL_BFIN_UART0
  415. help
  416. Enable hardware flow control in the driver.
  417. config SERIAL_BFIN_UART1
  418. bool "Enable UART1"
  419. depends on SERIAL_BFIN && (!BF531 && !BF532 && !BF533 && !BF561)
  420. help
  421. Enable UART1
  422. config BFIN_UART1_CTSRTS
  423. bool "Enable UART1 hardware flow control"
  424. depends on SERIAL_BFIN_UART1
  425. help
  426. Enable hardware flow control in the driver.
  427. config SERIAL_BFIN_UART2
  428. bool "Enable UART2"
  429. depends on SERIAL_BFIN && (BF54x || BF538 || BF539)
  430. help
  431. Enable UART2
  432. config BFIN_UART2_CTSRTS
  433. bool "Enable UART2 hardware flow control"
  434. depends on SERIAL_BFIN_UART2
  435. help
  436. Enable hardware flow control in the driver.
  437. config SERIAL_BFIN_UART3
  438. bool "Enable UART3"
  439. depends on SERIAL_BFIN && (BF54x)
  440. help
  441. Enable UART3
  442. config BFIN_UART3_CTSRTS
  443. bool "Enable UART3 hardware flow control"
  444. depends on SERIAL_BFIN_UART3
  445. help
  446. Enable hardware flow control in the driver.
  447. config SERIAL_IMX
  448. bool "IMX serial port support"
  449. depends on ARCH_MXC
  450. select SERIAL_CORE
  451. select RATIONAL
  452. help
  453. If you have a machine based on a Motorola IMX CPU you
  454. can enable its onboard serial port by enabling this option.
  455. config SERIAL_IMX_CONSOLE
  456. bool "Console on IMX serial port"
  457. depends on SERIAL_IMX
  458. select SERIAL_CORE_CONSOLE
  459. help
  460. If you have enabled the serial port on the Motorola IMX
  461. CPU you can make it the console by answering Y to this option.
  462. Even if you say Y here, the currently visible virtual console
  463. (/dev/tty0) will still be used as the system console by default, but
  464. you can alter that using a kernel command line option such as
  465. "console=ttySA0". (Try "man bootparam" or see the documentation of
  466. your boot loader (lilo or loadlin) about how to pass options to the
  467. kernel at boot time.)
  468. config SERIAL_UARTLITE
  469. tristate "Xilinx uartlite serial port support"
  470. depends on PPC32 || MICROBLAZE || MFD_TIMBERDALE
  471. select SERIAL_CORE
  472. help
  473. Say Y here if you want to use the Xilinx uartlite serial controller.
  474. To compile this driver as a module, choose M here: the
  475. module will be called uartlite.
  476. config SERIAL_UARTLITE_CONSOLE
  477. bool "Support for console on Xilinx uartlite serial port"
  478. depends on SERIAL_UARTLITE=y
  479. select SERIAL_CORE_CONSOLE
  480. help
  481. Say Y here if you wish to use a Xilinx uartlite as the system
  482. console (the system console is the device which receives all kernel
  483. messages and warnings and which allows logins in single user mode).
  484. config SERIAL_SUNCORE
  485. bool
  486. depends on SPARC
  487. select SERIAL_CORE
  488. select SERIAL_CORE_CONSOLE
  489. default y
  490. config SERIAL_SUNZILOG
  491. tristate "Sun Zilog8530 serial support"
  492. depends on SPARC
  493. help
  494. This driver supports the Zilog8530 serial ports found on many Sparc
  495. systems. Say Y or M if you want to be able to these serial ports.
  496. config SERIAL_SUNZILOG_CONSOLE
  497. bool "Console on Sun Zilog8530 serial port"
  498. depends on SERIAL_SUNZILOG=y
  499. help
  500. If you would like to be able to use the Zilog8530 serial port
  501. on your Sparc system as the console, you can do so by answering
  502. Y to this option.
  503. config SERIAL_SUNSU
  504. tristate "Sun SU serial support"
  505. depends on SPARC && PCI
  506. help
  507. This driver supports the 8250 serial ports that run the keyboard and
  508. mouse on (PCI) UltraSPARC systems. Say Y or M if you want to be able
  509. to these serial ports.
  510. config SERIAL_SUNSU_CONSOLE
  511. bool "Console on Sun SU serial port"
  512. depends on SERIAL_SUNSU=y
  513. help
  514. If you would like to be able to use the SU serial port
  515. on your Sparc system as the console, you can do so by answering
  516. Y to this option.
  517. config SERIAL_MUX
  518. tristate "Serial MUX support"
  519. depends on GSC
  520. select SERIAL_CORE
  521. default y
  522. ---help---
  523. Saying Y here will enable the hardware MUX serial driver for
  524. the Nova, K class systems and D class with a 'remote control card'.
  525. The hardware MUX is not 8250/16550 compatible therefore the
  526. /dev/ttyB0 device is shared between the Serial MUX and the PDC
  527. software console. The following steps need to be completed to use
  528. the Serial MUX:
  529. 1. create the device entry (mknod /dev/ttyB0 c 11 0)
  530. 2. Edit the /etc/inittab to start a getty listening on /dev/ttyB0
  531. 3. Add device ttyB0 to /etc/securetty (if you want to log on as
  532. root on this console.)
  533. 4. Change the kernel command console parameter to: console=ttyB0
  534. config SERIAL_MUX_CONSOLE
  535. bool "Support for console on serial MUX"
  536. depends on SERIAL_MUX=y
  537. select SERIAL_CORE_CONSOLE
  538. default y
  539. config PDC_CONSOLE
  540. bool "PDC software console support"
  541. depends on PARISC && !SERIAL_MUX && VT
  542. default n
  543. help
  544. Saying Y here will enable the software based PDC console to be
  545. used as the system console. This is useful for machines in
  546. which the hardware based console has not been written yet. The
  547. following steps must be competed to use the PDC console:
  548. 1. create the device entry (mknod /dev/ttyB0 c 11 0)
  549. 2. Edit the /etc/inittab to start a getty listening on /dev/ttyB0
  550. 3. Add device ttyB0 to /etc/securetty (if you want to log on as
  551. root on this console.)
  552. 4. Change the kernel command console parameter to: console=ttyB0
  553. config SERIAL_SUNSAB
  554. tristate "Sun Siemens SAB82532 serial support"
  555. depends on SPARC && PCI
  556. help
  557. This driver supports the Siemens SAB82532 DUSCC serial ports on newer
  558. (PCI) UltraSPARC systems. Say Y or M if you want to be able to these
  559. serial ports.
  560. config SERIAL_SUNSAB_CONSOLE
  561. bool "Console on Sun Siemens SAB82532 serial port"
  562. depends on SERIAL_SUNSAB=y
  563. help
  564. If you would like to be able to use the SAB82532 serial port
  565. on your Sparc system as the console, you can do so by answering
  566. Y to this option.
  567. config SERIAL_SUNHV
  568. bool "Sun4v Hypervisor Console support"
  569. depends on SPARC64
  570. help
  571. This driver supports the console device found on SUN4V Sparc
  572. systems. Say Y if you want to be able to use this device.
  573. config SERIAL_IP22_ZILOG
  574. tristate "SGI Zilog8530 serial support"
  575. depends on SGI_HAS_ZILOG
  576. select SERIAL_CORE
  577. help
  578. This driver supports the Zilog8530 serial ports found on SGI
  579. systems. Say Y or M if you want to be able to these serial ports.
  580. config SERIAL_IP22_ZILOG_CONSOLE
  581. bool "Console on SGI Zilog8530 serial port"
  582. depends on SERIAL_IP22_ZILOG=y
  583. select SERIAL_CORE_CONSOLE
  584. config SERIAL_SH_SCI
  585. tristate "SuperH SCI(F) serial port support"
  586. depends on HAVE_CLK && (SUPERH || ARCH_SHMOBILE)
  587. select SERIAL_CORE
  588. config SERIAL_SH_SCI_NR_UARTS
  589. int "Maximum number of SCI(F) serial ports"
  590. depends on SERIAL_SH_SCI
  591. default "2"
  592. config SERIAL_SH_SCI_CONSOLE
  593. bool "Support for console on SuperH SCI(F)"
  594. depends on SERIAL_SH_SCI=y
  595. select SERIAL_CORE_CONSOLE
  596. config SERIAL_SH_SCI_DMA
  597. bool "DMA support"
  598. depends on SERIAL_SH_SCI && SH_DMAE && EXPERIMENTAL
  599. config SERIAL_PNX8XXX
  600. bool "Enable PNX8XXX SoCs' UART Support"
  601. depends on MIPS && (SOC_PNX8550 || SOC_PNX833X)
  602. select SERIAL_CORE
  603. help
  604. If you have a MIPS-based Philips SoC such as PNX8550 or PNX8330
  605. and you want to use serial ports, say Y. Otherwise, say N.
  606. config SERIAL_PNX8XXX_CONSOLE
  607. bool "Enable PNX8XX0 serial console"
  608. depends on SERIAL_PNX8XXX
  609. select SERIAL_CORE_CONSOLE
  610. help
  611. If you have a MIPS-based Philips SoC such as PNX8550 or PNX8330
  612. and you want to use serial console, say Y. Otherwise, say N.
  613. config SERIAL_CORE
  614. tristate
  615. config SERIAL_CORE_CONSOLE
  616. bool
  617. config CONSOLE_POLL
  618. bool
  619. config SERIAL_68328
  620. bool "68328 serial support"
  621. depends on M68328 || M68EZ328 || M68VZ328
  622. help
  623. This driver supports the built-in serial port of the Motorola 68328
  624. (standard, EZ and VZ varieties).
  625. config SERIAL_68328_RTS_CTS
  626. bool "Support RTS/CTS on 68328 serial port"
  627. depends on SERIAL_68328
  628. config SERIAL_MCF
  629. bool "Coldfire serial support"
  630. depends on COLDFIRE
  631. select SERIAL_CORE
  632. help
  633. This serial driver supports the Freescale Coldfire serial ports.
  634. config SERIAL_MCF_BAUDRATE
  635. int "Default baudrate for Coldfire serial ports"
  636. depends on SERIAL_MCF
  637. default 19200
  638. help
  639. This setting lets you define what the default baudrate is for the
  640. ColdFire serial ports. The usual default varies from board to board,
  641. and this setting is a way of catering for that.
  642. config SERIAL_MCF_CONSOLE
  643. bool "Coldfire serial console support"
  644. depends on SERIAL_MCF
  645. select SERIAL_CORE_CONSOLE
  646. help
  647. Enable a ColdFire internal serial port to be the system console.
  648. config SERIAL_PMACZILOG
  649. tristate "Mac or PowerMac z85c30 ESCC support"
  650. depends on (M68K && MAC) || (PPC_OF && PPC_PMAC)
  651. select SERIAL_CORE
  652. help
  653. This driver supports the Zilog z85C30 serial ports found on
  654. (Power)Mac machines.
  655. Say Y or M if you want to be able to these serial ports.
  656. config SERIAL_PMACZILOG_TTYS
  657. bool "Use ttySn device nodes for Zilog z85c30"
  658. depends on SERIAL_PMACZILOG
  659. help
  660. The pmac_zilog driver for the z85C30 chip on many powermacs
  661. historically used the device numbers for /dev/ttySn. The
  662. 8250 serial port driver also uses these numbers, which means
  663. the two drivers being unable to coexist; you could not use
  664. both z85C30 and 8250 type ports at the same time.
  665. If this option is not selected, the pmac_zilog driver will
  666. use the device numbers allocated for /dev/ttyPZn. This allows
  667. the pmac_zilog and 8250 drivers to co-exist, but may cause
  668. existing userspace setups to break. Programs that need to
  669. access the built-in serial ports on powermacs will need to
  670. be reconfigured to use /dev/ttyPZn instead of /dev/ttySn.
  671. If you enable this option, any z85c30 ports in the system will
  672. be registered as ttyS0 onwards as in the past, and you will be
  673. unable to use the 8250 module for PCMCIA or other 16C550-style
  674. UARTs.
  675. Say N unless you need the z85c30 ports on your (Power)Mac
  676. to appear as /dev/ttySn.
  677. config SERIAL_PMACZILOG_CONSOLE
  678. bool "Console on Mac or PowerMac z85c30 serial port"
  679. depends on SERIAL_PMACZILOG=y
  680. select SERIAL_CORE_CONSOLE
  681. help
  682. If you would like to be able to use the z85c30 serial port
  683. on your (Power)Mac as the console, you can do so by answering
  684. Y to this option.
  685. config SERIAL_CPM
  686. tristate "CPM SCC/SMC serial port support"
  687. depends on CPM2 || 8xx
  688. select SERIAL_CORE
  689. help
  690. This driver supports the SCC and SMC serial ports on Motorola
  691. embedded PowerPC that contain a CPM1 (8xx) or CPM2 (8xxx)
  692. config SERIAL_CPM_CONSOLE
  693. bool "Support for console on CPM SCC/SMC serial port"
  694. depends on SERIAL_CPM=y
  695. select SERIAL_CORE_CONSOLE
  696. help
  697. Say Y here if you wish to use a SCC or SMC CPM UART as the system
  698. console (the system console is the device which receives all kernel
  699. messages and warnings and which allows logins in single user mode).
  700. Even if you say Y here, the currently visible framebuffer console
  701. (/dev/tty0) will still be used as the system console by default, but
  702. you can alter that using a kernel command line option such as
  703. "console=ttyCPM0". (Try "man bootparam" or see the documentation of
  704. your boot loader (lilo or loadlin) about how to pass options to the
  705. kernel at boot time.)
  706. config SERIAL_SGI_L1_CONSOLE
  707. bool "SGI Altix L1 serial console support"
  708. depends on IA64_GENERIC || IA64_SGI_SN2
  709. select SERIAL_CORE
  710. select SERIAL_CORE_CONSOLE
  711. help
  712. If you have an SGI Altix and you would like to use the system
  713. controller serial port as your console (you want this!),
  714. say Y. Otherwise, say N.
  715. config SERIAL_MPC52xx
  716. tristate "Freescale MPC52xx/MPC512x family PSC serial support"
  717. depends on PPC_MPC52xx || PPC_MPC512x
  718. select SERIAL_CORE
  719. help
  720. This driver supports MPC52xx and MPC512x PSC serial ports. If you would
  721. like to use them, you must answer Y or M to this option. Note that
  722. for use as console, it must be included in kernel and not as a
  723. module.
  724. config SERIAL_MPC52xx_CONSOLE
  725. bool "Console on a Freescale MPC52xx/MPC512x family PSC serial port"
  726. depends on SERIAL_MPC52xx=y
  727. select SERIAL_CORE_CONSOLE
  728. help
  729. Select this options if you'd like to use one of the PSC serial port
  730. of the Freescale MPC52xx family as a console.
  731. config SERIAL_MPC52xx_CONSOLE_BAUD
  732. int "Freescale MPC52xx/MPC512x family PSC serial port baud"
  733. depends on SERIAL_MPC52xx_CONSOLE=y
  734. default "9600"
  735. help
  736. Select the MPC52xx console baud rate.
  737. This value is only used if the bootloader doesn't pass in the
  738. console baudrate
  739. config SERIAL_ICOM
  740. tristate "IBM Multiport Serial Adapter"
  741. depends on PCI && (PPC_ISERIES || PPC_PSERIES)
  742. select SERIAL_CORE
  743. select FW_LOADER
  744. help
  745. This driver is for a family of multiport serial adapters
  746. including 2 port RVX, 2 port internal modem, 4 port internal
  747. modem and a split 1 port RVX and 1 port internal modem.
  748. This driver can also be built as a module. If so, the module
  749. will be called icom.
  750. config SERIAL_M32R_SIO
  751. bool "M32R SIO I/F"
  752. depends on M32R
  753. default y
  754. select SERIAL_CORE
  755. help
  756. Say Y here if you want to use the M32R serial controller.
  757. config SERIAL_M32R_SIO_CONSOLE
  758. bool "use SIO console"
  759. depends on SERIAL_M32R_SIO=y
  760. select SERIAL_CORE_CONSOLE
  761. help
  762. Say Y here if you want to support a serial console.
  763. If you use an M3T-M32700UT or an OPSPUT platform,
  764. please say also y for SERIAL_M32R_PLDSIO.
  765. config SERIAL_M32R_PLDSIO
  766. bool "M32R SIO I/F on a PLD"
  767. depends on SERIAL_M32R_SIO=y && (PLAT_OPSPUT || PLAT_USRV || PLAT_M32700UT)
  768. default n
  769. help
  770. Say Y here if you want to use the M32R serial controller
  771. on a PLD (Programmable Logic Device).
  772. If you use an M3T-M32700UT or an OPSPUT platform,
  773. please say Y.
  774. config SERIAL_TXX9
  775. bool "TMPTX39XX/49XX SIO support"
  776. depends on HAS_TXX9_SERIAL
  777. select SERIAL_CORE
  778. default y
  779. config HAS_TXX9_SERIAL
  780. bool
  781. config SERIAL_TXX9_NR_UARTS
  782. int "Maximum number of TMPTX39XX/49XX SIO ports"
  783. depends on SERIAL_TXX9
  784. default "6"
  785. config SERIAL_TXX9_CONSOLE
  786. bool "TMPTX39XX/49XX SIO Console support"
  787. depends on SERIAL_TXX9=y
  788. select SERIAL_CORE_CONSOLE
  789. config SERIAL_TXX9_STDSERIAL
  790. bool "TX39XX/49XX SIO act as standard serial"
  791. depends on !SERIAL_8250 && SERIAL_TXX9
  792. config SERIAL_VR41XX
  793. tristate "NEC VR4100 series Serial Interface Unit support"
  794. depends on CPU_VR41XX
  795. select SERIAL_CORE
  796. help
  797. If you have a NEC VR4100 series processor and you want to use
  798. Serial Interface Unit(SIU) or Debug Serial Interface Unit(DSIU)
  799. (not include VR4111/VR4121 DSIU), say Y. Otherwise, say N.
  800. config SERIAL_VR41XX_CONSOLE
  801. bool "Enable NEC VR4100 series Serial Interface Unit console"
  802. depends on SERIAL_VR41XX=y
  803. select SERIAL_CORE_CONSOLE
  804. help
  805. If you have a NEC VR4100 series processor and you want to use
  806. a console on a serial port, say Y. Otherwise, say N.
  807. config SERIAL_JSM
  808. tristate "Digi International NEO PCI Support"
  809. depends on PCI
  810. select SERIAL_CORE
  811. help
  812. This is a driver for Digi International's Neo series
  813. of cards which provide multiple serial ports. You would need
  814. something like this to connect more than two modems to your Linux
  815. box, for instance in order to become a dial-in server. This driver
  816. supports PCI boards only.
  817. If you have a card like this, say Y here, otherwise say N.
  818. To compile this driver as a module, choose M here: the
  819. module will be called jsm.
  820. config SERIAL_SGI_IOC4
  821. tristate "SGI IOC4 controller serial support"
  822. depends on (IA64_GENERIC || IA64_SGI_SN2) && SGI_IOC4
  823. select SERIAL_CORE
  824. help
  825. If you have an SGI Altix with an IOC4 based Base IO card
  826. and wish to use the serial ports on this card, say Y.
  827. Otherwise, say N.
  828. config SERIAL_SGI_IOC3
  829. tristate "SGI Altix IOC3 serial support"
  830. depends on (IA64_GENERIC || IA64_SGI_SN2) && SGI_IOC3
  831. select SERIAL_CORE
  832. help
  833. If you have an SGI Altix with an IOC3 serial card,
  834. say Y or M. Otherwise, say N.
  835. config SERIAL_MSM
  836. bool "MSM on-chip serial port support"
  837. depends on ARM && ARCH_MSM
  838. select SERIAL_CORE
  839. config SERIAL_MSM_CONSOLE
  840. bool "MSM serial console support"
  841. depends on SERIAL_MSM=y
  842. select SERIAL_CORE_CONSOLE
  843. config SERIAL_MSM_HS
  844. tristate "MSM UART High Speed: Serial Driver"
  845. depends on ARCH_MSM
  846. select SERIAL_CORE
  847. help
  848. If you have a machine based on MSM family of SoCs, you
  849. can enable its onboard high speed serial port by enabling
  850. this option.
  851. Choose M here to compile it as a module. The module will be
  852. called msm_serial_hs.
  853. config SERIAL_VT8500
  854. bool "VIA VT8500 on-chip serial port support"
  855. depends on ARM && ARCH_VT8500
  856. select SERIAL_CORE
  857. config SERIAL_VT8500_CONSOLE
  858. bool "VIA VT8500 serial console support"
  859. depends on SERIAL_VT8500=y
  860. select SERIAL_CORE_CONSOLE
  861. config SERIAL_NETX
  862. tristate "NetX serial port support"
  863. depends on ARM && ARCH_NETX
  864. select SERIAL_CORE
  865. help
  866. If you have a machine based on a Hilscher NetX SoC you
  867. can enable its onboard serial port by enabling this option.
  868. To compile this driver as a module, choose M here: the
  869. module will be called netx-serial.
  870. config SERIAL_NETX_CONSOLE
  871. bool "Console on NetX serial port"
  872. depends on SERIAL_NETX=y
  873. select SERIAL_CORE_CONSOLE
  874. help
  875. If you have enabled the serial port on the Hilscher NetX SoC
  876. you can make it the console by answering Y to this option.
  877. config SERIAL_OF_PLATFORM
  878. tristate "Serial port on Open Firmware platform bus"
  879. depends on OF
  880. depends on SERIAL_8250 || SERIAL_OF_PLATFORM_NWPSERIAL
  881. help
  882. If you have a PowerPC based system that has serial ports
  883. on a platform specific bus, you should enable this option.
  884. Currently, only 8250 compatible ports are supported, but
  885. others can easily be added.
  886. config SERIAL_OMAP
  887. tristate "OMAP serial port support"
  888. depends on ARCH_OMAP2PLUS
  889. select SERIAL_CORE
  890. help
  891. If you have a machine based on an Texas Instruments OMAP CPU you
  892. can enable its onboard serial ports by enabling this option.
  893. By enabling this option you take advantage of dma feature available
  894. with the omap-serial driver. DMA support can be enabled from platform
  895. data.
  896. config SERIAL_OMAP_CONSOLE
  897. bool "Console on OMAP serial port"
  898. depends on SERIAL_OMAP
  899. select SERIAL_CORE_CONSOLE
  900. help
  901. Select this option if you would like to use omap serial port as
  902. console.
  903. Even if you say Y here, the currently visible virtual console
  904. (/dev/tty0) will still be used as the system console by default, but
  905. you can alter that using a kernel command line option such as
  906. "console=ttyOx". (Try "man bootparam" or see the documentation of
  907. your boot loader about how to pass options to the kernel at
  908. boot time.)
  909. config SERIAL_OF_PLATFORM_NWPSERIAL
  910. tristate "NWP serial port driver"
  911. depends on PPC_OF && PPC_DCR
  912. select SERIAL_OF_PLATFORM
  913. select SERIAL_CORE_CONSOLE
  914. select SERIAL_CORE
  915. help
  916. This driver supports the cell network processor nwp serial
  917. device.
  918. config SERIAL_OF_PLATFORM_NWPSERIAL_CONSOLE
  919. bool "Console on NWP serial port"
  920. depends on SERIAL_OF_PLATFORM_NWPSERIAL=y
  921. select SERIAL_CORE_CONSOLE
  922. help
  923. Support for Console on the NWP serial ports.
  924. config SERIAL_LANTIQ
  925. bool "Lantiq serial driver"
  926. depends on LANTIQ
  927. select SERIAL_CORE
  928. select SERIAL_CORE_CONSOLE
  929. help
  930. Support for console and UART on Lantiq SoCs.
  931. config SERIAL_QE
  932. tristate "Freescale QUICC Engine serial port support"
  933. depends on QUICC_ENGINE
  934. select SERIAL_CORE
  935. select FW_LOADER
  936. default n
  937. help
  938. This driver supports the QE serial ports on Freescale embedded
  939. PowerPC that contain a QUICC Engine.
  940. config SERIAL_SC26XX
  941. tristate "SC2681/SC2692 serial port support"
  942. depends on SNI_RM
  943. select SERIAL_CORE
  944. help
  945. This is a driver for the onboard serial ports of
  946. older RM400 machines.
  947. config SERIAL_SC26XX_CONSOLE
  948. bool "Console on SC2681/SC2692 serial port"
  949. depends on SERIAL_SC26XX=y
  950. select SERIAL_CORE_CONSOLE
  951. help
  952. Support for Console on SC2681/SC2692 serial ports.
  953. config SERIAL_BFIN_SPORT
  954. tristate "Blackfin SPORT emulate UART"
  955. depends on BLACKFIN
  956. select SERIAL_CORE
  957. help
  958. Enable SPORT emulate UART on Blackfin series.
  959. To compile this driver as a module, choose M here: the
  960. module will be called bfin_sport_uart.
  961. config SERIAL_BFIN_SPORT_CONSOLE
  962. bool "Console on Blackfin sport emulated uart"
  963. depends on SERIAL_BFIN_SPORT=y
  964. select SERIAL_CORE_CONSOLE
  965. config SERIAL_BFIN_SPORT0_UART
  966. bool "Enable UART over SPORT0"
  967. depends on SERIAL_BFIN_SPORT && !(BF542 || BF544)
  968. help
  969. Enable UART over SPORT0
  970. config SERIAL_BFIN_SPORT0_UART_CTSRTS
  971. bool "Enable UART over SPORT0 hardware flow control"
  972. depends on SERIAL_BFIN_SPORT0_UART
  973. help
  974. Enable hardware flow control in the driver.
  975. config SERIAL_BFIN_SPORT1_UART
  976. bool "Enable UART over SPORT1"
  977. depends on SERIAL_BFIN_SPORT
  978. help
  979. Enable UART over SPORT1
  980. config SERIAL_BFIN_SPORT1_UART_CTSRTS
  981. bool "Enable UART over SPORT1 hardware flow control"
  982. depends on SERIAL_BFIN_SPORT1_UART
  983. help
  984. Enable hardware flow control in the driver.
  985. config SERIAL_BFIN_SPORT2_UART
  986. bool "Enable UART over SPORT2"
  987. depends on SERIAL_BFIN_SPORT && (BF54x || BF538 || BF539)
  988. help
  989. Enable UART over SPORT2
  990. config SERIAL_BFIN_SPORT2_UART_CTSRTS
  991. bool "Enable UART over SPORT2 hardware flow control"
  992. depends on SERIAL_BFIN_SPORT2_UART
  993. help
  994. Enable hardware flow control in the driver.
  995. config SERIAL_BFIN_SPORT3_UART
  996. bool "Enable UART over SPORT3"
  997. depends on SERIAL_BFIN_SPORT && (BF54x || BF538 || BF539)
  998. help
  999. Enable UART over SPORT3
  1000. config SERIAL_BFIN_SPORT3_UART_CTSRTS
  1001. bool "Enable UART over SPORT3 hardware flow control"
  1002. depends on SERIAL_BFIN_SPORT3_UART
  1003. help
  1004. Enable hardware flow control in the driver.
  1005. config SERIAL_TIMBERDALE
  1006. tristate "Support for timberdale UART"
  1007. select SERIAL_CORE
  1008. ---help---
  1009. Add support for UART controller on timberdale.
  1010. config SERIAL_BCM63XX
  1011. tristate "bcm63xx serial port support"
  1012. select SERIAL_CORE
  1013. depends on BCM63XX
  1014. help
  1015. If you have a bcm63xx CPU, you can enable its onboard
  1016. serial port by enabling this options.
  1017. To compile this driver as a module, choose M here: the
  1018. module will be called bcm963xx_uart.
  1019. config SERIAL_BCM63XX_CONSOLE
  1020. bool "Console on bcm63xx serial port"
  1021. depends on SERIAL_BCM63XX=y
  1022. select SERIAL_CORE_CONSOLE
  1023. help
  1024. If you have enabled the serial port on the bcm63xx CPU
  1025. you can make it the console by answering Y to this option.
  1026. config SERIAL_GRLIB_GAISLER_APBUART
  1027. tristate "GRLIB APBUART serial support"
  1028. depends on OF && SPARC
  1029. select SERIAL_CORE
  1030. ---help---
  1031. Add support for the GRLIB APBUART serial port.
  1032. config SERIAL_GRLIB_GAISLER_APBUART_CONSOLE
  1033. bool "Console on GRLIB APBUART serial port"
  1034. depends on SERIAL_GRLIB_GAISLER_APBUART=y
  1035. select SERIAL_CORE_CONSOLE
  1036. help
  1037. Support for running a console on the GRLIB APBUART
  1038. config SERIAL_ALTERA_JTAGUART
  1039. tristate "Altera JTAG UART support"
  1040. select SERIAL_CORE
  1041. help
  1042. This driver supports the Altera JTAG UART port.
  1043. config SERIAL_ALTERA_JTAGUART_CONSOLE
  1044. bool "Altera JTAG UART console support"
  1045. depends on SERIAL_ALTERA_JTAGUART=y
  1046. select SERIAL_CORE_CONSOLE
  1047. help
  1048. Enable a Altera JTAG UART port to be the system console.
  1049. config SERIAL_ALTERA_JTAGUART_CONSOLE_BYPASS
  1050. bool "Bypass output when no connection"
  1051. depends on SERIAL_ALTERA_JTAGUART_CONSOLE
  1052. select SERIAL_CORE_CONSOLE
  1053. help
  1054. Bypass console output and keep going even if there is no
  1055. JTAG terminal connection with the host.
  1056. config SERIAL_ALTERA_UART
  1057. tristate "Altera UART support"
  1058. select SERIAL_CORE
  1059. help
  1060. This driver supports the Altera softcore UART port.
  1061. config SERIAL_ALTERA_UART_MAXPORTS
  1062. int "Maximum number of Altera UART ports"
  1063. depends on SERIAL_ALTERA_UART
  1064. default 4
  1065. help
  1066. This setting lets you define the maximum number of the Altera
  1067. UART ports. The usual default varies from board to board, and
  1068. this setting is a way of catering for that.
  1069. config SERIAL_ALTERA_UART_BAUDRATE
  1070. int "Default baudrate for Altera UART ports"
  1071. depends on SERIAL_ALTERA_UART
  1072. default 115200
  1073. help
  1074. This setting lets you define what the default baudrate is for the
  1075. Altera UART ports. The usual default varies from board to board,
  1076. and this setting is a way of catering for that.
  1077. config SERIAL_ALTERA_UART_CONSOLE
  1078. bool "Altera UART console support"
  1079. depends on SERIAL_ALTERA_UART=y
  1080. select SERIAL_CORE_CONSOLE
  1081. help
  1082. Enable a Altera UART port to be the system console.
  1083. config SERIAL_IFX6X60
  1084. tristate "SPI protocol driver for Infineon 6x60 modem (EXPERIMENTAL)"
  1085. depends on GPIOLIB && SPI && EXPERIMENTAL
  1086. help
  1087. Support for the IFX6x60 modem devices on Intel MID platforms.
  1088. config SERIAL_PCH_UART
  1089. tristate "Intel EG20T PCH/LAPIS Semicon IOH(ML7213/ML7223/ML7831) UART"
  1090. depends on PCI
  1091. select SERIAL_CORE
  1092. help
  1093. This driver is for PCH(Platform controller Hub) UART of Intel EG20T
  1094. which is an IOH(Input/Output Hub) for x86 embedded processor.
  1095. Enabling PCH_DMA, this PCH UART works as DMA mode.
  1096. This driver also can be used for LAPIS Semiconductor IOH(Input/
  1097. Output Hub), ML7213, ML7223 and ML7831.
  1098. ML7213 IOH is for IVI(In-Vehicle Infotainment) use, ML7223 IOH is
  1099. for MP(Media Phone) use and ML7831 IOH is for general purpose use.
  1100. ML7213/ML7223/ML7831 is companion chip for Intel Atom E6xx series.
  1101. ML7213/ML7223/ML7831 is completely compatible for Intel EG20T PCH.
  1102. config SERIAL_PCH_UART_CONSOLE
  1103. bool "Support for console on Intel EG20T PCH UART/OKI SEMICONDUCTOR ML7213 IOH"
  1104. depends on SERIAL_PCH_UART=y
  1105. select SERIAL_CORE_CONSOLE
  1106. help
  1107. Say Y here if you wish to use the PCH UART as the system console
  1108. (the system console is the device which receives all kernel messages and
  1109. warnings and which allows logins in single user mode).
  1110. config SERIAL_MSM_SMD
  1111. bool "Enable tty device interface for some SMD ports"
  1112. default n
  1113. depends on MSM_SMD
  1114. help
  1115. Enables userspace clients to read and write to some streaming SMD
  1116. ports via tty device interface for MSM chipset.
  1117. config SERIAL_MXS_AUART
  1118. depends on ARCH_MXS
  1119. tristate "MXS AUART support"
  1120. select SERIAL_CORE
  1121. help
  1122. This driver supports the MXS Application UART (AUART) port.
  1123. config SERIAL_MXS_AUART_CONSOLE
  1124. bool "MXS AUART console support"
  1125. depends on SERIAL_MXS_AUART=y
  1126. select SERIAL_CORE_CONSOLE
  1127. help
  1128. Enable a MXS AUART port to be the system console.
  1129. config SERIAL_XILINX_PS_UART
  1130. tristate "Xilinx PS UART support"
  1131. select SERIAL_CORE
  1132. help
  1133. This driver supports the Xilinx PS UART port.
  1134. config SERIAL_XILINX_PS_UART_CONSOLE
  1135. bool "Xilinx PS UART console support"
  1136. depends on SERIAL_XILINX_PS_UART=y
  1137. select SERIAL_CORE_CONSOLE
  1138. help
  1139. Enable a Xilinx PS UART port to be the system console.
  1140. config SERIAL_AR933X
  1141. bool "AR933X serial port support"
  1142. depends on SOC_AR933X
  1143. select SERIAL_CORE
  1144. help
  1145. If you have an Atheros AR933X SOC based board and want to use the
  1146. built-in UART of the SoC, say Y to this option.
  1147. config SERIAL_AR933X_CONSOLE
  1148. bool "Console on AR933X serial port"
  1149. depends on SERIAL_AR933X=y
  1150. select SERIAL_CORE_CONSOLE
  1151. help
  1152. Enable a built-in UART port of the AR933X to be the system console.
  1153. config SERIAL_AR933X_NR_UARTS
  1154. int "Maximum number of AR933X serial ports"
  1155. depends on SERIAL_AR933X
  1156. default "2"
  1157. help
  1158. Set this to the number of serial ports you want the driver
  1159. to support.
  1160. endmenu