Kuninori Morimoto | f1407d5 | 2011-04-04 13:44:59 +0900 | [diff] [blame] | 1 | # |
| 2 | # Renesas USB Controller Drivers |
| 3 | # |
| 4 | |
| 5 | config USB_RENESAS_USBHS |
| 6 | tristate 'Renesas USBHS controller' |
Kuninori Morimoto | 25a73c6 | 2011-04-15 14:19:46 +0900 | [diff] [blame] | 7 | depends on SUPERH || ARCH_SHMOBILE |
Kuninori Morimoto | f1407d5 | 2011-04-04 13:44:59 +0900 | [diff] [blame] | 8 | default n |
| 9 | help |
| 10 | Renesas USBHS is a discrete USB host and peripheral controller chip |
| 11 | that supports both full and high speed USB 2.0 data transfers. |
| 12 | It has nine or more configurable endpoints, and endpoint zero. |
| 13 | |
| 14 | Say "y" to link the driver statically, or "m" to build a |
| 15 | dynamically linked module called "renesas_usbhs" and force all |
| 16 | gadget drivers to also be dynamically linked. |