#
# MediaTek USB TYPEC Driver
#

config MTK_USB_TYPEC
	bool "Mediatek USB TYPE-C Driver"
	help
	  Enables to support usb-c. So the usb device and host driver register
	  the callback func to the usb-c driver. When the usb-c driver detect
	  a device/host plugged in/out, it will notify the device/host driver
	  by callback func.
	  If unsure, say N.

config MTK_USB_TYPEC_U3_MUX
	bool "Mediatek USB TYPE-C USB 3.0 Mux"
        select MTK_USB_TYPEC
	help
	  Enables to support USB3.0 mux in usb-c.
	  To support TYPE-C USB3.0 must have a MUX to switch
	  SSRX1/SSTX1/SSRX2/SSTX2 pins.
	  Say Y to enable TYPEC USB3.0 Mux
	  If unsure, say N.

source "drivers/misc/mediatek/typec/tcpc/Kconfig"
