diff options
| author | Markus Klotzbuecher <[email protected]> | 2008-06-03 13:16:52 +0200 |
|---|---|---|
| committer | Markus Klotzbuecher <[email protected]> | 2008-06-03 13:16:52 +0200 |
| commit | f2aeecc320f5b181b30effcaa67683aec8d5a843 (patch) | |
| tree | 43a492b3f604adedc0ccc3a6432549681375b64f /doc | |
| parent | 6324e5bec8825f7fee3026ffbd394454ae8b53fb (diff) | |
| parent | 1f1554841a4c8e069d331176f0c3059fb2bb8280 (diff) | |
Merge branch 'master' of git://www.denx.de/git/u-boot
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/README.generic_usb_ohci | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/README.generic_usb_ohci b/doc/README.generic_usb_ohci index c44c5014743..147ea514ae9 100644 --- a/doc/README.generic_usb_ohci +++ b/doc/README.generic_usb_ohci @@ -51,6 +51,12 @@ You'll need to define CONFIG_PCI_OHCI +If you have several USB PCI controllers, define + + CONFIG_PCI_OHCI_DEVNO: number of the OHCI device in PCI list + +If undefined, the first instance found in PCI space will be used. + PCI Controllers need to do byte swapping on register accesses, so they should to define: |
