config USB_DWC3_CHIP
	tristate "Platforms"
	default USB_DWC3
	select CHIP_USB_HELPER
	select CHIP_USB_REG_CFG
	help
	  Support of USB2/3 functionality in platforms,
	  Say 'Y' or 'M' here if you have one such device.

config CONTEXTHUB_PD
	bool "Sensor CONTEXTHUB PD driver"
	default n
	help
	  Say yes here if you want to use contexthub pd function

if CONTEXTHUB_PD
config CHIP_COMBOPHY
	tristate "CHIP_COMBOPHY driver"
	default n
	help
	  Support of USB2/3/3.1 functionality in platforms,
	  Say 'Y' or 'M' here if you have one such device.
endif # CONTEXTHUB_PD

if USB_DWC3_CHIP

config USB_DWC3_NOV
       tristate "Platforms NOV USB"
       default n
       help
         Support of USB2 functionality in platforms,
         Say 'Y' or 'M' here if you have one such device.

config USB_DWC3_OCT
       tristate "Platforms OCT USB"
       default n
       help
         Support of USB2 functionality in platforms,
         Say 'Y' or 'M' here if you have one such device.

config USB_DWC3_SEP
       tristate "Platforms SEP USB"
       default n
       help
         Support of USB2 functionality in platforms,
         Say 'Y' or 'M' here if you have one such device.

config USB_DWC3_AUG
       tristate "Platforms AUG USB"
       default n
       help
         Support of USB2 functionality in platforms,
         Say 'Y' or 'M' here if you have one such device.

config USB_DWC3_APR
	tristate "Platforms APR USB"
	select CHIP_USB_XHCI_HUB_PORT_DIS
	default n
	select CHIP_USB_REG_CFG
	help
	  Support of USB2/3/3.1 functionality in platforms,
	  Say 'Y' or 'M' here if you have one such device.

config USB_DWC3_MAR
	tristate "Platforms MAR USB"
	select CHIP_USB_XHCI_HUB_PORT_DIS
	default n
	select CHIP_USB_REG_CFG
	help
	  Support of USB2/3/3.1 functionality in platforms,
	  Say 'Y' or 'M' here if you have one such device.

config CHIP_USB_NEW_FRAME
       tristate "USB new hardware config frame for Platforms"
       default n
       help
         Support for new usb phy and controller config frame for USB
         Say 'Y' or 'M' here if you have one such device.

config VENDOR_USB_CLASS_NAME
       string "VENDOR USB CLASS NAME"
       default "soc_usb_class"
       help
         Chip usb for usb_class_name.

config VENDOR_USB_DEV_NAME
       string "VENDOR USB DEV NAME"
       default "soc_usb_dev"
       help
         Chip usb for usb_dev_name.

config PD_NOTIFY_TEMPORARY
       tristate "Q release branch temporary use for device"
       default n
       help
         Say yes here set the device on as the default for USB.

endif # USB_DWC3_CHIP
