Kconfig 451 B

123456789101112131415161718192021222324252627
  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_FSL_QE
  22. help
  23. QE USB Controller support