]> git.proxmox.com Git - mirror_qemu.git/blame - hw/char/Kconfig
Merge remote-tracking branch 'remotes/armbru/tags/pull-qdev-2020-06-23' into staging
[mirror_qemu.git] / hw / char / Kconfig
CommitLineData
82f51817
PB
1config ESCC
2 bool
3
4config PARALLEL
5 bool
a7e23159
PB
6 default y
7 depends on ISA_BUS
82f51817
PB
8
9config PL011
10 bool
11
12config SERIAL
13 bool
14
15config SERIAL_ISA
16 bool
a7e23159
PB
17 default y
18 depends on ISA_BUS
19 select SERIAL
82f51817
PB
20
21config SERIAL_PCI
22 bool
7c28b925
PB
23 default y if PCI_DEVICES
24 depends on PCI
a7e23159 25 select SERIAL
82f51817 26
d09ecd8c
TH
27config SERIAL_PCI_MULTI
28 bool
29 default y if PCI_DEVICES
30 depends on PCI
31 select SERIAL
32
82f51817
PB
33config VIRTIO_SERIAL
34 bool
b42075bb
YZ
35 default y
36 depends on VIRTIO
82f51817
PB
37
38config STM32F2XX_USART
39 bool
40
41config CMSDK_APB_UART
42 bool
43
44config SCLPCONSOLE
45 bool
46
47config TERMINAL3270
48 bool
645194c7
YS
49
50config RENESAS_SCI
51 bool