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 DIVA_GSP 70 bool 71 72config MCHP_PFSOC_MMUART 73 bool 74 select SERIAL 75 76config SIFIVE_UART 77 bool 78 79config GOLDFISH_TTY 80 bool 81 82config SHAKTI_UART 83 bool 84 85config IP_OCTAL_232 86 bool 87 default y 88 depends on IPACK 89