xref: /openbmc/qemu/hw/char/Kconfig (revision 2b74dd91)
1config ESCC
2    bool
3
4config HTIF
5    bool
6
7config PARALLEL
8    bool
9    default y
10    depends on ISA_BUS
11
12config PL011
13    bool
14
15config SERIAL
16    bool
17
18config SERIAL_ISA
19    bool
20    default y
21    depends on ISA_BUS
22    select SERIAL
23
24config SERIAL_MM
25    bool
26    select SERIAL
27
28config SERIAL_PCI
29    bool
30    default y if PCI_DEVICES
31    depends on PCI
32    select SERIAL
33
34config SERIAL_PCI_MULTI
35    bool
36    default y if PCI_DEVICES
37    depends on PCI
38    select SERIAL
39
40config VIRTIO_SERIAL
41    bool
42    default y
43    depends on VIRTIO
44
45config STM32F2XX_USART
46    bool
47
48config STM32L4X5_USART
49    bool
50
51config CMSDK_APB_UART
52    bool
53
54config SCLPCONSOLE
55    bool
56
57config TERMINAL3270
58    bool
59
60config SH_SCI
61    bool
62
63config RENESAS_SCI
64    bool
65
66config AVR_USART
67    bool
68
69config MCHP_PFSOC_MMUART
70    bool
71    select SERIAL
72
73config SIFIVE_UART
74    bool
75
76config GOLDFISH_TTY
77    bool
78
79config SHAKTI_UART
80    bool
81