]> git.proxmox.com Git - mirror_qemu.git/blame - hw/char/Kconfig
build: convert pci.mak to Kconfig
[mirror_qemu.git] / hw / char / Kconfig
CommitLineData
82f51817
PB
1config ESCC
2 bool
3
4config PARALLEL
5 bool
6
7config PL011
8 bool
9
10config SERIAL
11 bool
12
13config SERIAL_ISA
14 bool
15
16config SERIAL_PCI
17 bool
7c28b925
PB
18 default y if PCI_DEVICES
19 depends on PCI
82f51817
PB
20
21config VIRTIO_SERIAL
22 bool
23
24config STM32F2XX_USART
25 bool
26
27config CMSDK_APB_UART
28 bool
29
30config SCLPCONSOLE
31 bool
32
33config TERMINAL3270
34 bool