Kconfig 1011 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. config ESCC
  2. bool
  3. config HTIF
  4. bool
  5. config PARALLEL
  6. bool
  7. default y
  8. depends on ISA_BUS
  9. config PL011
  10. bool
  11. config SERIAL
  12. bool
  13. config SERIAL_ISA
  14. bool
  15. default y
  16. depends on ISA_BUS
  17. select SERIAL
  18. config SERIAL_MM
  19. bool
  20. select SERIAL
  21. config SERIAL_PCI
  22. bool
  23. default y if PCI_DEVICES
  24. depends on PCI
  25. select SERIAL
  26. config SERIAL_PCI_MULTI
  27. bool
  28. default y if PCI_DEVICES
  29. depends on PCI
  30. select SERIAL
  31. config VIRTIO_SERIAL
  32. bool
  33. default y
  34. depends on VIRTIO
  35. config STM32F2XX_USART
  36. bool
  37. config STM32L4X5_USART
  38. bool
  39. config CMSDK_APB_UART
  40. bool
  41. config SCLPCONSOLE
  42. bool
  43. config TERMINAL3270
  44. bool
  45. config SH_SCI
  46. bool
  47. config RENESAS_SCI
  48. bool
  49. config AVR_USART
  50. bool
  51. config DIVA_GSP
  52. bool
  53. config MCHP_PFSOC_MMUART
  54. bool
  55. select SERIAL
  56. config SIFIVE_UART
  57. bool
  58. config GOLDFISH_TTY
  59. bool
  60. config SHAKTI_UART
  61. bool
  62. config IP_OCTAL_232
  63. bool
  64. default y
  65. depends on IPACK