Kconfig 52 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678167916801681168216831684168516861687168816891690169116921693169416951696
  1. #
  2. # Serial device configuration
  3. #
  4. if TTY
  5. menu "Serial drivers"
  6. depends on HAS_IOMEM
  7. config SERIAL_EARLYCON
  8. bool
  9. help
  10. Support for early consoles with the earlycon parameter. This enables
  11. the console before standard serial driver is probed. The console is
  12. enabled when early_param is processed.
  13. source "drivers/tty/serial/8250/Kconfig"
  14. comment "Non-8250 serial port support"
  15. config SERIAL_AMBA_PL010
  16. tristate "ARM AMBA PL010 serial port support"
  17. depends on ARM_AMBA
  18. select SERIAL_CORE
  19. help
  20. This selects the ARM(R) AMBA(R) PrimeCell PL010 UART. If you have
  21. an Integrator/AP or Integrator/PP2 platform, or if you have a
  22. Cirrus Logic EP93xx CPU, say Y or M here.
  23. If unsure, say N.
  24. config SERIAL_AMBA_PL010_CONSOLE
  25. bool "Support for console on AMBA serial port"
  26. depends on SERIAL_AMBA_PL010=y
  27. select SERIAL_CORE_CONSOLE
  28. ---help---
  29. Say Y here if you wish to use an AMBA PrimeCell UART as the system
  30. console (the system console is the device which receives all kernel
  31. messages and warnings and which allows logins in single user mode).
  32. Even if you say Y here, the currently visible framebuffer console
  33. (/dev/tty0) will still be used as the system console by default, but
  34. you can alter that using a kernel command line option such as
  35. "console=ttyAM0". (Try "man bootparam" or see the documentation of
  36. your boot loader (lilo or loadlin) about how to pass options to the
  37. kernel at boot time.)
  38. config SERIAL_AMBA_PL011
  39. tristate "ARM AMBA PL011 serial port support"
  40. depends on ARM_AMBA
  41. select SERIAL_CORE
  42. help
  43. This selects the ARM(R) AMBA(R) PrimeCell PL011 UART. If you have
  44. an Integrator/PP2, Integrator/CP or Versatile platform, say Y or M
  45. here.
  46. If unsure, say N.
  47. config SERIAL_AMBA_PL011_CONSOLE
  48. bool "Support for console on AMBA serial port"
  49. depends on SERIAL_AMBA_PL011=y
  50. select SERIAL_CORE_CONSOLE
  51. select SERIAL_EARLYCON
  52. ---help---
  53. Say Y here if you wish to use an AMBA PrimeCell UART as the system
  54. console (the system console is the device which receives all kernel
  55. messages and warnings and which allows logins in single user mode).
  56. Even if you say Y here, the currently visible framebuffer console
  57. (/dev/tty0) will still be used as the system console by default, but
  58. you can alter that using a kernel command line option such as
  59. "console=ttyAMA0". (Try "man bootparam" or see the documentation of
  60. your boot loader (lilo or loadlin) about how to pass options to the
  61. kernel at boot time.)
  62. config SERIAL_EARLYCON_ARM_SEMIHOST
  63. bool "Early console using ARM semihosting"
  64. depends on ARM64 || ARM
  65. select SERIAL_CORE
  66. select SERIAL_CORE_CONSOLE
  67. select SERIAL_EARLYCON
  68. help
  69. Support for early debug console using ARM semihosting. This enables
  70. the console before standard serial driver is probed. This is enabled
  71. with "earlycon=smh" on the kernel command line. The console is
  72. enabled when early_param is processed.
  73. config SERIAL_SB1250_DUART
  74. tristate "BCM1xxx on-chip DUART serial support"
  75. depends on SIBYTE_SB1xxx_SOC=y
  76. select SERIAL_CORE
  77. default y
  78. ---help---
  79. Support for the asynchronous serial interface (DUART) included in
  80. the BCM1250 and derived System-On-a-Chip (SOC) devices. Note that
  81. the letter D in DUART stands for "dual", which is how the device
  82. is implemented. Depending on the SOC configuration there may be
  83. one or more DUARTs available of which all are handled.
  84. If unsure, say Y. To compile this driver as a module, choose M here:
  85. the module will be called sb1250-duart.
  86. config SERIAL_SB1250_DUART_CONSOLE
  87. bool "Support for console on a BCM1xxx DUART serial port"
  88. depends on SERIAL_SB1250_DUART=y
  89. select SERIAL_CORE_CONSOLE
  90. default y
  91. ---help---
  92. If you say Y here, it will be possible to use a serial port as the
  93. system console (the system console is the device which receives all
  94. kernel messages and warnings and which allows logins in single user
  95. mode).
  96. If unsure, say Y.
  97. config SERIAL_ATMEL
  98. bool "AT91 / AT32 on-chip serial port support"
  99. depends on HAS_DMA
  100. depends on ARCH_AT91 || AVR32 || COMPILE_TEST
  101. select SERIAL_CORE
  102. select SERIAL_MCTRL_GPIO if GPIOLIB
  103. help
  104. This enables the driver for the on-chip UARTs of the Atmel
  105. AT91 and AT32 processors.
  106. config SERIAL_ATMEL_CONSOLE
  107. bool "Support for console on AT91 / AT32 serial port"
  108. depends on SERIAL_ATMEL=y
  109. select SERIAL_CORE_CONSOLE
  110. help
  111. Say Y here if you wish to use an on-chip UART on a Atmel
  112. AT91 or AT32 processor as the system console (the system
  113. console is the device which receives all kernel messages and
  114. warnings and which allows logins in single user mode).
  115. config SERIAL_ATMEL_PDC
  116. bool "Support DMA transfers on AT91 / AT32 serial port"
  117. depends on SERIAL_ATMEL
  118. default y
  119. help
  120. Say Y here if you wish to use the PDC to do DMA transfers to
  121. and from the Atmel AT91 / AT32 serial port. In order to
  122. actually use DMA transfers, make sure that the use_dma_tx
  123. and use_dma_rx members in the atmel_uart_data struct is set
  124. appropriately for each port.
  125. Note that break and error handling currently doesn't work
  126. properly when DMA is enabled. Make sure that ports where
  127. this matters don't use DMA.
  128. config SERIAL_ATMEL_TTYAT
  129. bool "Install as device ttyATn instead of ttySn"
  130. depends on SERIAL_ATMEL=y
  131. help
  132. Say Y here if you wish to have the internal AT91 / AT32 UARTs
  133. appear as /dev/ttyATn (major 204, minor starting at 154)
  134. instead of the normal /dev/ttySn (major 4, minor starting at
  135. 64). This is necessary if you also want other UARTs, such as
  136. external 8250/16C550 compatible UARTs.
  137. The ttySn nodes are legally reserved for the 8250 serial driver
  138. but are often misused by other serial drivers.
  139. To use this, you should create suitable ttyATn device nodes in
  140. /dev/, and pass "console=ttyATn" to the kernel.
  141. Say Y if you have an external 8250/16C550 UART. If unsure, say N.
  142. config SERIAL_KGDB_NMI
  143. bool "Serial console over KGDB NMI debugger port"
  144. depends on KGDB_SERIAL_CONSOLE
  145. help
  146. This special driver allows you to temporary use NMI debugger port
  147. as a normal console (assuming that the port is attached to KGDB).
  148. Unlike KDB's disable_nmi command, with this driver you are always
  149. able to go back to the debugger using KGDB escape sequence ($3#33).
  150. This is because this console driver processes the input in NMI
  151. context, and thus is able to intercept the magic sequence.
  152. Note that since the console interprets input and uses polling
  153. communication methods, for things like PPP you still must fully
  154. detach debugger port from the KGDB NMI (i.e. disable_nmi), and
  155. use raw console.
  156. If unsure, say N.
  157. config SERIAL_KS8695
  158. bool "Micrel KS8695 (Centaur) serial port support"
  159. depends on ARCH_KS8695
  160. select SERIAL_CORE
  161. help
  162. This selects the Micrel Centaur KS8695 UART. Say Y here.
  163. config SERIAL_KS8695_CONSOLE
  164. bool "Support for console on KS8695 (Centaur) serial port"
  165. depends on SERIAL_KS8695=y
  166. select SERIAL_CORE_CONSOLE
  167. help
  168. Say Y here if you wish to use a KS8695 (Centaur) UART as the
  169. system console (the system console is the device which
  170. receives all kernel messages and warnings and which allows
  171. logins in single user mode).
  172. config SERIAL_MESON
  173. tristate "Meson serial port support"
  174. depends on ARCH_MESON
  175. select SERIAL_CORE
  176. help
  177. This enables the driver for the on-chip UARTs of the Amlogic
  178. MesonX processors.
  179. config SERIAL_MESON_CONSOLE
  180. bool "Support for console on meson"
  181. depends on SERIAL_MESON=y
  182. select SERIAL_CORE_CONSOLE
  183. select SERIAL_EARLYCON
  184. help
  185. Say Y here if you wish to use a Amlogic MesonX UART as the
  186. system console (the system console is the device which
  187. receives all kernel messages and warnings and which allows
  188. logins in single user mode) as /dev/ttyAMLx.
  189. config SERIAL_CLPS711X
  190. tristate "CLPS711X serial port support"
  191. depends on ARCH_CLPS711X || COMPILE_TEST
  192. select SERIAL_CORE
  193. select SERIAL_MCTRL_GPIO if GPIOLIB
  194. help
  195. This enables the driver for the on-chip UARTs of the Cirrus
  196. Logic EP711x/EP721x/EP731x processors.
  197. config SERIAL_CLPS711X_CONSOLE
  198. bool "Support for console on CLPS711X serial port"
  199. depends on SERIAL_CLPS711X=y
  200. select SERIAL_CORE_CONSOLE
  201. help
  202. Even if you say Y here, the currently visible virtual console
  203. (/dev/tty0) will still be used as the system console by default, but
  204. you can alter that using a kernel command line option such as
  205. "console=ttyCL1".
  206. config SERIAL_SAMSUNG
  207. tristate "Samsung SoC serial support"
  208. depends on PLAT_SAMSUNG || ARCH_EXYNOS
  209. select SERIAL_CORE
  210. help
  211. Support for the on-chip UARTs on the Samsung S3C24XX series CPUs,
  212. providing /dev/ttySAC0, 1 and 2 (note, some machines may not
  213. provide all of these ports, depending on how the serial port
  214. pins are configured.
  215. config SERIAL_SAMSUNG_UARTS_4
  216. bool
  217. depends on SERIAL_SAMSUNG
  218. default y if !(CPU_S3C2410 || CPU_S3C2412 || CPU_S3C2440 || CPU_S3C2442)
  219. help
  220. Internal node for the common case of 4 Samsung compatible UARTs
  221. config SERIAL_SAMSUNG_UARTS
  222. int
  223. depends on SERIAL_SAMSUNG
  224. default 4 if SERIAL_SAMSUNG_UARTS_4 || CPU_S3C2416
  225. default 3
  226. help
  227. Select the number of available UART ports for the Samsung S3C
  228. serial driver
  229. config SERIAL_SAMSUNG_DEBUG
  230. bool "Samsung SoC serial debug"
  231. depends on SERIAL_SAMSUNG && DEBUG_LL
  232. help
  233. Add support for debugging the serial driver. Since this is
  234. generally being used as a console, we use our own output
  235. routines that go via the low-level debug printascii()
  236. function.
  237. config SERIAL_SAMSUNG_CONSOLE
  238. bool "Support for console on Samsung SoC serial port"
  239. depends on SERIAL_SAMSUNG=y
  240. select SERIAL_CORE_CONSOLE
  241. select SERIAL_EARLYCON
  242. help
  243. Allow selection of the S3C24XX on-board serial ports for use as
  244. an virtual console.
  245. Even if you say Y here, the currently visible virtual console
  246. (/dev/tty0) will still be used as the system console by default, but
  247. you can alter that using a kernel command line option such as
  248. "console=ttySACx". (Try "man bootparam" or see the documentation of
  249. your boot loader about how to pass options to the kernel at
  250. boot time.)
  251. config SERIAL_SIRFSOC
  252. tristate "SiRF SoC Platform Serial port support"
  253. depends on ARCH_SIRF
  254. select SERIAL_CORE
  255. help
  256. Support for the on-chip UART on the CSR SiRFprimaII series,
  257. providing /dev/ttySiRF0, 1 and 2 (note, some machines may not
  258. provide all of these ports, depending on how the serial port
  259. pins are configured).
  260. config SERIAL_SIRFSOC_CONSOLE
  261. bool "Support for console on SiRF SoC serial port"
  262. depends on SERIAL_SIRFSOC=y
  263. select SERIAL_CORE_CONSOLE
  264. help
  265. Even if you say Y here, the currently visible virtual console
  266. (/dev/tty0) will still be used as the system console by default, but
  267. you can alter that using a kernel command line option such as
  268. "console=ttySiRFx". (Try "man bootparam" or see the documentation of
  269. your boot loader about how to pass options to the kernel at
  270. boot time.)
  271. config SERIAL_TEGRA
  272. tristate "NVIDIA Tegra20/30 SoC serial controller"
  273. depends on ARCH_TEGRA && TEGRA20_APB_DMA
  274. select SERIAL_CORE
  275. help
  276. Support for the on-chip UARTs on the NVIDIA Tegra series SOCs
  277. providing /dev/ttyTHS0, 1, 2, 3 and 4 (note, some machines may not
  278. provide all of these ports, depending on how the serial port
  279. are enabled). This driver uses the APB DMA to achieve higher baudrate
  280. and better performance.
  281. config SERIAL_MAX3100
  282. tristate "MAX3100 support"
  283. depends on SPI
  284. select SERIAL_CORE
  285. help
  286. MAX3100 chip support
  287. config SERIAL_MAX310X
  288. tristate "MAX310X support"
  289. depends on SPI_MASTER
  290. select SERIAL_CORE
  291. select REGMAP_SPI if SPI_MASTER
  292. default n
  293. help
  294. This selects support for an advanced UART from Maxim (Dallas).
  295. Supported ICs are MAX3107, MAX3108, MAX3109, MAX14830.
  296. Each IC contains 128 words each of receive and transmit FIFO
  297. that can be controlled through I2C or high-speed SPI.
  298. Say Y here if you want to support this ICs.
  299. config SERIAL_DZ
  300. bool "DECstation DZ serial driver"
  301. depends on MACH_DECSTATION && 32BIT
  302. select SERIAL_CORE
  303. default y
  304. ---help---
  305. DZ11-family serial controllers for DECstations and VAXstations,
  306. including the DC7085, M7814, and M7819.
  307. config SERIAL_DZ_CONSOLE
  308. bool "Support console on DECstation DZ serial driver"
  309. depends on SERIAL_DZ=y
  310. select SERIAL_CORE_CONSOLE
  311. default y
  312. ---help---
  313. If you say Y here, it will be possible to use a serial port as the
  314. system console (the system console is the device which receives all
  315. kernel messages and warnings and which allows logins in single user
  316. mode).
  317. Note that the firmware uses ttyS3 as the serial console on
  318. DECstations that use this driver.
  319. If unsure, say Y.
  320. config SERIAL_ZS
  321. tristate "DECstation Z85C30 serial support"
  322. depends on MACH_DECSTATION
  323. select SERIAL_CORE
  324. default y
  325. ---help---
  326. Support for the Zilog 85C350 serial communications controller used
  327. for serial ports in newer DECstation systems. These include the
  328. DECsystem 5900 and all models of the DECstation and DECsystem 5000
  329. systems except from model 200.
  330. If unsure, say Y. To compile this driver as a module, choose M here:
  331. the module will be called zs.
  332. config SERIAL_ZS_CONSOLE
  333. bool "Support for console on a DECstation Z85C30 serial port"
  334. depends on SERIAL_ZS=y
  335. select SERIAL_CORE_CONSOLE
  336. default y
  337. ---help---
  338. If you say Y here, it will be possible to use a serial port as the
  339. system console (the system console is the device which receives all
  340. kernel messages and warnings and which allows logins in single user
  341. mode).
  342. Note that the firmware uses ttyS1 as the serial console on the
  343. Maxine and ttyS3 on the others using this driver.
  344. If unsure, say Y.
  345. config SERIAL_21285
  346. tristate "DC21285 serial port support"
  347. depends on FOOTBRIDGE
  348. select SERIAL_CORE
  349. help
  350. If you have a machine based on a 21285 (Footbridge) StrongARM(R)/
  351. PCI bridge you can enable its onboard serial port by enabling this
  352. option.
  353. config SERIAL_21285_CONSOLE
  354. bool "Console on DC21285 serial port"
  355. depends on SERIAL_21285=y
  356. select SERIAL_CORE_CONSOLE
  357. help
  358. If you have enabled the serial port on the 21285 footbridge you can
  359. make it the console by answering Y to this option.
  360. Even if you say Y here, the currently visible virtual console
  361. (/dev/tty0) will still be used as the system console by default, but
  362. you can alter that using a kernel command line option such as
  363. "console=ttyFB". (Try "man bootparam" or see the documentation of
  364. your boot loader (lilo or loadlin) about how to pass options to the
  365. kernel at boot time.)
  366. config SERIAL_MPSC
  367. bool "Marvell MPSC serial port support"
  368. depends on MV64X60
  369. select SERIAL_CORE
  370. help
  371. Say Y here if you want to use the Marvell MPSC serial controller.
  372. config SERIAL_MPSC_CONSOLE
  373. bool "Support for console on Marvell MPSC serial port"
  374. depends on SERIAL_MPSC
  375. select SERIAL_CORE_CONSOLE
  376. help
  377. Say Y here if you want to support a serial console on a Marvell MPSC.
  378. config SERIAL_PXA
  379. bool "PXA serial port support (DEPRECATED)"
  380. depends on ARCH_PXA || ARCH_MMP
  381. select SERIAL_CORE
  382. select SERIAL_8250_PXA if SERIAL_8250=y
  383. select SERIAL_PXA_NON8250 if !SERIAL_8250=y
  384. help
  385. If you have a machine based on an Intel XScale PXA2xx CPU you
  386. can enable its onboard serial ports by enabling this option.
  387. Unless you have a specific need, you should use SERIAL_8250_PXA
  388. instead of this.
  389. config SERIAL_PXA_NON8250
  390. bool
  391. depends on !SERIAL_8250
  392. config SERIAL_PXA_CONSOLE
  393. bool "Console on PXA serial port (DEPRECATED)"
  394. depends on SERIAL_PXA
  395. select SERIAL_CORE_CONSOLE
  396. select SERIAL_8250_CONSOLE if SERIAL_8250=y
  397. help
  398. If you have enabled the serial port on the Intel XScale PXA
  399. CPU you can make it the console by answering Y to this option.
  400. Even if you say Y here, the currently visible virtual console
  401. (/dev/tty0) will still be used as the system console by default, but
  402. you can alter that using a kernel command line option such as
  403. "console=ttySA0". (Try "man bootparam" or see the documentation of
  404. your boot loader (lilo or loadlin) about how to pass options to the
  405. kernel at boot time.)
  406. Unless you have a specific need, you should use SERIAL_8250_PXA
  407. and SERIAL_8250_CONSOLE instead of this.
  408. config SERIAL_SA1100
  409. bool "SA1100 serial port support"
  410. depends on ARCH_SA1100
  411. select SERIAL_CORE
  412. help
  413. If you have a machine based on a SA1100/SA1110 StrongARM(R) CPU you
  414. can enable its onboard serial port by enabling this option.
  415. Please read <file:Documentation/arm/SA1100/serial_UART> for further
  416. info.
  417. config SERIAL_SA1100_CONSOLE
  418. bool "Console on SA1100 serial port"
  419. depends on SERIAL_SA1100
  420. select SERIAL_CORE_CONSOLE
  421. help
  422. If you have enabled the serial port on the SA1100/SA1110 StrongARM
  423. CPU you can make it the console by answering Y to this option.
  424. Even if you say Y here, the currently visible virtual console
  425. (/dev/tty0) will still be used as the system console by default, but
  426. you can alter that using a kernel command line option such as
  427. "console=ttySA0". (Try "man bootparam" or see the documentation of
  428. your boot loader (lilo or loadlin) about how to pass options to the
  429. kernel at boot time.)
  430. config SERIAL_BFIN
  431. tristate "Blackfin serial port support"
  432. depends on BLACKFIN
  433. select SERIAL_CORE
  434. select SERIAL_BFIN_UART0 if (BF531 || BF532 || BF533 || BF561)
  435. help
  436. Add support for the built-in UARTs on the Blackfin.
  437. To compile this driver as a module, choose M here: the
  438. module is named bfin_uart.ko.
  439. config SERIAL_BFIN_CONSOLE
  440. bool "Console on Blackfin serial port"
  441. depends on SERIAL_BFIN=y
  442. select SERIAL_CORE_CONSOLE
  443. choice
  444. prompt "UART Mode"
  445. depends on SERIAL_BFIN
  446. default SERIAL_BFIN_DMA
  447. help
  448. This driver supports the built-in serial ports of the Blackfin family
  449. of CPUs
  450. config SERIAL_BFIN_DMA
  451. bool "DMA mode"
  452. depends on !DMA_UNCACHED_NONE && KGDB_SERIAL_CONSOLE=n
  453. help
  454. This driver works under DMA mode. If this option is selected, the
  455. blackfin simple dma driver is also enabled.
  456. config SERIAL_BFIN_PIO
  457. bool "PIO mode"
  458. help
  459. This driver works under PIO mode.
  460. endchoice
  461. config SERIAL_BFIN_UART0
  462. bool "Enable UART0"
  463. depends on SERIAL_BFIN
  464. help
  465. Enable UART0
  466. config BFIN_UART0_CTSRTS
  467. bool "Enable UART0 hardware flow control"
  468. depends on SERIAL_BFIN_UART0
  469. help
  470. Enable hardware flow control in the driver.
  471. config SERIAL_BFIN_UART1
  472. bool "Enable UART1"
  473. depends on SERIAL_BFIN && (!BF531 && !BF532 && !BF533 && !BF561)
  474. help
  475. Enable UART1
  476. config BFIN_UART1_CTSRTS
  477. bool "Enable UART1 hardware flow control"
  478. depends on SERIAL_BFIN_UART1
  479. help
  480. Enable hardware flow control in the driver.
  481. config SERIAL_BFIN_UART2
  482. bool "Enable UART2"
  483. depends on SERIAL_BFIN && (BF54x || BF538 || BF539)
  484. help
  485. Enable UART2
  486. config BFIN_UART2_CTSRTS
  487. bool "Enable UART2 hardware flow control"
  488. depends on SERIAL_BFIN_UART2
  489. help
  490. Enable hardware flow control in the driver.
  491. config SERIAL_BFIN_UART3
  492. bool "Enable UART3"
  493. depends on SERIAL_BFIN && (BF54x)
  494. help
  495. Enable UART3
  496. config BFIN_UART3_CTSRTS
  497. bool "Enable UART3 hardware flow control"
  498. depends on SERIAL_BFIN_UART3
  499. help
  500. Enable hardware flow control in the driver.
  501. config SERIAL_IMX
  502. tristate "IMX serial port support"
  503. depends on HAS_DMA
  504. depends on ARCH_MXC || COMPILE_TEST
  505. select SERIAL_CORE
  506. select RATIONAL
  507. select SERIAL_MCTRL_GPIO if GPIOLIB
  508. help
  509. If you have a machine based on a Motorola IMX CPU you
  510. can enable its onboard serial port by enabling this option.
  511. config SERIAL_IMX_CONSOLE
  512. bool "Console on IMX serial port"
  513. depends on SERIAL_IMX=y
  514. select SERIAL_CORE_CONSOLE
  515. select SERIAL_EARLYCON if OF
  516. help
  517. If you have enabled the serial port on the Freescale IMX
  518. CPU you can make it the console by answering Y to this option.
  519. Even if you say Y here, the currently visible virtual console
  520. (/dev/tty0) will still be used as the system console by default, but
  521. you can alter that using a kernel command line option such as
  522. "console=ttymxc0". (Try "man bootparam" or see the documentation of
  523. your bootloader about how to pass options to the kernel at boot time.)
  524. config SERIAL_UARTLITE
  525. tristate "Xilinx uartlite serial port support"
  526. depends on HAS_IOMEM
  527. select SERIAL_CORE
  528. help
  529. Say Y here if you want to use the Xilinx uartlite serial controller.
  530. To compile this driver as a module, choose M here: the
  531. module will be called uartlite.
  532. config SERIAL_UARTLITE_CONSOLE
  533. bool "Support for console on Xilinx uartlite serial port"
  534. depends on SERIAL_UARTLITE=y
  535. select SERIAL_CORE_CONSOLE
  536. select SERIAL_EARLYCON
  537. help
  538. Say Y here if you wish to use a Xilinx uartlite as the system
  539. console (the system console is the device which receives all kernel
  540. messages and warnings and which allows logins in single user mode).
  541. config SERIAL_UARTLITE_NR_UARTS
  542. int "Maximum number of uartlite serial ports"
  543. depends on SERIAL_UARTLITE
  544. range 1 256
  545. default 1
  546. help
  547. Set this to the number of uartlites in your system, or the number
  548. you think you might implement.
  549. config SERIAL_SUNCORE
  550. bool
  551. depends on SPARC
  552. select SERIAL_CORE
  553. select SERIAL_CORE_CONSOLE
  554. default y
  555. config SERIAL_SUNZILOG
  556. tristate "Sun Zilog8530 serial support"
  557. depends on SPARC
  558. help
  559. This driver supports the Zilog8530 serial ports found on many Sparc
  560. systems. Say Y or M if you want to be able to these serial ports.
  561. config SERIAL_SUNZILOG_CONSOLE
  562. bool "Console on Sun Zilog8530 serial port"
  563. depends on SERIAL_SUNZILOG=y
  564. help
  565. If you would like to be able to use the Zilog8530 serial port
  566. on your Sparc system as the console, you can do so by answering
  567. Y to this option.
  568. config SERIAL_SUNSU
  569. tristate "Sun SU serial support"
  570. depends on SPARC && PCI
  571. help
  572. This driver supports the 8250 serial ports that run the keyboard and
  573. mouse on (PCI) UltraSPARC systems. Say Y or M if you want to be able
  574. to these serial ports.
  575. config SERIAL_SUNSU_CONSOLE
  576. bool "Console on Sun SU serial port"
  577. depends on SERIAL_SUNSU=y
  578. help
  579. If you would like to be able to use the SU serial port
  580. on your Sparc system as the console, you can do so by answering
  581. Y to this option.
  582. config SERIAL_MUX
  583. tristate "Serial MUX support"
  584. depends on GSC
  585. select SERIAL_CORE
  586. default y
  587. ---help---
  588. Saying Y here will enable the hardware MUX serial driver for
  589. the Nova, K class systems and D class with a 'remote control card'.
  590. The hardware MUX is not 8250/16550 compatible therefore the
  591. /dev/ttyB0 device is shared between the Serial MUX and the PDC
  592. software console. The following steps need to be completed to use
  593. the Serial MUX:
  594. 1. create the device entry (mknod /dev/ttyB0 c 11 0)
  595. 2. Edit the /etc/inittab to start a getty listening on /dev/ttyB0
  596. 3. Add device ttyB0 to /etc/securetty (if you want to log on as
  597. root on this console.)
  598. 4. Change the kernel command console parameter to: console=ttyB0
  599. config SERIAL_MUX_CONSOLE
  600. bool "Support for console on serial MUX"
  601. depends on SERIAL_MUX=y
  602. select SERIAL_CORE_CONSOLE
  603. default y
  604. config PDC_CONSOLE
  605. bool "PDC software console support"
  606. depends on PARISC && !SERIAL_MUX && VT
  607. default n
  608. help
  609. Saying Y here will enable the software based PDC console to be
  610. used as the system console. This is useful for machines in
  611. which the hardware based console has not been written yet. The
  612. following steps must be completed to use the PDC console:
  613. 1. create the device entry (mknod /dev/ttyB0 c 11 0)
  614. 2. Edit the /etc/inittab to start a getty listening on /dev/ttyB0
  615. 3. Add device ttyB0 to /etc/securetty (if you want to log on as
  616. root on this console.)
  617. 4. Change the kernel command console parameter to: console=ttyB0
  618. config SERIAL_SUNSAB
  619. tristate "Sun Siemens SAB82532 serial support"
  620. depends on SPARC && PCI
  621. help
  622. This driver supports the Siemens SAB82532 DUSCC serial ports on newer
  623. (PCI) UltraSPARC systems. Say Y or M if you want to be able to these
  624. serial ports.
  625. config SERIAL_SUNSAB_CONSOLE
  626. bool "Console on Sun Siemens SAB82532 serial port"
  627. depends on SERIAL_SUNSAB=y
  628. help
  629. If you would like to be able to use the SAB82532 serial port
  630. on your Sparc system as the console, you can do so by answering
  631. Y to this option.
  632. config SERIAL_SUNHV
  633. bool "Sun4v Hypervisor Console support"
  634. depends on SPARC64
  635. help
  636. This driver supports the console device found on SUN4V Sparc
  637. systems. Say Y if you want to be able to use this device.
  638. config SERIAL_IP22_ZILOG
  639. tristate "SGI Zilog8530 serial support"
  640. depends on SGI_HAS_ZILOG
  641. select SERIAL_CORE
  642. help
  643. This driver supports the Zilog8530 serial ports found on SGI
  644. systems. Say Y or M if you want to be able to these serial ports.
  645. config SERIAL_IP22_ZILOG_CONSOLE
  646. bool "Console on SGI Zilog8530 serial port"
  647. depends on SERIAL_IP22_ZILOG=y
  648. select SERIAL_CORE_CONSOLE
  649. config SERIAL_SH_SCI
  650. tristate "SuperH SCI(F) serial port support"
  651. depends on SUPERH || ARCH_RENESAS || H8300 || COMPILE_TEST
  652. select SERIAL_CORE
  653. select SERIAL_MCTRL_GPIO if GPIOLIB
  654. config SERIAL_SH_SCI_NR_UARTS
  655. int "Maximum number of SCI(F) serial ports"
  656. depends on SERIAL_SH_SCI
  657. default "2"
  658. config SERIAL_SH_SCI_CONSOLE
  659. bool "Support for console on SuperH SCI(F)"
  660. depends on SERIAL_SH_SCI=y
  661. select SERIAL_CORE_CONSOLE
  662. config SERIAL_SH_SCI_EARLYCON
  663. bool "Support for early console on SuperH SCI(F)"
  664. depends on SERIAL_SH_SCI=y
  665. select SERIAL_CORE_CONSOLE
  666. select SERIAL_EARLYCON
  667. config SERIAL_SH_SCI_DMA
  668. bool "DMA support"
  669. depends on SERIAL_SH_SCI && DMA_ENGINE
  670. config SERIAL_PNX8XXX
  671. bool "Enable PNX8XXX SoCs' UART Support"
  672. depends on SOC_PNX833X
  673. select SERIAL_CORE
  674. help
  675. If you have a MIPS-based Philips SoC such as PNX8330 and you want
  676. to use serial ports, say Y. Otherwise, say N.
  677. config SERIAL_PNX8XXX_CONSOLE
  678. bool "Enable PNX8XX0 serial console"
  679. depends on SERIAL_PNX8XXX
  680. select SERIAL_CORE_CONSOLE
  681. help
  682. If you have a MIPS-based Philips SoC such as PNX8330 and you want
  683. to use serial console, say Y. Otherwise, say N.
  684. config SERIAL_HS_LPC32XX
  685. tristate "LPC32XX high speed serial port support"
  686. depends on ARCH_LPC32XX && OF
  687. select SERIAL_CORE
  688. help
  689. Support for the LPC32XX high speed serial ports (up to 900kbps).
  690. Those are UARTs completely different from the Standard UARTs on the
  691. LPC32XX SoC.
  692. Choose M or Y here to build this driver.
  693. config SERIAL_HS_LPC32XX_CONSOLE
  694. bool "Enable LPC32XX high speed UART serial console"
  695. depends on SERIAL_HS_LPC32XX=y
  696. select SERIAL_CORE_CONSOLE
  697. help
  698. If you would like to be able to use one of the high speed serial
  699. ports on the LPC32XX as the console, you can do so by answering
  700. Y to this option.
  701. config SERIAL_CORE
  702. tristate
  703. config SERIAL_CORE_CONSOLE
  704. bool
  705. config CONSOLE_POLL
  706. bool
  707. config SERIAL_MCF
  708. bool "Coldfire serial support"
  709. depends on COLDFIRE
  710. select SERIAL_CORE
  711. help
  712. This serial driver supports the Freescale Coldfire serial ports.
  713. config SERIAL_MCF_BAUDRATE
  714. int "Default baudrate for Coldfire serial ports"
  715. depends on SERIAL_MCF
  716. default 19200
  717. help
  718. This setting lets you define what the default baudrate is for the
  719. ColdFire serial ports. The usual default varies from board to board,
  720. and this setting is a way of catering for that.
  721. config SERIAL_MCF_CONSOLE
  722. bool "Coldfire serial console support"
  723. depends on SERIAL_MCF
  724. select SERIAL_CORE_CONSOLE
  725. help
  726. Enable a ColdFire internal serial port to be the system console.
  727. config SERIAL_PMACZILOG
  728. tristate "Mac or PowerMac z85c30 ESCC support"
  729. depends on (M68K && MAC) || PPC_PMAC
  730. select SERIAL_CORE
  731. help
  732. This driver supports the Zilog z85C30 serial ports found on
  733. (Power)Mac machines.
  734. Say Y or M if you want to be able to these serial ports.
  735. config SERIAL_PMACZILOG_TTYS
  736. bool "Use ttySn device nodes for Zilog z85c30"
  737. depends on SERIAL_PMACZILOG
  738. help
  739. The pmac_zilog driver for the z85C30 chip on many powermacs
  740. historically used the device numbers for /dev/ttySn. The
  741. 8250 serial port driver also uses these numbers, which means
  742. the two drivers being unable to coexist; you could not use
  743. both z85C30 and 8250 type ports at the same time.
  744. If this option is not selected, the pmac_zilog driver will
  745. use the device numbers allocated for /dev/ttyPZn. This allows
  746. the pmac_zilog and 8250 drivers to co-exist, but may cause
  747. existing userspace setups to break. Programs that need to
  748. access the built-in serial ports on powermacs will need to
  749. be reconfigured to use /dev/ttyPZn instead of /dev/ttySn.
  750. If you enable this option, any z85c30 ports in the system will
  751. be registered as ttyS0 onwards as in the past, and you will be
  752. unable to use the 8250 module for PCMCIA or other 16C550-style
  753. UARTs.
  754. Say N unless you need the z85c30 ports on your (Power)Mac
  755. to appear as /dev/ttySn.
  756. config SERIAL_PMACZILOG_CONSOLE
  757. bool "Console on Mac or PowerMac z85c30 serial port"
  758. depends on SERIAL_PMACZILOG=y
  759. select SERIAL_CORE_CONSOLE
  760. help
  761. If you would like to be able to use the z85c30 serial port
  762. on your (Power)Mac as the console, you can do so by answering
  763. Y to this option.
  764. config SERIAL_CPM
  765. tristate "CPM SCC/SMC serial port support"
  766. depends on CPM2 || CPM1
  767. select SERIAL_CORE
  768. help
  769. This driver supports the SCC and SMC serial ports on Motorola
  770. embedded PowerPC that contain a CPM1 (8xx) or CPM2 (8xxx)
  771. config SERIAL_CPM_CONSOLE
  772. bool "Support for console on CPM SCC/SMC serial port"
  773. depends on SERIAL_CPM=y
  774. select SERIAL_CORE_CONSOLE
  775. help
  776. Say Y here if you wish to use a SCC or SMC CPM UART as the system
  777. console (the system console is the device which receives all kernel
  778. messages and warnings and which allows logins in single user mode).
  779. Even if you say Y here, the currently visible framebuffer console
  780. (/dev/tty0) will still be used as the system console by default, but
  781. you can alter that using a kernel command line option such as
  782. "console=ttyCPM0". (Try "man bootparam" or see the documentation of
  783. your boot loader (lilo or loadlin) about how to pass options to the
  784. kernel at boot time.)
  785. config SERIAL_SGI_L1_CONSOLE
  786. bool "SGI Altix L1 serial console support"
  787. depends on IA64_GENERIC || IA64_SGI_SN2
  788. select SERIAL_CORE
  789. select SERIAL_CORE_CONSOLE
  790. help
  791. If you have an SGI Altix and you would like to use the system
  792. controller serial port as your console (you want this!),
  793. say Y. Otherwise, say N.
  794. config SERIAL_PIC32
  795. tristate "Microchip PIC32 serial support"
  796. depends on MACH_PIC32
  797. select SERIAL_CORE
  798. help
  799. If you have a PIC32, this driver supports the serial ports.
  800. Say Y or M to use PIC32 serial ports, otherwise say N. Note that
  801. to use a serial port as a console, this must be included in kernel and
  802. not as a module.
  803. config SERIAL_PIC32_CONSOLE
  804. bool "PIC32 serial console support"
  805. depends on SERIAL_PIC32
  806. select SERIAL_CORE_CONSOLE
  807. help
  808. If you have a PIC32, this driver supports the putting a console on one
  809. of the serial ports.
  810. Say Y to use the PIC32 console, otherwise say N.
  811. config SERIAL_MPC52xx
  812. tristate "Freescale MPC52xx/MPC512x family PSC serial support"
  813. depends on PPC_MPC52xx || PPC_MPC512x
  814. select SERIAL_CORE
  815. help
  816. This driver supports MPC52xx and MPC512x PSC serial ports. If you would
  817. like to use them, you must answer Y or M to this option. Note that
  818. for use as console, it must be included in kernel and not as a
  819. module.
  820. config SERIAL_MPC52xx_CONSOLE
  821. bool "Console on a Freescale MPC52xx/MPC512x family PSC serial port"
  822. depends on SERIAL_MPC52xx=y
  823. select SERIAL_CORE_CONSOLE
  824. help
  825. Select this options if you'd like to use one of the PSC serial port
  826. of the Freescale MPC52xx family as a console.
  827. config SERIAL_MPC52xx_CONSOLE_BAUD
  828. int "Freescale MPC52xx/MPC512x family PSC serial port baud"
  829. depends on SERIAL_MPC52xx_CONSOLE=y
  830. default "9600"
  831. help
  832. Select the MPC52xx console baud rate.
  833. This value is only used if the bootloader doesn't pass in the
  834. console baudrate
  835. config SERIAL_ICOM
  836. tristate "IBM Multiport Serial Adapter"
  837. depends on PCI && PPC_PSERIES
  838. select SERIAL_CORE
  839. select FW_LOADER
  840. help
  841. This driver is for a family of multiport serial adapters
  842. including 2 port RVX, 2 port internal modem, 4 port internal
  843. modem and a split 1 port RVX and 1 port internal modem.
  844. This driver can also be built as a module. If so, the module
  845. will be called icom.
  846. config SERIAL_M32R_SIO
  847. bool "M32R SIO I/F"
  848. depends on M32R
  849. default y
  850. select SERIAL_CORE
  851. help
  852. Say Y here if you want to use the M32R serial controller.
  853. config SERIAL_M32R_SIO_CONSOLE
  854. bool "use SIO console"
  855. depends on SERIAL_M32R_SIO=y
  856. select SERIAL_CORE_CONSOLE
  857. help
  858. Say Y here if you want to support a serial console.
  859. If you use an M3T-M32700UT or an OPSPUT platform,
  860. please say also y for SERIAL_M32R_PLDSIO.
  861. config SERIAL_M32R_PLDSIO
  862. bool "M32R SIO I/F on a PLD"
  863. depends on SERIAL_M32R_SIO=y && (PLAT_OPSPUT || PLAT_USRV || PLAT_M32700UT)
  864. default n
  865. help
  866. Say Y here if you want to use the M32R serial controller
  867. on a PLD (Programmable Logic Device).
  868. If you use an M3T-M32700UT or an OPSPUT platform,
  869. please say Y.
  870. config SERIAL_TXX9
  871. bool "TMPTX39XX/49XX SIO support"
  872. depends on HAS_TXX9_SERIAL
  873. select SERIAL_CORE
  874. default y
  875. config HAS_TXX9_SERIAL
  876. bool
  877. config SERIAL_TXX9_NR_UARTS
  878. int "Maximum number of TMPTX39XX/49XX SIO ports"
  879. depends on SERIAL_TXX9
  880. default "6"
  881. config SERIAL_TXX9_CONSOLE
  882. bool "TMPTX39XX/49XX SIO Console support"
  883. depends on SERIAL_TXX9=y
  884. select SERIAL_CORE_CONSOLE
  885. config SERIAL_TXX9_STDSERIAL
  886. bool "TX39XX/49XX SIO act as standard serial"
  887. depends on !SERIAL_8250 && SERIAL_TXX9
  888. config SERIAL_VR41XX
  889. tristate "NEC VR4100 series Serial Interface Unit support"
  890. depends on CPU_VR41XX
  891. select SERIAL_CORE
  892. help
  893. If you have a NEC VR4100 series processor and you want to use
  894. Serial Interface Unit(SIU) or Debug Serial Interface Unit(DSIU)
  895. (not include VR4111/VR4121 DSIU), say Y. Otherwise, say N.
  896. config SERIAL_VR41XX_CONSOLE
  897. bool "Enable NEC VR4100 series Serial Interface Unit console"
  898. depends on SERIAL_VR41XX=y
  899. select SERIAL_CORE_CONSOLE
  900. help
  901. If you have a NEC VR4100 series processor and you want to use
  902. a console on a serial port, say Y. Otherwise, say N.
  903. config SERIAL_JSM
  904. tristate "Digi International NEO and Classic PCI Support"
  905. depends on PCI
  906. select SERIAL_CORE
  907. help
  908. This is a driver for Digi International's Neo and Classic series
  909. of cards which provide multiple serial ports. You would need
  910. something like this to connect more than two modems to your Linux
  911. box, for instance in order to become a dial-in server. This driver
  912. supports PCI boards only.
  913. If you have a card like this, say Y here, otherwise say N.
  914. To compile this driver as a module, choose M here: the
  915. module will be called jsm.
  916. config SERIAL_SGI_IOC4
  917. tristate "SGI IOC4 controller serial support"
  918. depends on (IA64_GENERIC || IA64_SGI_SN2) && SGI_IOC4
  919. select SERIAL_CORE
  920. help
  921. If you have an SGI Altix with an IOC4 based Base IO card
  922. and wish to use the serial ports on this card, say Y.
  923. Otherwise, say N.
  924. config SERIAL_SGI_IOC3
  925. tristate "SGI Altix IOC3 serial support"
  926. depends on (IA64_GENERIC || IA64_SGI_SN2) && SGI_IOC3
  927. select SERIAL_CORE
  928. help
  929. If you have an SGI Altix with an IOC3 serial card,
  930. say Y or M. Otherwise, say N.
  931. config SERIAL_MSM
  932. tristate "MSM on-chip serial port support"
  933. depends on ARCH_QCOM
  934. select SERIAL_CORE
  935. config SERIAL_MSM_CONSOLE
  936. bool "MSM serial console support"
  937. depends on SERIAL_MSM=y
  938. select SERIAL_CORE_CONSOLE
  939. select SERIAL_EARLYCON
  940. config SERIAL_VT8500
  941. bool "VIA VT8500 on-chip serial port support"
  942. depends on ARCH_VT8500
  943. select SERIAL_CORE
  944. config SERIAL_VT8500_CONSOLE
  945. bool "VIA VT8500 serial console support"
  946. depends on SERIAL_VT8500=y
  947. select SERIAL_CORE_CONSOLE
  948. config SERIAL_ETRAXFS
  949. bool "ETRAX FS serial port support"
  950. depends on ETRAX_ARCH_V32 && OF
  951. select SERIAL_CORE
  952. select SERIAL_MCTRL_GPIO if GPIOLIB
  953. config SERIAL_ETRAXFS_CONSOLE
  954. bool "ETRAX FS serial console support"
  955. depends on SERIAL_ETRAXFS
  956. select SERIAL_CORE_CONSOLE
  957. config SERIAL_NETX
  958. tristate "NetX serial port support"
  959. depends on ARCH_NETX
  960. select SERIAL_CORE
  961. help
  962. If you have a machine based on a Hilscher NetX SoC you
  963. can enable its onboard serial port by enabling this option.
  964. To compile this driver as a module, choose M here: the
  965. module will be called netx-serial.
  966. config SERIAL_NETX_CONSOLE
  967. bool "Console on NetX serial port"
  968. depends on SERIAL_NETX=y
  969. select SERIAL_CORE_CONSOLE
  970. help
  971. If you have enabled the serial port on the Hilscher NetX SoC
  972. you can make it the console by answering Y to this option.
  973. config SERIAL_OMAP
  974. tristate "OMAP serial port support"
  975. depends on ARCH_OMAP2PLUS
  976. select SERIAL_CORE
  977. help
  978. If you have a machine based on an Texas Instruments OMAP CPU you
  979. can enable its onboard serial ports by enabling this option.
  980. By enabling this option you take advantage of dma feature available
  981. with the omap-serial driver. DMA support can be enabled from platform
  982. data.
  983. config SERIAL_OMAP_CONSOLE
  984. bool "Console on OMAP serial port"
  985. depends on SERIAL_OMAP=y
  986. select SERIAL_CORE_CONSOLE
  987. help
  988. Select this option if you would like to use omap serial port as
  989. console.
  990. Even if you say Y here, the currently visible virtual console
  991. (/dev/tty0) will still be used as the system console by default, but
  992. you can alter that using a kernel command line option such as
  993. "console=ttyOx". (Try "man bootparam" or see the documentation of
  994. your boot loader about how to pass options to the kernel at
  995. boot time.)
  996. config SERIAL_LANTIQ
  997. bool "Lantiq serial driver"
  998. depends on LANTIQ
  999. select SERIAL_CORE
  1000. select SERIAL_CORE_CONSOLE
  1001. select SERIAL_EARLYCON
  1002. help
  1003. Support for console and UART on Lantiq SoCs.
  1004. config SERIAL_QE
  1005. tristate "Freescale QUICC Engine serial port support"
  1006. depends on QUICC_ENGINE
  1007. select SERIAL_CORE
  1008. select FW_LOADER
  1009. default n
  1010. help
  1011. This driver supports the QE serial ports on Freescale embedded
  1012. PowerPC that contain a QUICC Engine.
  1013. config SERIAL_SCCNXP
  1014. tristate "SCCNXP serial port support"
  1015. select SERIAL_CORE
  1016. help
  1017. This selects support for an advanced UART from NXP (Philips).
  1018. Supported ICs are SCC2681, SCC2691, SCC2692, SC28L91, SC28L92,
  1019. SC28L202, SCC68681 and SCC68692.
  1020. config SERIAL_SCCNXP_CONSOLE
  1021. bool "Console on SCCNXP serial port"
  1022. depends on SERIAL_SCCNXP=y
  1023. select SERIAL_CORE_CONSOLE
  1024. help
  1025. Support for console on SCCNXP serial ports.
  1026. config SERIAL_SC16IS7XX_CORE
  1027. tristate
  1028. config SERIAL_SC16IS7XX
  1029. tristate "SC16IS7xx serial support"
  1030. select SERIAL_CORE
  1031. depends on (SPI_MASTER && !I2C) || I2C
  1032. help
  1033. This selects support for SC16IS7xx serial ports.
  1034. Supported ICs are SC16IS740, SC16IS741, SC16IS750, SC16IS752,
  1035. SC16IS760 and SC16IS762. Select supported buses using options below.
  1036. config SERIAL_SC16IS7XX_I2C
  1037. bool "SC16IS7xx for I2C interface"
  1038. depends on SERIAL_SC16IS7XX
  1039. depends on I2C
  1040. select SERIAL_SC16IS7XX_CORE if SERIAL_SC16IS7XX
  1041. select REGMAP_I2C if I2C
  1042. default y
  1043. help
  1044. Enable SC16IS7xx driver on I2C bus,
  1045. If required say y, and say n to i2c if not required,
  1046. Enabled by default to support oldconfig.
  1047. You must select at least one bus for the driver to be built.
  1048. config SERIAL_SC16IS7XX_SPI
  1049. bool "SC16IS7xx for spi interface"
  1050. depends on SERIAL_SC16IS7XX
  1051. depends on SPI_MASTER
  1052. select SERIAL_SC16IS7XX_CORE if SERIAL_SC16IS7XX
  1053. select REGMAP_SPI if SPI_MASTER
  1054. help
  1055. Enable SC16IS7xx driver on SPI bus,
  1056. If required say y, and say n to spi if not required,
  1057. This is additional support to exsisting driver.
  1058. You must select at least one bus for the driver to be built.
  1059. config SERIAL_BFIN_SPORT
  1060. tristate "Blackfin SPORT emulate UART"
  1061. depends on BLACKFIN
  1062. select SERIAL_CORE
  1063. help
  1064. Enable SPORT emulate UART on Blackfin series.
  1065. To compile this driver as a module, choose M here: the
  1066. module will be called bfin_sport_uart.
  1067. config SERIAL_BFIN_SPORT_CONSOLE
  1068. bool "Console on Blackfin sport emulated uart"
  1069. depends on SERIAL_BFIN_SPORT=y
  1070. select SERIAL_CORE_CONSOLE
  1071. config SERIAL_BFIN_SPORT0_UART
  1072. bool "Enable UART over SPORT0"
  1073. depends on SERIAL_BFIN_SPORT && !(BF542 || BF544)
  1074. help
  1075. Enable UART over SPORT0
  1076. config SERIAL_BFIN_SPORT0_UART_CTSRTS
  1077. bool "Enable UART over SPORT0 hardware flow control"
  1078. depends on SERIAL_BFIN_SPORT0_UART
  1079. help
  1080. Enable hardware flow control in the driver.
  1081. config SERIAL_BFIN_SPORT1_UART
  1082. bool "Enable UART over SPORT1"
  1083. depends on SERIAL_BFIN_SPORT
  1084. help
  1085. Enable UART over SPORT1
  1086. config SERIAL_BFIN_SPORT1_UART_CTSRTS
  1087. bool "Enable UART over SPORT1 hardware flow control"
  1088. depends on SERIAL_BFIN_SPORT1_UART
  1089. help
  1090. Enable hardware flow control in the driver.
  1091. config SERIAL_BFIN_SPORT2_UART
  1092. bool "Enable UART over SPORT2"
  1093. depends on SERIAL_BFIN_SPORT && (BF54x || BF538 || BF539)
  1094. help
  1095. Enable UART over SPORT2
  1096. config SERIAL_BFIN_SPORT2_UART_CTSRTS
  1097. bool "Enable UART over SPORT2 hardware flow control"
  1098. depends on SERIAL_BFIN_SPORT2_UART
  1099. help
  1100. Enable hardware flow control in the driver.
  1101. config SERIAL_BFIN_SPORT3_UART
  1102. bool "Enable UART over SPORT3"
  1103. depends on SERIAL_BFIN_SPORT && (BF54x || BF538 || BF539)
  1104. help
  1105. Enable UART over SPORT3
  1106. config SERIAL_BFIN_SPORT3_UART_CTSRTS
  1107. bool "Enable UART over SPORT3 hardware flow control"
  1108. depends on SERIAL_BFIN_SPORT3_UART
  1109. help
  1110. Enable hardware flow control in the driver.
  1111. config SERIAL_TIMBERDALE
  1112. tristate "Support for timberdale UART"
  1113. select SERIAL_CORE
  1114. depends on X86_32 || COMPILE_TEST
  1115. ---help---
  1116. Add support for UART controller on timberdale.
  1117. config SERIAL_BCM63XX
  1118. tristate "Broadcom BCM63xx/BCM33xx UART support"
  1119. select SERIAL_CORE
  1120. depends on MIPS || ARM || COMPILE_TEST
  1121. help
  1122. This enables the driver for the onchip UART core found on
  1123. the following chipsets:
  1124. BCM33xx (cable modem)
  1125. BCM63xx/BCM63xxx (DSL)
  1126. BCM68xx (PON)
  1127. BCM7xxx (STB) - DOCSIS console
  1128. config SERIAL_BCM63XX_CONSOLE
  1129. bool "Console on BCM63xx serial port"
  1130. depends on SERIAL_BCM63XX=y
  1131. select SERIAL_CORE_CONSOLE
  1132. select SERIAL_EARLYCON
  1133. help
  1134. If you have enabled the serial port on the BCM63xx CPU
  1135. you can make it the console by answering Y to this option.
  1136. config SERIAL_GRLIB_GAISLER_APBUART
  1137. tristate "GRLIB APBUART serial support"
  1138. depends on OF && SPARC
  1139. select SERIAL_CORE
  1140. ---help---
  1141. Add support for the GRLIB APBUART serial port.
  1142. config SERIAL_GRLIB_GAISLER_APBUART_CONSOLE
  1143. bool "Console on GRLIB APBUART serial port"
  1144. depends on SERIAL_GRLIB_GAISLER_APBUART=y
  1145. select SERIAL_CORE_CONSOLE
  1146. help
  1147. Support for running a console on the GRLIB APBUART
  1148. config SERIAL_ALTERA_JTAGUART
  1149. tristate "Altera JTAG UART support"
  1150. select SERIAL_CORE
  1151. help
  1152. This driver supports the Altera JTAG UART port.
  1153. config SERIAL_ALTERA_JTAGUART_CONSOLE
  1154. bool "Altera JTAG UART console support"
  1155. depends on SERIAL_ALTERA_JTAGUART=y
  1156. select SERIAL_CORE_CONSOLE
  1157. select SERIAL_EARLYCON
  1158. help
  1159. Enable a Altera JTAG UART port to be the system console.
  1160. config SERIAL_ALTERA_JTAGUART_CONSOLE_BYPASS
  1161. bool "Bypass output when no connection"
  1162. depends on SERIAL_ALTERA_JTAGUART_CONSOLE
  1163. select SERIAL_CORE_CONSOLE
  1164. help
  1165. Bypass console output and keep going even if there is no
  1166. JTAG terminal connection with the host.
  1167. config SERIAL_ALTERA_UART
  1168. tristate "Altera UART support"
  1169. select SERIAL_CORE
  1170. help
  1171. This driver supports the Altera softcore UART port.
  1172. config SERIAL_ALTERA_UART_MAXPORTS
  1173. int "Maximum number of Altera UART ports"
  1174. depends on SERIAL_ALTERA_UART
  1175. default 4
  1176. help
  1177. This setting lets you define the maximum number of the Altera
  1178. UART ports. The usual default varies from board to board, and
  1179. this setting is a way of catering for that.
  1180. config SERIAL_ALTERA_UART_BAUDRATE
  1181. int "Default baudrate for Altera UART ports"
  1182. depends on SERIAL_ALTERA_UART
  1183. default 115200
  1184. help
  1185. This setting lets you define what the default baudrate is for the
  1186. Altera UART ports. The usual default varies from board to board,
  1187. and this setting is a way of catering for that.
  1188. config SERIAL_ALTERA_UART_CONSOLE
  1189. bool "Altera UART console support"
  1190. depends on SERIAL_ALTERA_UART=y
  1191. select SERIAL_CORE_CONSOLE
  1192. select SERIAL_EARLYCON
  1193. help
  1194. Enable a Altera UART port to be the system console.
  1195. config SERIAL_IFX6X60
  1196. tristate "SPI protocol driver for Infineon 6x60 modem (EXPERIMENTAL)"
  1197. depends on GPIOLIB || COMPILE_TEST
  1198. depends on SPI && HAS_DMA
  1199. help
  1200. Support for the IFX6x60 modem devices on Intel MID platforms.
  1201. config SERIAL_PCH_UART
  1202. tristate "Intel EG20T PCH/LAPIS Semicon IOH(ML7213/ML7223/ML7831) UART"
  1203. depends on PCI && (X86_32 || MIPS || COMPILE_TEST)
  1204. select SERIAL_CORE
  1205. help
  1206. This driver is for PCH(Platform controller Hub) UART of Intel EG20T
  1207. which is an IOH(Input/Output Hub) for x86 embedded processor.
  1208. Enabling PCH_DMA, this PCH UART works as DMA mode.
  1209. This driver also can be used for LAPIS Semiconductor IOH(Input/
  1210. Output Hub), ML7213, ML7223 and ML7831.
  1211. ML7213 IOH is for IVI(In-Vehicle Infotainment) use, ML7223 IOH is
  1212. for MP(Media Phone) use and ML7831 IOH is for general purpose use.
  1213. ML7213/ML7223/ML7831 is companion chip for Intel Atom E6xx series.
  1214. ML7213/ML7223/ML7831 is completely compatible for Intel EG20T PCH.
  1215. config SERIAL_PCH_UART_CONSOLE
  1216. bool "Support for console on Intel EG20T PCH UART/OKI SEMICONDUCTOR ML7213 IOH"
  1217. depends on SERIAL_PCH_UART=y
  1218. select SERIAL_CORE_CONSOLE
  1219. help
  1220. Say Y here if you wish to use the PCH UART as the system console
  1221. (the system console is the device which receives all kernel messages and
  1222. warnings and which allows logins in single user mode).
  1223. config SERIAL_MXS_AUART
  1224. tristate "MXS AUART support"
  1225. depends on HAS_DMA
  1226. depends on ARCH_MXS || MACH_ASM9260 || COMPILE_TEST
  1227. select SERIAL_CORE
  1228. select SERIAL_MCTRL_GPIO if GPIOLIB
  1229. help
  1230. This driver supports the MXS and Alphascale ASM9260 Application
  1231. UART (AUART) port.
  1232. config SERIAL_MXS_AUART_CONSOLE
  1233. bool "MXS AUART console support"
  1234. depends on SERIAL_MXS_AUART=y
  1235. select SERIAL_CORE_CONSOLE
  1236. help
  1237. Enable a MXS AUART port to be the system console.
  1238. config SERIAL_XILINX_PS_UART
  1239. tristate "Cadence (Xilinx Zynq) UART support"
  1240. depends on OF
  1241. select SERIAL_CORE
  1242. help
  1243. This driver supports the Cadence UART. It is found e.g. in Xilinx
  1244. Zynq.
  1245. config SERIAL_XILINX_PS_UART_CONSOLE
  1246. bool "Cadence UART console support"
  1247. depends on SERIAL_XILINX_PS_UART=y
  1248. select SERIAL_CORE_CONSOLE
  1249. select SERIAL_EARLYCON
  1250. help
  1251. Enable a Cadence UART port to be the system console.
  1252. config SERIAL_AR933X
  1253. tristate "AR933X serial port support"
  1254. depends on HAVE_CLK && SOC_AR933X
  1255. select SERIAL_CORE
  1256. help
  1257. If you have an Atheros AR933X SOC based board and want to use the
  1258. built-in UART of the SoC, say Y to this option.
  1259. To compile this driver as a module, choose M here: the
  1260. module will be called ar933x_uart.
  1261. config SERIAL_AR933X_CONSOLE
  1262. bool "Console on AR933X serial port"
  1263. depends on SERIAL_AR933X=y
  1264. select SERIAL_CORE_CONSOLE
  1265. help
  1266. Enable a built-in UART port of the AR933X to be the system console.
  1267. config SERIAL_AR933X_NR_UARTS
  1268. int "Maximum number of AR933X serial ports"
  1269. depends on SERIAL_AR933X
  1270. default "2"
  1271. help
  1272. Set this to the number of serial ports you want the driver
  1273. to support.
  1274. config SERIAL_EFM32_UART
  1275. tristate "EFM32 UART/USART port"
  1276. depends on ARM && (ARCH_EFM32 || COMPILE_TEST)
  1277. select SERIAL_CORE
  1278. help
  1279. This driver support the USART and UART ports on
  1280. Energy Micro's efm32 SoCs.
  1281. config SERIAL_MPS2_UART_CONSOLE
  1282. bool "MPS2 UART console support"
  1283. depends on SERIAL_MPS2_UART
  1284. select SERIAL_CORE_CONSOLE
  1285. select SERIAL_EARLYCON
  1286. config SERIAL_MPS2_UART
  1287. bool "MPS2 UART port"
  1288. depends on ARCH_MPS2 || COMPILE_TEST
  1289. select SERIAL_CORE
  1290. help
  1291. This driver support the UART ports on ARM MPS2.
  1292. config SERIAL_EFM32_UART_CONSOLE
  1293. bool "EFM32 UART/USART console support"
  1294. depends on SERIAL_EFM32_UART=y
  1295. select SERIAL_CORE_CONSOLE
  1296. config SERIAL_TILEGX
  1297. tristate "TILE-Gx on-chip serial port support"
  1298. depends on TILEGX
  1299. select TILE_GXIO_UART
  1300. select SERIAL_CORE
  1301. ---help---
  1302. This device provides access to the on-chip UARTs on the TILE-Gx
  1303. processor.
  1304. config SERIAL_ARC
  1305. tristate "ARC UART driver support"
  1306. select SERIAL_CORE
  1307. help
  1308. Driver for on-chip UART for ARC(Synopsys) for the legacy
  1309. FPGA Boards (ML50x/ARCAngel4)
  1310. config SERIAL_ARC_CONSOLE
  1311. bool "Console on ARC UART"
  1312. depends on SERIAL_ARC=y
  1313. select SERIAL_CORE_CONSOLE
  1314. select SERIAL_EARLYCON
  1315. help
  1316. Enable system Console on ARC UART
  1317. config SERIAL_ARC_NR_PORTS
  1318. int "Number of ARC UART ports"
  1319. depends on SERIAL_ARC
  1320. range 1 3
  1321. default "1"
  1322. help
  1323. Set this to the number of serial ports you want the driver
  1324. to support.
  1325. config SERIAL_RP2
  1326. tristate "Comtrol RocketPort EXPRESS/INFINITY support"
  1327. depends on PCI
  1328. select SERIAL_CORE
  1329. help
  1330. This driver supports the Comtrol RocketPort EXPRESS and
  1331. RocketPort INFINITY families of PCI/PCIe multiport serial adapters.
  1332. These adapters use a "RocketPort 2" ASIC that is not compatible
  1333. with the original RocketPort driver (CONFIG_ROCKETPORT).
  1334. To compile this driver as a module, choose M here: the
  1335. module will be called rp2.
  1336. If you want to compile this driver into the kernel, say Y here. If
  1337. you don't have a suitable RocketPort card installed, say N.
  1338. config SERIAL_RP2_NR_UARTS
  1339. int "Maximum number of RocketPort EXPRESS/INFINITY ports"
  1340. depends on SERIAL_RP2
  1341. default "32"
  1342. help
  1343. If multiple cards are present, the default limit of 32 ports may
  1344. need to be increased.
  1345. config SERIAL_FSL_LPUART
  1346. tristate "Freescale lpuart serial port support"
  1347. depends on HAS_DMA
  1348. select SERIAL_CORE
  1349. help
  1350. Support for the on-chip lpuart on some Freescale SOCs.
  1351. config SERIAL_FSL_LPUART_CONSOLE
  1352. bool "Console on Freescale lpuart serial port"
  1353. depends on SERIAL_FSL_LPUART=y
  1354. select SERIAL_CORE_CONSOLE
  1355. select SERIAL_EARLYCON
  1356. help
  1357. If you have enabled the lpuart serial port on the Freescale SoCs,
  1358. you can make it the console by answering Y to this option.
  1359. config SERIAL_CONEXANT_DIGICOLOR
  1360. tristate "Conexant Digicolor CX92xxx USART serial port support"
  1361. depends on OF
  1362. select SERIAL_CORE
  1363. help
  1364. Support for the on-chip USART on Conexant Digicolor SoCs.
  1365. config SERIAL_CONEXANT_DIGICOLOR_CONSOLE
  1366. bool "Console on Conexant Digicolor serial port"
  1367. depends on SERIAL_CONEXANT_DIGICOLOR=y
  1368. select SERIAL_CORE_CONSOLE
  1369. help
  1370. If you have enabled the USART serial port on Conexant Digicolor
  1371. SoCs, you can make it the console by answering Y to this option.
  1372. config SERIAL_ST_ASC
  1373. tristate "ST ASC serial port support"
  1374. select SERIAL_CORE
  1375. depends on ARM || COMPILE_TEST
  1376. help
  1377. This driver is for the on-chip Asychronous Serial Controller on
  1378. STMicroelectronics STi SoCs.
  1379. ASC is embedded in ST COMMS IP block. It supports Rx & Tx functionality.
  1380. It support all industry standard baud rates.
  1381. If unsure, say N.
  1382. config SERIAL_ST_ASC_CONSOLE
  1383. bool "Support for console on ST ASC"
  1384. depends on SERIAL_ST_ASC=y
  1385. select SERIAL_CORE_CONSOLE
  1386. config SERIAL_MEN_Z135
  1387. tristate "MEN 16z135 Support"
  1388. select SERIAL_CORE
  1389. depends on MCB
  1390. help
  1391. Say yes here to enable support for the MEN 16z135 High Speed UART IP-Core
  1392. on a MCB carrier.
  1393. This driver can also be build as a module. If so, the module will be called
  1394. men_z135_uart.ko
  1395. config SERIAL_SPRD
  1396. tristate "Support for Spreadtrum serial"
  1397. depends on ARCH_SPRD
  1398. select SERIAL_CORE
  1399. help
  1400. This enables the driver for the Spreadtrum's serial.
  1401. config SERIAL_SPRD_CONSOLE
  1402. bool "Spreadtrum UART console support"
  1403. depends on SERIAL_SPRD=y
  1404. select SERIAL_CORE_CONSOLE
  1405. select SERIAL_EARLYCON
  1406. help
  1407. Support for early debug console using Spreadtrum's serial. This enables
  1408. the console before standard serial driver is probed. This is enabled
  1409. with "earlycon" on the kernel command line. The console is
  1410. enabled when early_param is processed.
  1411. config SERIAL_STM32
  1412. tristate "STMicroelectronics STM32 serial port support"
  1413. select SERIAL_CORE
  1414. depends on HAS_DMA
  1415. depends on ARCH_STM32 || COMPILE_TEST
  1416. help
  1417. This driver is for the on-chip Serial Controller on
  1418. STMicroelectronics STM32 MCUs.
  1419. USART supports Rx & Tx functionality.
  1420. It support all industry standard baud rates.
  1421. If unsure, say N.
  1422. config SERIAL_STM32_CONSOLE
  1423. bool "Support for console on STM32"
  1424. depends on SERIAL_STM32=y
  1425. select SERIAL_CORE_CONSOLE
  1426. config SERIAL_MVEBU_UART
  1427. bool "Marvell EBU serial port support"
  1428. depends on ARCH_MVEBU || COMPILE_TEST
  1429. select SERIAL_CORE
  1430. help
  1431. This driver is for Marvell EBU SoC's UART. If you have a machine
  1432. based on the Armada-3700 SoC and wish to use the on-board serial
  1433. port,
  1434. say 'Y' here.
  1435. Otherwise, say 'N'.
  1436. config SERIAL_MVEBU_CONSOLE
  1437. bool "Console on Marvell EBU serial port"
  1438. depends on SERIAL_MVEBU_UART
  1439. select SERIAL_CORE_CONSOLE
  1440. select SERIAL_EARLYCON
  1441. default y
  1442. help
  1443. Say 'Y' here if you wish to use Armada-3700 UART as the system console.
  1444. (the system console is the device which receives all kernel messages
  1445. and warnings and which allows logins in single user mode)
  1446. Otherwise, say 'N'.
  1447. endmenu
  1448. config SERIAL_MCTRL_GPIO
  1449. tristate
  1450. endif # TTY