target/arm: make pmccntr_op_start/finish static
[qemu/ar7.git] / hw / char / Kconfig
blob6360c9fffa662fc9bf071dd8e9721366e4691a01
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 VIRTIO_SERIAL
28     bool
29     default y
30     depends on VIRTIO
32 config STM32F2XX_USART
33     bool
35 config CMSDK_APB_UART
36     bool
38 config SCLPCONSOLE
39     bool
41 config TERMINAL3270
42     bool