The xM board has an OTG usb port (OMAP usb0 ) and a HOST usb port (OMAP usb2) .
On the board the PHY for the OTG port (usb0) is configured to be the TWL4030 (or TPS65950) and the CONFIG entry when building the kernel is CONFIG_TWL4030_USB,
The host port (usb2) has a SMSC 3320 PHY, but I can't find any CONFIG options that apply to this device. It has a very similar register set to the TPS65950, but they are not the same.
Can someone let me know which PHY (or ULPI) needs to be enabled to communicate via the HOST usb port on the xM board please? Or perhaps more specifically, which of the USB driver options in menuconfig need to be selected to enable it?
Thank you.
Alan.