Kconfig 431 B

1234567891011121314151617181920212223242526
  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. help
  22. QE USB Host Controller support