===================================================================
## Freescale private USB driver support
# set if we need the 1504 transceiver
config ISP1504_MXC
- bool
+ bool "Enable ISP1504 USB transceiver"
default y
# set if we need the UTMI transceiver
config UTMI_MXC
- bool
+ bool "Enable USB UTMI tranceiver"
default y
- depends on ARCH_MX25 || ARCH_MX35 || ARCH_MX37 || ARCH_MX5
+ depends on ARCH_MX25 || ARCH_MX35 || ARCH_MX37 || ARCH_MX5 || ARCH_MX6
config MXC_IRQ_PRIOR
bool "Use IRQ priority"
# USB support
obj-$(CONFIG_ISP1504_MXC) += isp1504xc.o
-obj-$(CONFIG_USB) += utmixc.o
+obj-$(CONFIG_UTMI_MXC) += utmixc.o
obj-$(CONFIG_USB) += serialxc.o
-obj-$(CONFIG_USB) += usb_hsic_xcvr.o
+obj-$(CONFIG_ARCH_MX6) += usb_hsic_xcvr.o