config TCPC_CLASS
	bool "TypeC Port Controller Device Class"
	help
	  Say Y to enable
	  Typec Port
	  Controller Device
	  Class

config USB_POWER_DELIVERY
	bool "Support USB power delivery Function"
	default n
	help
	  Say Y to enable
	  USB
	  Power Delivery
	  support

config TCPC_RT1711H
	bool "Richtek RT1711H TypeC port Controller Driver"
	depends on TCPC_CLASS
	default n
	help
	  Say Y to enable
	  Richtek RT1711H
	  TypeC port Controller
	  Driver

config USB_PD_VBUS_STABLE_TOUT
    	int "PD VBUS Stable Timeout"
    	depends on USB_POWER_DELIVERY
    	range 0 1000                       # >= 0,  <= 1000
    	default 125
    	help
          Setup a timeout value (ms)
	  for
	  VBUS change
	  stable

config USB_PD_VBUS_PRESENT_TOUT
    	int "PD VBUS Present Timeout"
    	depends on USB_POWER_DELIVERY
    	range 0 1000                       # >= 0,  <= 1000
    	default 20
    	help
          Setup a timeout value (ms)
	  for
	  VBUS present
	  stable
