commit | 8287314888b15ed39ce05b06f60372768ca12d08 | [log] [tgz] |
---|---|---|
author | Troy Kisky <troy.kisky@boundarydevices.com> | Thu Oct 10 15:27:58 2013 -0700 |
committer | Marek Vasut <marex@denx.de> | Sun Oct 20 23:46:29 2013 +0200 |
tree | bcb40ece1a6d13b9c49a2a14ed7db07684d65974 | |
parent | 127efc4fe8cfc3ed525650b1ccbad9c3402e8d5d [diff] |
usb: gadget: mv_udc: don't check CONFIG_USB_MAX_CONTROLLER_COUNT i.mx6 has 1 otg controller, and 3 host ports. So, CONFIG_USB_MAX_CONTROLLER_COUNT can be greater than 1 even though only 1 device mode controller is supported. Signed-off-by: Troy Kisky <troy.kisky@boundarydevices.com>