Kconfig 632 B

1234567891011121314151617181920212223242526272829303132333435
  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
  23. config QE_GPIO
  24. bool "QE GPIO support"
  25. depends on QUICC_ENGINE
  26. select GENERIC_GPIO
  27. select ARCH_REQUIRE_GPIOLIB
  28. help
  29. Say Y here if you're going to use hardware that connects to the
  30. QE GPIOs.