Kconfig 458 B

12345678910111213141516171819202122232425262728
  1. #
  2. # QE Communication options
  3. #
  4. config UCC_SLOW
  5. bool
  6. default y if SERIAL_QE
  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
  19. config QE_USB
  20. bool
  21. default y if USB_GADGET_FSL_QE
  22. help
  23. QE USB Controller support