]> Git Repo - qemu.git/blob - hw/char/Kconfig
tests/docker: Remove the remainders of debian9 containers from the Makefile
[qemu.git] / hw / char / Kconfig
1 config ESCC
2     bool
3
4 config HTIF
5     bool
6
7 config PARALLEL
8     bool
9     default y
10     depends on ISA_BUS
11
12 config PL011
13     bool
14
15 config SERIAL
16     bool
17
18 config SERIAL_ISA
19     bool
20     default y
21     depends on ISA_BUS
22     select SERIAL
23
24 config SERIAL_PCI
25     bool
26     default y if PCI_DEVICES
27     depends on PCI
28     select SERIAL
29
30 config SERIAL_PCI_MULTI
31     bool
32     default y if PCI_DEVICES
33     depends on PCI
34     select SERIAL
35
36 config VIRTIO_SERIAL
37     bool
38     default y
39     depends on VIRTIO
40
41 config STM32F2XX_USART
42     bool
43
44 config CMSDK_APB_UART
45     bool
46
47 config SCLPCONSOLE
48     bool
49
50 config TERMINAL3270
51     bool
52
53 config RENESAS_SCI
54     bool
55
56 config AVR_USART
57     bool
58
59 config MCHP_PFSOC_MMUART
60     bool
61
62 config SIFIVE_UART
63     bool
This page took 0.028532 seconds and 4 git commands to generate.