summaryrefslogtreecommitdiffstats
path: root/drivers/serial/Kconfig
blob: b0ff5fa13312386cd8c915e0a74da18b8c4d9ff0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
menu "serial drivers                "

config DRIVER_SERIAL_ARM_DCC
	depends on ARM
	bool "ARM Debug Communications Channel (DCC) serial driver"

config DRIVER_SERIAL_IMX
	depends on ARCH_IMX
	default y
	bool "i.MX serial driver"

config DRIVER_SERIAL_NETX
	depends on ARCH_NETX
	default y
	bool "Netx serial driver"

config DRIVER_SERIAL_LINUX_COMSOLE
	depends on LINUX
	default y
	bool "linux console driver"

config DRIVER_SERIAL_MPC5XXX
	depends on MPC5200
	default y
	bool "MPC5200 serial driver"

config DRIVER_SERIAL_BLACKFIN
	depends on BLACKFIN
	default y
	bool "Blackfin serial driver"

config DRIVER_SERIAL_NS16550
	default n
	bool "NS16550 serial driver"
	help
	  Enable this to get support for NS16550 based serial devices

config DRIVER_SERIAL_ATMEL
	depends on ARCH_AT91
	default y
	bool "Atmel serial driver"

config DRIVER_SERIAL_NS16550_OMAP_EXTENSIONS
	bool "OMAP Extensions for NS16550"
	depends on DRIVER_SERIAL_NS16550
	depends on ARCH_OMAP
	help
	  Say Y here if you are using OMAP extensions to NS16550

config DRIVER_SERIAL_S3C24X0
	bool "Samsung S3C24X0 serial driver"
	depends on ARCH_S3C24xx
	default y
	help
	  Say Y here if you want to use the CONS on a S3C24X0 CPU

config DRIVER_SERIAL_S3C24X0_AUTOSYNC
	bool "Enable auto flow"
	depends on DRIVER_SERIAL_S3C24X0
	help
	  Say Y here if you want to use the auto flow feature of this
	  UART. RTS and CTS will be handled by the hardware when enabled.

endmenu