config 834x_USB_SUPPORT
	bool "834x USB Support"
	depends on MPC834x_SYS || MPC834x_ITX
	default y
	---help---
	  Enables support for the USB controllers on the MPC834x chip. The 834x
	  reference board is wired for only one USB port. That port may be
	  used by either the MPH or DR USB controller.
	  Requires USB Host EHCI support.
	  If unsure, say Y.
choice
	prompt "834x USB Controller Selection"
	depends on 834x_USB_SUPPORT
	default 834x_DR_USB_SUPPORT

config 834x_DR_USB_SUPPORT
	bool "DR Controller"
	select USB_EHCI_ROOT_HUB_TT
	---help---
	  Select if using the Dual-Role (DR) USB controller.

config 834x_MPH_USB_SUPPORT
	bool "MPH Controller"
	---help---
	  Select if using the Multi-Port-Host (MPH) USB controller.

endchoice

