1config ESCC 2 bool 3 4config PARALLEL 5 bool 6 default y 7 depends on ISA_BUS 8 9config PL011 10 bool 11 12config SERIAL 13 bool 14 15config SERIAL_ISA 16 bool 17 default y 18 depends on ISA_BUS 19 select SERIAL 20 21config SERIAL_PCI 22 bool 23 default y if PCI_DEVICES 24 depends on PCI 25 select SERIAL 26 27config VIRTIO_SERIAL 28 bool 29 30config STM32F2XX_USART 31 bool 32 33config CMSDK_APB_UART 34 bool 35 36config SCLPCONSOLE 37 bool 38 39config TERMINAL3270 40 bool 41