Kconfig 1.1 KB

1234567891011121314151617181920212223242526272829303132
  1. #
  2. # MediaTek ICUSB Driver
  3. #
  4. config MTK_USBFSH # USBFSH
  5. bool "MediaTek USB fullspeed Host driver"
  6. default n
  7. ---help---
  8. This is support of Mediatek customized Host-only MUSB hardware.
  9. This MUSB HOST periphal been has removed USB Device functions.
  10. External devices such as the secound MODEM or speicial SIM card
  11. like ICUSB will be connect to this port.
  12. config MTK_ICUSB_SUPPORT
  13. bool "MTK_ICUSB_SUPPORT"
  14. default n
  15. ---help---
  16. To enable the ICUSB featurea in phone over MTK_MUSBFSH USB port.
  17. This port is usaually configurerd as USB port 1 on device.
  18. ICUSB is a standard USB interface to connect special SIM card.
  19. Device can mount a USB Mass Storage from this kind of SIM card
  20. through ICUSB interface.
  21. config MTK_DT_USB_SUPPORT
  22. bool "MTK_DT_USB_SUPPORT"
  23. default n
  24. ---help---
  25. To enable the dual talk feature in phone over MTK_MUSBFSH USB port.
  26. This port is usaually configurerd as USB port 1 on device.
  27. When there is secound MODEM on the device and connected to main
  28. SoC via MTK_MUSBFSH USB port. MTK_DT_USB_SUPPORT is need for
  29. supporting dual talk to transfer data between 2 MODEMs.