hw/dma: Add SiFive platform DMA controller emulation
[qemu/ar7.git] / hw / char / Kconfig
blob1d645554c75e727cf3d9a7470b3ef793aa8977bb
1 config ESCC
2     bool
4 config PARALLEL
5     bool
6     default y
7     depends on ISA_BUS
9 config PL011
10     bool
12 config SERIAL
13     bool
15 config SERIAL_ISA
16     bool
17     default y
18     depends on ISA_BUS
19     select SERIAL
21 config SERIAL_PCI
22     bool
23     default y if PCI_DEVICES
24     depends on PCI
25     select SERIAL
27 config SERIAL_PCI_MULTI
28     bool
29     default y if PCI_DEVICES
30     depends on PCI
31     select SERIAL
33 config VIRTIO_SERIAL
34     bool
35     default y
36     depends on VIRTIO
38 config STM32F2XX_USART
39     bool
41 config CMSDK_APB_UART
42     bool
44 config SCLPCONSOLE
45     bool
47 config TERMINAL3270
48     bool
50 config RENESAS_SCI
51     bool
53 config AVR_USART
54     bool
56 config MCHP_PFSOC_MMUART
57     bool