Kconfig 358 B

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