Kconfig (858a0d7eb5300b5f620d98ab3c4b96c9d5f19131) Kconfig (d0aeaa83f0b0f7a92615bbdd6b1f96812f7dcfd2)
1#
2# The 8250/16550 serial drivers. You shouldn't be in this list unless
3# you somehow have an implicit or explicit dependency on SERIAL_8250.
4#
5
6config SERIAL_8250
7 tristate "8250/16550 and compatible serial support"
8 select SERIAL_CORE

--- 103 unchanged lines hidden (view full) ---

112 bool "DMA support for 16550 compatible UART controllers" if EXPERT
113 depends on SERIAL_8250 && DMADEVICES=y
114 default SERIAL_8250
115 help
116 This builds DMA support that can be used with 8250/16650
117 compatible UART controllers that support DMA signaling.
118
119config SERIAL_8250_PCI
1#
2# The 8250/16550 serial drivers. You shouldn't be in this list unless
3# you somehow have an implicit or explicit dependency on SERIAL_8250.
4#
5
6config SERIAL_8250
7 tristate "8250/16550 and compatible serial support"
8 select SERIAL_CORE

--- 103 unchanged lines hidden (view full) ---

112 bool "DMA support for 16550 compatible UART controllers" if EXPERT
113 depends on SERIAL_8250 && DMADEVICES=y
114 default SERIAL_8250
115 help
116 This builds DMA support that can be used with 8250/16650
117 compatible UART controllers that support DMA signaling.
118
119config SERIAL_8250_PCI
120 tristate "8250/16550 PCI device support" if EXPERT
120 tristate "8250/16550 PCI device support"
121 depends on SERIAL_8250 && PCI
122 default SERIAL_8250
123 help
124 This builds standard PCI serial support. You may be able to
125 disable this feature if you only need legacy serial support.
126 Saves about 9K.
127 Note that serial ports on NetMos 9835 Multi-I/O cards are handled
128 by the parport_serial driver, enabled with CONFIG_PARPORT_SERIAL.
129
121 depends on SERIAL_8250 && PCI
122 default SERIAL_8250
123 help
124 This builds standard PCI serial support. You may be able to
125 disable this feature if you only need legacy serial support.
126 Saves about 9K.
127 Note that serial ports on NetMos 9835 Multi-I/O cards are handled
128 by the parport_serial driver, enabled with CONFIG_PARPORT_SERIAL.
129
130config SERIAL_8250_EXAR
131 tristate "8250/16550 PCI device support"
132 depends on SERIAL_8250_PCI
133
130config SERIAL_8250_HP300
131 tristate
132 depends on SERIAL_8250 && HP300
133 default SERIAL_8250
134
135config SERIAL_8250_CS
136 tristate "8250/16550 PCMCIA device support"
137 depends on PCMCIA && SERIAL_8250

--- 259 unchanged lines hidden (view full) ---

397 depends on SERIAL_8250
398 depends on OF_FLATTREE
399 depends on MIPS || COMPILE_TEST
400 help
401 If you have a system using an Ingenic SoC and wish to make use of
402 its UARTs, say Y to this option. If unsure, say N.
403
404config SERIAL_8250_LPSS
134config SERIAL_8250_HP300
135 tristate
136 depends on SERIAL_8250 && HP300
137 default SERIAL_8250
138
139config SERIAL_8250_CS
140 tristate "8250/16550 PCMCIA device support"
141 depends on PCMCIA && SERIAL_8250

--- 259 unchanged lines hidden (view full) ---

401 depends on SERIAL_8250
402 depends on OF_FLATTREE
403 depends on MIPS || COMPILE_TEST
404 help
405 If you have a system using an Ingenic SoC and wish to make use of
406 its UARTs, say Y to this option. If unsure, say N.
407
408config SERIAL_8250_LPSS
405 tristate "Support for serial ports on Intel LPSS platforms" if EXPERT
409 tristate "Support for serial ports on Intel LPSS platforms"
406 default SERIAL_8250
407 depends on SERIAL_8250 && PCI
408 depends on X86 || COMPILE_TEST
409 select DW_DMAC_CORE if SERIAL_8250_DMA
410 select DW_DMAC_PCI if (SERIAL_8250_DMA && X86_INTEL_LPSS)
411 select RATIONAL
412 help
413 Selecting this option will enable handling of the extra features
414 present on the UART found on various Intel platforms such as:
415 - Intel Baytrail SoC
416 - Intel Braswell SoC
417 - Intel Quark X1000 SoC
418
419config SERIAL_8250_MID
410 default SERIAL_8250
411 depends on SERIAL_8250 && PCI
412 depends on X86 || COMPILE_TEST
413 select DW_DMAC_CORE if SERIAL_8250_DMA
414 select DW_DMAC_PCI if (SERIAL_8250_DMA && X86_INTEL_LPSS)
415 select RATIONAL
416 help
417 Selecting this option will enable handling of the extra features
418 present on the UART found on various Intel platforms such as:
419 - Intel Baytrail SoC
420 - Intel Braswell SoC
421 - Intel Quark X1000 SoC
422
423config SERIAL_8250_MID
420 tristate "Support for serial ports on Intel MID platforms" if EXPERT
424 tristate "Support for serial ports on Intel MID platforms"
421 default SERIAL_8250
422 depends on SERIAL_8250 && PCI
423 depends on X86 || COMPILE_TEST
424 select HSU_DMA if SERIAL_8250_DMA
425 select HSU_DMA_PCI if (HSU_DMA && X86_INTEL_MID)
426 select RATIONAL
427 help
428 Selecting this option will enable handling of the extra features

--- 31 unchanged lines hidden ---
425 default SERIAL_8250
426 depends on SERIAL_8250 && PCI
427 depends on X86 || COMPILE_TEST
428 select HSU_DMA if SERIAL_8250_DMA
429 select HSU_DMA_PCI if (HSU_DMA && X86_INTEL_MID)
430 select RATIONAL
431 help
432 Selecting this option will enable handling of the extra features

--- 31 unchanged lines hidden ---