Kconfig 385 B

123456789101112131415161718
  1. #
  2. # USB Host notify configuration
  3. #
  4. config USB_HOST_NOTIFY
  5. boolean "USB Host notify Driver"
  6. depends on USB
  7. help
  8. Android framework needs uevents for usb host operation.
  9. Host notify Driver serves uevent format
  10. that is used by usb host or otg.
  11. config USB_DEBUG_DETEAILED_LOG
  12. boolean "USB detailed log for debugging"
  13. depends on USB
  14. help
  15. Add detailed log for debugging.