Kconfig 669 B

12345678910111213141516171819202122232425262728
  1. menu "Amlogic USB Support"
  2. config USB_DWC_OTG_HCD
  3. bool "Amlogic USB host controller dwc_otg support"
  4. select USB
  5. help
  6. dwc_otg USB host controller
  7. config USB_HOST_ELECT_TEST
  8. bool "USB High speed electric test support"
  9. depends on USB_DWC_OTG_HCD
  10. default y
  11. help
  12. Enable this config to support USB High speed electric test.
  13. config DWC_USB_NAK_IN_TIMER
  14. bool "Disable DWC OTG USB NAK ISR"
  15. depends on USB_DWC_OTG_HCD
  16. default n
  17. help
  18. [y]Enable this config to disable DWC OTG USB NAK interrupt handler.
  19. The handler is moved to timer.
  20. [n]Disable this config to let NAK handler in interrupt.
  21. Don't change this if you don't know what it is.
  22. endmenu