Merge remote-tracking branch 'qemu-project/master'
[qemu/ar7.git] / hw / char / Kconfig
blobdd2935c492248152256252eb1f2556da6793f912
1 config ESCC
2     bool
4 config HTIF
5     bool
7 config PARALLEL
8     bool
9     default y
10     depends on ISA_BUS
12 config PL011
13     bool
15 config SERIAL
16     bool
18 config SERIAL_ISA
19     bool
20     default y
21     depends on ISA_BUS
22     select SERIAL
24 config SERIAL_PCI
25     bool
26     default y if PCI_DEVICES
27     depends on PCI
28     select SERIAL
30 config SERIAL_PCI_MULTI
31     bool
32     default y if PCI_DEVICES
33     depends on PCI
34     select SERIAL
36 config VIRTIO_SERIAL
37     bool
38     default y
39     depends on VIRTIO
41 config STM32F2XX_USART
42     bool
44 config STM32L4X5_USART
45     bool
47 config CMSDK_APB_UART
48     bool
50 config SCLPCONSOLE
51     bool
53 config TERMINAL3270
54     bool
56 config VLYNQ
57     bool
59 config SH_SCI
60     bool
62 config RENESAS_SCI
63     bool
65 config AVR_USART
66     bool
68 config MCHP_PFSOC_MMUART
69     bool
70     select SERIAL
72 config SIFIVE_UART
73     bool
75 config GOLDFISH_TTY
76     bool
78 config SHAKTI_UART
79     bool