Kconfig 50 KB

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