Kconfig 370 B

123456789101112131415161718192021222324
  1. #
  2. # QE Communication options
  3. #
  4. config UCC_SLOW
  5. bool
  6. default n
  7. select UCC
  8. help
  9. This option provides qe_lib support to UCC slow
  10. protocols: UART, BISYNC, QMC
  11. config UCC_FAST
  12. bool
  13. default n
  14. select UCC
  15. help
  16. This option provides qe_lib support to UCC fast
  17. protocols: HDLC, Ethernet, ATM, transparent
  18. config UCC
  19. bool
  20. default y if UCC_FAST || UCC_SLOW