]> git.proxmox.com Git - mirror_qemu.git/blame - hw/char/Kconfig
Merge remote-tracking branch 'remotes/kraxel/tags/modules-20201029-pull-request'...
[mirror_qemu.git] / hw / char / Kconfig
CommitLineData
82f51817
PB
1config ESCC
2 bool
3
70eb9f9c
BM
4config HTIF
5 bool
6
82f51817
PB
7config PARALLEL
8 bool
a7e23159
PB
9 default y
10 depends on ISA_BUS
82f51817
PB
11
12config PL011
13 bool
14
15config SERIAL
16 bool
17
18config SERIAL_ISA
19 bool
a7e23159
PB
20 default y
21 depends on ISA_BUS
22 select SERIAL
82f51817
PB
23
24config SERIAL_PCI
25 bool
7c28b925
PB
26 default y if PCI_DEVICES
27 depends on PCI
a7e23159 28 select SERIAL
82f51817 29
d09ecd8c
TH
30config SERIAL_PCI_MULTI
31 bool
32 default y if PCI_DEVICES
33 depends on PCI
34 select SERIAL
35
82f51817
PB
36config VIRTIO_SERIAL
37 bool
b42075bb
YZ
38 default y
39 depends on VIRTIO
82f51817
PB
40
41config STM32F2XX_USART
42 bool
43
44config CMSDK_APB_UART
45 bool
46
47config SCLPCONSOLE
48 bool
49
50config TERMINAL3270
51 bool
645194c7
YS
52
53config RENESAS_SCI
54 bool
429ca9d6
MR
55
56config AVR_USART
57 bool
a8fb0a50
BM
58
59config MCHP_PFSOC_MMUART
60 bool
b609b7e3
BM
61
62config SIFIVE_UART
63 bool